Skip to content

Commit 7fd0ac6

Browse files
mawilli1Jeff Kirsher
authored andcommitted
i40e/i40evf: remove unused opcode
This opcode is not required. VFs that program RSS through the firmware do it by interacting directly with the firmware, and do not need to use the virtual channel for this functionality. Change-ID: Iaf17d2600e28ff1b6be8653f2fe9df1facd23b0e Signed-off-by: Mitch Williams <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent 313ed2d commit 7fd0ac6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

drivers/net/ethernet/intel/i40e/i40e_virtchnl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ enum i40e_virtchnl_ops {
8181
I40E_VIRTCHNL_OP_GET_STATS = 15,
8282
I40E_VIRTCHNL_OP_FCOE = 16,
8383
I40E_VIRTCHNL_OP_EVENT = 17,
84-
I40E_VIRTCHNL_OP_CONFIG_RSS = 18,
8584
};
8685

8786
/* Virtual channel message descriptor. This overlays the admin queue

drivers/net/ethernet/intel/i40evf/i40e_virtchnl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ enum i40e_virtchnl_ops {
8181
I40E_VIRTCHNL_OP_GET_STATS = 15,
8282
I40E_VIRTCHNL_OP_FCOE = 16,
8383
I40E_VIRTCHNL_OP_EVENT = 17,
84-
I40E_VIRTCHNL_OP_CONFIG_RSS = 18,
8584
};
8685

8786
/* Virtual channel message descriptor. This overlays the admin queue

0 commit comments

Comments
 (0)