We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53a808 commit f8a3bccCopy full SHA for f8a3bcc
drivers/net/ethernet/intel/ice/ice_flow.c
@@ -609,8 +609,6 @@ struct ice_flow_prof_params {
609
ICE_FLOW_SEG_HDR_ESP | ICE_FLOW_SEG_HDR_AH | \
610
ICE_FLOW_SEG_HDR_NAT_T_ESP)
611
612
-#define ICE_FLOW_SEG_HDRS_L2_MASK \
613
- (ICE_FLOW_SEG_HDR_ETH | ICE_FLOW_SEG_HDR_VLAN)
614
#define ICE_FLOW_SEG_HDRS_L3_MASK \
615
(ICE_FLOW_SEG_HDR_IPV4 | ICE_FLOW_SEG_HDR_IPV6 | ICE_FLOW_SEG_HDR_ARP)
616
#define ICE_FLOW_SEG_HDRS_L4_MASK \
0 commit comments