Skip to content

Commit 5bf84b2

Browse files
bcreeley13anguy11
authored andcommitted
virtchnl: Remove unused VIRTCHNL_VF_OFFLOAD_RSVD define
Remove unused define that is currently marked as reserved. This will open up space for a new feature if/when it's introduced. Also, there is no reason to keep unused defines around. Suggested-by: Tony Nguyen <[email protected]> Signed-off-by: Brett Creeley <[email protected]> Tested-by: Tony Brelinski <[email protected]> Signed-off-by: Tony Nguyen <[email protected]>
1 parent bfaaba9 commit 5bf84b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/avf/virtchnl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ VIRTCHNL_CHECK_STRUCT_LEN(16, virtchnl_vsi_resource);
240240
*/
241241
#define VIRTCHNL_VF_OFFLOAD_L2 0x00000001
242242
#define VIRTCHNL_VF_OFFLOAD_IWARP 0x00000002
243-
#define VIRTCHNL_VF_OFFLOAD_RSVD 0x00000004
244243
#define VIRTCHNL_VF_OFFLOAD_RSS_AQ 0x00000008
245244
#define VIRTCHNL_VF_OFFLOAD_RSS_REG 0x00000010
246245
#define VIRTCHNL_VF_OFFLOAD_WB_ON_ITR 0x00000020

0 commit comments

Comments
 (0)