[dpdk-stable] [PATCH] ethdev: remove unused L2 tunnel mask defines

Andrew Rybchenko andrew.rybchenko at oktetlabs.ru
Fri Oct 22 09:22:14 CEST 2021


Fixes: cf47acc0f9ba ("ethdev: remove L2 tunnel offload control API")
Cc: stable at dpdk.org

Signed-off-by: Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>
---
 lib/ethdev/rte_ethdev.h | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/lib/ethdev/rte_ethdev.h b/lib/ethdev/rte_ethdev.h
index 21f5708329..fa4a68532d 100644
--- a/lib/ethdev/rte_ethdev.h
+++ b/lib/ethdev/rte_ethdev.h
@@ -1767,17 +1767,6 @@ struct rte_eth_fec_capa {
 	} \
 } while (0)
 
-/**@{@name L2 tunnel configuration */
-/** L2 tunnel enable mask */
-#define ETH_L2_TUNNEL_ENABLE_MASK       0x00000001
-/** L2 tunnel insertion mask */
-#define ETH_L2_TUNNEL_INSERTION_MASK    0x00000002
-/** L2 tunnel stripping mask */
-#define ETH_L2_TUNNEL_STRIPPING_MASK    0x00000004
-/** L2 tunnel forwarding mask */
-#define ETH_L2_TUNNEL_FORWARDING_MASK   0x00000008
-/**@}*/
-
 /**
  * Function type used for Rx packet processing packet callbacks.
  *
-- 
2.30.2



More information about the stable mailing list