git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a77bae
)
ethdev: add RSS offload types for ESP and AH
author
Bernard Iremonger
<bernard.iremonger@intel.com>
Wed, 15 Apr 2020 11:14:13 +0000
(12:14 +0100)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Tue, 21 Apr 2020 11:57:08 +0000
(13:57 +0200)
Add ETH_RSS_ESP and ETH_RSS_AH macros
Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
Reviewed-by: Beilei Xing <beilei.xing@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
lib/librte_ethdev/rte_ethdev.h
patch
|
blob
|
history
diff --git
a/lib/librte_ethdev/rte_ethdev.h
b/lib/librte_ethdev/rte_ethdev.h
index
bd0bca6
..
46d521c
100644
(file)
--- 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