OSDN Git Service

ixgbe: Add support for toggling VLAN filtering flag via ethtool
authorAlexander Duyck <aduyck@mirantis.com>
Thu, 10 Mar 2016 18:01:10 +0000 (10:01 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 5 Apr 2016 00:45:49 +0000 (17:45 -0700)
commit0c5a616650a08b766e529511348274c1914ef4bf
tree5d44519d2602a8530531cb31c029212697a7473a
parent4ae7834221679bff2d7f75ba80a20673cecb38ad
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>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c