summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Nguyen <anthony.l.nguyen@intel.com>2021-11-18 02:55:05 +0300
committerTony Nguyen <anthony.l.nguyen@intel.com>2021-12-14 21:19:14 +0300
commitf8a3bcceb4224494ac4fa2b7e9428ac1bbdd6d52 (patch)
treee17eec5848ee53a255bc4d78b4c3283ac3466200
parente53a80835f1ba0ef8d8d7c7a0c77e0d51786dcd8 (diff)
downloadlinux-f8a3bcceb4224494ac4fa2b7e9428ac1bbdd6d52.tar.xz
ice: Remove unused ICE_FLOW_SEG_HDRS_L2_MASK
Remove the unused define ICE_FLOW_SEG_HDRS_L2_MASK. Reported-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com> Acked-by: Paul Menzel <pmenzel@molgen.mpg.de> Tested-by: Gurucharan G <gurucharanx.g@intel.com>
-rw-r--r--drivers/net/ethernet/intel/ice/ice_flow.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_flow.c b/drivers/net/ethernet/intel/ice/ice_flow.c
index b17b984196a2..2c5332953679 100644
--- a/drivers/net/ethernet/intel/ice/ice_flow.c
+++ b/drivers/net/ethernet/intel/ice/ice_flow.c
@@ -609,8 +609,6 @@ struct ice_flow_prof_params {
ICE_FLOW_SEG_HDR_ESP | ICE_FLOW_SEG_HDR_AH | \
ICE_FLOW_SEG_HDR_NAT_T_ESP)
-#define ICE_FLOW_SEG_HDRS_L2_MASK \
- (ICE_FLOW_SEG_HDR_ETH | ICE_FLOW_SEG_HDR_VLAN)
#define ICE_FLOW_SEG_HDRS_L3_MASK \
(ICE_FLOW_SEG_HDR_IPV4 | ICE_FLOW_SEG_HDR_IPV6 | ICE_FLOW_SEG_HDR_ARP)
#define ICE_FLOW_SEG_HDRS_L4_MASK \