summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe.h
diff options
context:
space:
mode:
authorAlexander Duyck2012-07-20 10:09:22 +0200
committerJeff Kirsher2012-10-19 13:08:18 +0200
commit374c65d6664a498c3997616161894bd9f55fab54 (patch)
tree61c8e5e8931bf8348f84fadc926b4c10bc4a0e2c /drivers/net/ethernet/intel/ixgbe/ixgbe.h
parentixgbe: Move message handling routines into their own functions (diff)
downloadkernel-qcow2-linux-374c65d6664a498c3997616161894bd9f55fab54.tar.gz
kernel-qcow2-linux-374c65d6664a498c3997616161894bd9f55fab54.tar.xz
kernel-qcow2-linux-374c65d6664a498c3997616161894bd9f55fab54.zip
ixgbe: Add mailbox API version negotiation support to ixgbe PF
This change allows us to add a mailbox versioning API. This will allow us to determine the features supported by the VFs from the PF. For example we will be implementing a version 1.1 API for the VF that will indicate that it can support us enabling Jumbo frames as the VF will support buffer chaining. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Tested-by: Robert Garrett <RobertX.Garrett@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ixgbe/ixgbe.h')
-rw-r--r--drivers/net/ethernet/intel/ixgbe/ixgbe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe.h b/drivers/net/ethernet/intel/ixgbe/ixgbe.h
index 30efc9f0f47a..ccb850500a9a 100644
--- a/drivers/net/ethernet/intel/ixgbe/ixgbe.h
+++ b/drivers/net/ethernet/intel/ixgbe/ixgbe.h
@@ -135,6 +135,7 @@ struct vf_data_storage {
u16 tx_rate;
u16 vlan_count;
u8 spoofchk_enabled;
+ unsigned int vf_api;
};
struct vf_macvlans {