Re: [dpdk-dev] [PATCH v2 2/3] app/testpmd: enable configuring GENEVE port

2020-09-15 Thread Ophir Munk
t; > Subject: RE: [dpdk-dev] [PATCH v2 2/3] app/testpmd: enable configuring > GENEVE port > > Hi Ferruh, > I added to documentation the new parameter "--geneve-port=N" (second > patch in the series). > I also rebased the series and sent v3. > > Regards, > Ophir

Re: [dpdk-dev] [PATCH v2 2/3] app/testpmd: enable configuring GENEVE port

2020-09-15 Thread Ophir Munk
Hi Ferruh, I added to documentation the new parameter "--geneve-port=N" (second patch in the series). I also rebased the series and sent v3. Regards, Ophir > -Original Message- > From: Ferruh Yigit > > I don't think that having the flexibility to specify the Geneve protocol in > > the

Re: [dpdk-dev] [PATCH v2 2/3] app/testpmd: enable configuring GENEVE port

2020-09-15 Thread Ferruh Yigit
erruh Yigit >> Sent: Monday, September 14, 2020 8:31 PM >> To: Ophir Munk ; dev@dpdk.org; Wenzhuo Lu >> ; Beilei Xing ; Bernard >> Iremonger >> Cc: Ophir Munk >> Subject: Re: [dpdk-dev] [PATCH v2 2/3] app/testpmd: enable configuring >> GENEVE port >>

Re: [dpdk-dev] [PATCH v2 2/3] app/testpmd: enable configuring GENEVE port

2020-09-15 Thread Ophir Munk
ber 14, 2020 8:31 PM > To: Ophir Munk ; dev@dpdk.org; Wenzhuo Lu > ; Beilei Xing ; Bernard > Iremonger > Cc: Ophir Munk > Subject: Re: [dpdk-dev] [PATCH v2 2/3] app/testpmd: enable configuring > GENEVE port > > On 8/27/2020 8:02 AM, Ophir Munk wrote: > > From: Ophir

Re: [dpdk-dev] [PATCH v2 2/3] app/testpmd: enable configuring GENEVE port

2020-09-14 Thread Ferruh Yigit
On 8/27/2020 8:02 AM, Ophir Munk wrote: > From: Ophir Munk > > IANA has assigned port 6081 as the fixed well-known destination port for > GENEVE. Nevertheless draft-ietf-nvo3-geneve-09 recommends that > implementations make this configurable. This commit enables specifying > any positive UDP des

[dpdk-dev] [PATCH v2 2/3] app/testpmd: enable configuring GENEVE port

2020-08-27 Thread Ophir Munk
From: Ophir Munk IANA has assigned port 6081 as the fixed well-known destination port for GENEVE. Nevertheless draft-ietf-nvo3-geneve-09 recommends that implementations make this configurable. This commit enables specifying any positive UDP destination port number for GENEVE. Signed-off-by: Oph