RE: [Intel-wired-lan] [next PATCH 08/11] ixgbe: Add support for VLAN promiscuous with SR-IOV

2015-12-10 Thread Schmitt, Phillip J
PATCH 08/11] ixgbe: Add support for VLAN > promiscuous with SR-IOV > > This patch adds support for VLAN promiscuous with SR-IOV enabled. > > The code prior to this patch was only adding the PF to VLANs that the VF had > added. As such enabling promiscuous mode would actually not

[next PATCH 08/11] ixgbe: Add support for VLAN promiscuous with SR-IOV

2015-11-02 Thread Alexander Duyck
This patch adds support for VLAN promiscuous with SR-IOV enabled. The code prior to this patch was only adding the PF to VLANs that the VF had added. As such enabling promiscuous mode would actually not add any additional VLAN filters so visibility was limited. This lead to a number of issues as