← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1988542] Re: [RFE] OVN support for vnic type virtio-forwarder

 

Reviewed:  https://review.opendev.org/c/openstack/neutron/+/856441
Committed: https://opendev.org/openstack/neutron/commit/3cf4899cf0d6a4868f7ac6ac86451b06360abcef
Submitter: "Zuul (22348)"
Branch:    master

commit 3cf4899cf0d6a4868f7ac6ac86451b06360abcef
Author: Yifan Li <skingFD@xxxxxxxxx>
Date:   Thu Sep 8 16:45:46 2022 +0800

    [OVN] Adding support for VNIC type virtio-forwarder.
    
    The virtio-forwarder related code has already been written in other
    neutron components except OVN. Added logic solving virtio-forwarder
    in OVN plugin.Add unit tests of virtio-forwarder VNIC type. Test
    cases include test_create_port_with_vnic_virtio_forwarder,
    test_bind_virtio_forwarder_port_geneve,
    test_bind_virtio_forwarder_port_vxlan.
    
    Closes-Bug: #1988542
    Change-Id: I80f32db761f5813409c6f789177b2fdebf643305


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1988542

Title:
  [RFE] OVN support for vnic type virtio-forwarder

Status in neutron:
  Fix Released

Bug description:
  Problem Description

  The current neutron OVN plugin does not supports vnic type virtio-forwarder,
  which is supported by Nova. 

  Reference:
  https://specs.openstack.org/openstack/nova-specs/specs/pike/implemented/netronome-smartnic-enablement.html

  Proposed Change

  Implement the functionality of supporting vnic type virtio-forwarder in neutron
  OVN mech driver. The neutron will generate a detailed vif and send it to nova
  when a virtio-forwarder vnic is requested.

  The existing vnic types support in OVN plugin will not be impacted. Other network
  plugins also will not be impacted.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1988542/+subscriptions



References