Re: [dpdk-dev] [PATCH v4 1/3] app/testpmd: add GENEVE parsing

2020-09-18 Thread Ophir Munk
u ; Beilei Xing > ; Bernard Iremonger > ; Ferruh Yigit ; > Ophir Munk > Subject: Re: [dpdk-dev] [PATCH v4 1/3] app/testpmd: add GENEVE parsing > > Hi Ophir, > > Please find some comments below. > > On Tue, Sep 15, 2020 at 01:17:15PM +, Ophir Munk wrote: > > From: Op

Re: [dpdk-dev] [PATCH v4 1/3] app/testpmd: add GENEVE parsing

2020-09-17 Thread Olivier Matz
Hi Ophir, Please find some comments below. On Tue, Sep 15, 2020 at 01:17:15PM +, Ophir Munk wrote: > From: Ophir Munk > > GENEVE is a widely used tunneling protocol in modern Virtualized > Networks. testpmd already supports parsing of several tunneling > protocols including VXLAN, VXLAN-GPE

Re: [dpdk-dev] [PATCH v4 1/3] app/testpmd: add GENEVE parsing

2020-09-15 Thread Ophir Munk
Adding Olivier who is the maintainer of the Network headers (lib/librte_net/rte_geneve.h). > -Original Message- > From: Ophir Munk > Sent: Tuesday, September 15, 2020 4:17 PM > To: dev@dpdk.org; Wenzhuo Lu ; Beilei Xing > ; Bernard Iremonger > ; Ferruh Yigit > Cc: Ophir Munk ; Ophir Mun

[dpdk-dev] [PATCH v4 1/3] app/testpmd: add GENEVE parsing

2020-09-15 Thread Ophir Munk
From: Ophir Munk GENEVE is a widely used tunneling protocol in modern Virtualized Networks. testpmd already supports parsing of several tunneling protocols including VXLAN, VXLAN-GPE, GRE. This commit adds GENEVE parsing of inner protocols (IPv4-0x0800, IPv6-0x86dd, Ethernet-0x6558) based on IETF