]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
i40e: Add a virtual channel op to config RSS
authorAnjali Singhai Jain <anjali.singhai@intel.com>
Tue, 11 Nov 2014 20:06:43 +0000 (20:06 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 6 Dec 2014 11:53:48 +0000 (03:53 -0800)
Add the Virtual Channel OP event opcode for CONFIG_RSS, so that the
Virtual Channel state machine can properly decipher status change events.

Change-ID: I09939c7aa380147f60c49fd01ef2e27d0dc1c299
Signed-off-by: Anjali Singhai Jain <anjali.singhai@intel.com>
Acked-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_virtchnl.h
drivers/net/ethernet/intel/i40evf/i40e_virtchnl.h

index 70951d2edcad9f04a9cc4bac25701dc61a4c4484..61dd1b18762476fd34312c2eafced083c2c86bfb 100644 (file)
@@ -79,6 +79,7 @@ enum i40e_virtchnl_ops {
        I40E_VIRTCHNL_OP_CONFIG_PROMISCUOUS_MODE,
        I40E_VIRTCHNL_OP_GET_STATS,
        I40E_VIRTCHNL_OP_FCOE,
+       I40E_VIRTCHNL_OP_CONFIG_RSS,
 /* PF sends status change events to vfs using
  * the following op.
  */
index cd18d5689006f19eaf2cf7fa1abade5b7adc1a0b..e0c8208138f4e45171bf47863b225e53dd994b27 100644 (file)
@@ -79,6 +79,7 @@ enum i40e_virtchnl_ops {
        I40E_VIRTCHNL_OP_CONFIG_PROMISCUOUS_MODE,
        I40E_VIRTCHNL_OP_GET_STATS,
        I40E_VIRTCHNL_OP_FCOE,
+       I40E_VIRTCHNL_OP_CONFIG_RSS,
 /* PF sends status change events to vfs using
  * the following op.
  */