ethdev: remove unused L2 tunnel mask defines

Fixes: cf47acc0f9 ("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>
This commit is contained in:
Andrew Rybchenko 2021-10-22 10:22:14 +03:00 committed by Ferruh Yigit
parent 6a8b64fd5e
commit 9ce1717d3e

View File

@ -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.
*