commit | 0c5a616650a08b766e529511348274c1914ef4bf | [log] [tgz] |
---|---|---|
author | Alexander Duyck <aduyck@mirantis.com> | Thu Mar 10 10:01:10 2016 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Apr 04 17:45:49 2016 -0700 |
tree | 5d44519d2602a8530531cb31c029212697a7473a | |
parent | 4ae7834221679bff2d7f75ba80a20673cecb38ad [diff] |
ixgbe: Add support for toggling VLAN filtering flag via ethtool This change makes it so that we can use the ethtool rx-vlan-filter flag to toggle Rx VLAN filtering on and off. This is basically just an extension of the existing VLAN promisc work in that it just adds support for the additional ethtool flag. Signed-off-by: Alexander Duyck <aduyck@mirantis.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>