Skip to content

Commit f8a3bcc

Browse files
committed
ice: Remove unused ICE_FLOW_SEG_HDRS_L2_MASK
Remove the unused define ICE_FLOW_SEG_HDRS_L2_MASK. Reported-by: Jesse Brandeburg <[email protected]> Signed-off-by: Tony Nguyen <[email protected]> Acked-by: Paul Menzel <[email protected]> Tested-by: Gurucharan G <[email protected]>
1 parent e53a808 commit f8a3bcc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/net/ethernet/intel/ice/ice_flow.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,8 +609,6 @@ struct ice_flow_prof_params {
609609
ICE_FLOW_SEG_HDR_ESP | ICE_FLOW_SEG_HDR_AH | \
610610
ICE_FLOW_SEG_HDR_NAT_T_ESP)
611611

612-
#define ICE_FLOW_SEG_HDRS_L2_MASK \
613-
(ICE_FLOW_SEG_HDR_ETH | ICE_FLOW_SEG_HDR_VLAN)
614612
#define ICE_FLOW_SEG_HDRS_L3_MASK \
615613
(ICE_FLOW_SEG_HDR_IPV4 | ICE_FLOW_SEG_HDR_IPV6 | ICE_FLOW_SEG_HDR_ARP)
616614
#define ICE_FLOW_SEG_HDRS_L4_MASK \

0 commit comments

Comments
 (0)