Re: [dpdk-dev] [PATCH v3 2/5] ethdev: introduce new tunnel VXLAN-GPE

2018-04-12 Thread Adrien Mazarguil
On Thu, Apr 12, 2018 at 03:33:21PM +0800, Xueming Li wrote: > VXLAN-GPE enables VXLAN for all protocols. Protocol link: > https://www.ietf.org/id/draft-ietf-nvo3-vxlan-gpe-05.txt > > Signed-off-by: Xueming Li A couple of remaining minor comments, see below. Once addressed: Acked-by: Adrien Maza

[dpdk-dev] [PATCH v3 2/5] ethdev: introduce new tunnel VXLAN-GPE

2018-04-12 Thread Xueming Li
VXLAN-GPE enables VXLAN for all protocols. Protocol link: https://www.ietf.org/id/draft-ietf-nvo3-vxlan-gpe-05.txt Signed-off-by: Xueming Li --- doc/guides/prog_guide/rte_flow.rst | 12 lib/librte_ether/rte_eth_ctrl.h| 3 ++- lib/librte_ether/rte_flow.c| 1 + lib/librt