yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #23909
[Bug 1383098] [NEW] sriovagent is missing support for macvtap vnics state change
Public bug reported:
SRIOV Agent does not support 'admin_state_up' changes for ports with vnic_type 'macvtap'.
The logic in https://github.com/openstack/neutron/blob/master/neutron/plugins/sriovnicagent/eswitch_manager.py#L64 takes into account only SR-IOV pass-through case (vnic_type=direct). In order to support updates on macvtap device, the existing logic for 'is_assigned_vf' should be updated.
** Affects: neutron
Importance: Undecided
Assignee: Samer Deeb (samerd)
Status: Confirmed
** Tags: juno-backport-potential ml2
** Tags added: juno-backport-potential ml2
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1383098
Title:
sriovagent is missing support for macvtap vnics state change
Status in OpenStack Neutron (virtual network service):
Confirmed
Bug description:
SRIOV Agent does not support 'admin_state_up' changes for ports with vnic_type 'macvtap'.
The logic in https://github.com/openstack/neutron/blob/master/neutron/plugins/sriovnicagent/eswitch_manager.py#L64 takes into account only SR-IOV pass-through case (vnic_type=direct). In order to support updates on macvtap device, the existing logic for 'is_assigned_vf' should be updated.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1383098/+subscriptions
Follow ups
References