i40evf: Fix VLAN features
authorMitch Williams <mitch.a.williams@intel.com>
Fri, 18 Mar 2016 19:18:07 +0000 (12:18 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 6 Apr 2016 03:32:48 +0000 (20:32 -0700)
commitc4445aedfe092907c2e792ff76ed4338d9a1cd52
tree2556565b4ee74bbec76d87708414ef33f7031673
parent442b25e455f5e693c23f9d3a32b208ca9ab25cf0
i40evf: Fix VLAN features

Users of ethtool were being given the mistaken impression that this
driver was able to change its VLAN tagging features, and were
disappointed that this was not actually the case. Implement
ndo_fix_features method so that we can adjust these flags as needed to
avoid false impressions.

Change-ID: I08584f103a4fa73d6a4128d472e4ef44dcfda57f
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40evf/i40evf_main.c