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:
06cd4cf
)
ethdev: add eCPRI tunnel type
author
Jeff Guo
<jia.guo@intel.com>
Fri, 15 Jan 2021 05:15:41 +0000
(13:15 +0800)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Tue, 19 Jan 2021 02:30:13 +0000
(
03:30
+0100)
Add type of RTE_TUNNEL_TYPE_ECPRI into the enum of ethdev tunnel type.
Signed-off-by: Jeff Guo <jia.guo@intel.com>
Reviewed-by: Qi Zhang <qi.z.zhang@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
f758ec8
..
eb29995
100644
(file)
--- a/
lib/librte_ethdev/rte_ethdev.h
+++ b/
lib/librte_ethdev/rte_ethdev.h
@@
-1220,6
+1220,7
@@
enum rte_eth_tunnel_type {
RTE_TUNNEL_TYPE_IP_IN_GRE,
RTE_L2_TUNNEL_TYPE_E_TAG,
RTE_TUNNEL_TYPE_VXLAN_GPE,
+ RTE_TUNNEL_TYPE_ECPRI,
RTE_TUNNEL_TYPE_MAX,
};