diff options
author | Lior Levy <lior.levy@intel.com> | 2013-03-03 20:27:48 +0000 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2013-04-18 16:40:32 -0700 |
commit | 70ea47832521e6c0f053b4906484a7a34fbf0e5d (patch) | |
tree | 4d01bdd3cae5d7738def37104288efa5bcb58694 /drivers/net/ethernet/intel/igb/igb.h | |
parent | 87371b9de5becc32af2f9be84008b8a8a424c58a (diff) | |
download | linux-70ea47832521e6c0f053b4906484a7a34fbf0e5d.tar.gz linux-70ea47832521e6c0f053b4906484a7a34fbf0e5d.tar.bz2 linux-70ea47832521e6c0f053b4906484a7a34fbf0e5d.zip |
igb: add support for spoofchk config
Add support for spoofchk configuration per VF via iproute2 tool.
Signed-off-by: Lior Levy <lior.levy@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/igb/igb.h')
-rw-r--r-- | drivers/net/ethernet/intel/igb/igb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/igb/igb.h b/drivers/net/ethernet/intel/igb/igb.h index cef8ec114bd8..d47ac2ae1b41 100644 --- a/drivers/net/ethernet/intel/igb/igb.h +++ b/drivers/net/ethernet/intel/igb/igb.h @@ -103,6 +103,7 @@ struct vf_data_storage { u16 pf_vlan; /* When set, guest VLAN config not allowed. */ u16 pf_qos; u16 tx_rate; + bool spoofchk_enabled; }; #define IGB_VF_FLAG_CTS 0x00000001 /* VF is clear to send data */ |