Skip to content

Commit 3d95182

Browse files
Alexander DuyckJeff Kirsher
authored andcommitted
ixgbe: Re-enable ability to toggle VLAN filtering
Back when I submitted the GSO code I messed up and dropped the support for disabling the VLAN tag filtering via the feature bit. This patch re-enables the use of the NETIF_F_HW_VLAN_CTAG_FILTER to enable/disable the VLAN filtering independent of toggling promiscuous mode. Fixes: b83e301 ("ixgbe/ixgbevf: Add support for GSO partial") Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
1 parent f60439b commit 3d95182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ethernet/intel/ixgbe/ixgbe_main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9523,6 +9523,7 @@ static int ixgbe_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
95239523

95249524
/* copy netdev features into list of user selectable features */
95259525
netdev->hw_features |= netdev->features |
9526+
NETIF_F_HW_VLAN_CTAG_FILTER |
95269527
NETIF_F_HW_VLAN_CTAG_RX |
95279528
NETIF_F_HW_VLAN_CTAG_TX |
95289529
NETIF_F_RXALL |

0 commit comments

Comments
 (0)