From: Bernard Iremonger Date: Wed, 15 Apr 2020 11:14:13 +0000 (+0100) Subject: ethdev: add RSS offload types for ESP and AH X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=496a253c7974277c85dac10a92dbeb38cceb4aed;p=dpdk.git ethdev: add RSS offload types for ESP and AH Add ETH_RSS_ESP and ETH_RSS_AH macros Signed-off-by: Bernard Iremonger Reviewed-by: Beilei Xing Reviewed-by: Ferruh Yigit --- diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h index bd0bca6e00..46d521c9fb 100644 --- a/lib/librte_ethdev/rte_ethdev.h +++ b/lib/librte_ethdev/rte_ethdev.h @@ -512,6 +512,9 @@ struct rte_eth_rss_conf { #define ETH_RSS_GENEVE (1ULL << 20) #define ETH_RSS_NVGRE (1ULL << 21) #define ETH_RSS_GTPU (1ULL << 23) +#define ETH_RSS_ESP (1ULL << 27) +#define ETH_RSS_AH (1ULL << 28) + /* * We use the following macros to combine with above ETH_RSS_* for