From: Alexander Duyck Date: Fri, 10 Apr 2015 05:03:24 +0000 (-0700) Subject: ixgbe: Remove NETIF_F_HW_VLAN_CTAG_FILTER from hw_features X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~32^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87031c0df521d80af3b168bb2425a8faa999b629;p=pandora-kernel.git ixgbe: Remove NETIF_F_HW_VLAN_CTAG_FILTER from hw_features This change makes it so that the HW_VLAN_CTAG_FILTER bit is not falsely advertised as being a feature that can be toggled on ixgbe parts. The driver was setting the bit in features and letting it be inherited by hw_features, however the driver was actually ignoring the value of the bit and just assuming it was always set. As a result VLAN filtering was always enabled which is a requirement for SR-IOV, VMDq, DCB, FCoE, and possibly other features within the adapters. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed