diff options
author | Greg Rose <gregory.v.rose@intel.com> | 2011-05-13 01:33:48 +0000 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-05-14 17:53:09 -0700 |
commit | a1cbb15c13971bd5d41626e9e5ced9f9de132c47 (patch) | |
tree | d00386651afb90fc4e776f923fa454383cdfa46d /drivers/net/ixgbe/ixgbe_mbx.h | |
parent | 46ec20ff7d6f9f011e06d58e4e87153ed8c893ed (diff) | |
download | lwn-a1cbb15c13971bd5d41626e9e5ced9f9de132c47.tar.gz lwn-a1cbb15c13971bd5d41626e9e5ced9f9de132c47.zip |
ixgbe: Add macvlan support for VF
Add infrastructure in the PF driver to support macvlan in the VF driver.
Signed-off-by: Greg Rose <gregory.v.rose@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/ixgbe/ixgbe_mbx.h')
-rw-r--r-- | drivers/net/ixgbe/ixgbe_mbx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe_mbx.h b/drivers/net/ixgbe/ixgbe_mbx.h index f53dc5bb28b7..b239bdac38da 100644 --- a/drivers/net/ixgbe/ixgbe_mbx.h +++ b/drivers/net/ixgbe/ixgbe_mbx.h @@ -67,6 +67,7 @@ #define IXGBE_VF_SET_MULTICAST 0x03 /* VF requests PF to set MC addr */ #define IXGBE_VF_SET_VLAN 0x04 /* VF requests PF to set VLAN */ #define IXGBE_VF_SET_LPE 0x05 /* VF requests PF to set VMOLR.LPE */ +#define IXGBE_VF_SET_MACVLAN 0x06 /* VF requests PF for unicast filter */ /* length of permanent address message returned from PF */ #define IXGBE_VF_PERMADDR_MSG_LEN 4 |