]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i40evf: Fix VLAN features
authorMitch Williams <mitch.a.williams@intel.com>
Fri, 18 Mar 2016 19:18:07 +0000 (12:18 -0700)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 7 Jul 2016 17:40:51 +0000 (10:40 -0700)
commitde250c834409a60bc94b6f3e9186fffed236efa9
tree25e744c4520feae2d5cd61f7cd301bd08d9d48e7
parent4306550f71d473370cb993981f99d30d792d1683
i40evf: Fix VLAN features

Orabug: 23176970

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>
(cherry picked from commit c4445aedfe092907c2e792ff76ed4338d9a1cd52)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/i40evf/i40evf_main.c