* [dpdk-dev] [PATCH] ethdev: remove unused L2 tunnel mask defines
@ 2021-10-22 7:22 Andrew Rybchenko
2021-10-22 10:24 ` Ferruh Yigit
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Rybchenko @ 2021-10-22 7:22 UTC (permalink / raw)
To: Thomas Monjalon, Ferruh Yigit, Jeff Guo, Haiyue Wang; +Cc: dev, stable
Fixes: cf47acc0f9ba ("ethdev: remove L2 tunnel offload control API")
Cc: stable@dpdk.org
Signed-off-by: Andrew Rybchenko <andrew.rybchenko@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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [PATCH] ethdev: remove unused L2 tunnel mask defines
2021-10-22 7:22 [dpdk-dev] [PATCH] ethdev: remove unused L2 tunnel mask defines Andrew Rybchenko
@ 2021-10-22 10:24 ` Ferruh Yigit
0 siblings, 0 replies; 2+ messages in thread
From: Ferruh Yigit @ 2021-10-22 10:24 UTC (permalink / raw)
To: Andrew Rybchenko, Thomas Monjalon, Jeff Guo, Haiyue Wang; +Cc: dev, stable
On 10/22/2021 8:22 AM, Andrew Rybchenko wrote:
> Fixes: cf47acc0f9ba ("ethdev: remove L2 tunnel offload control API")
> Cc: stable@dpdk.org
>
> Signed-off-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
Applied to dpdk-next-net/main, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-22 10:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-22 7:22 [dpdk-dev] [PATCH] ethdev: remove unused L2 tunnel mask defines Andrew Rybchenko
2021-10-22 10:24 ` Ferruh Yigit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).