Re: [dpdk-dev] [PATCH v5 0/3] Add GENEVE protocol parsing to testpmd

2020-10-07 Thread Ferruh Yigit
On 10/7/2020 4:43 PM, Ophir Munk wrote: Hi Ferruh, I sent V6 which addresses your last review. Please see more comments inline. -Original Message- From: Ferruh Yigit Sent: Tuesday, October 6, 2020 5:59 PM On 9/18/2020 3:17 PM, Ophir Munk wrote: v1: Initial version v2: Rebased + Minor

Re: [dpdk-dev] [PATCH v5 0/3] Add GENEVE protocol parsing to testpmd

2020-10-07 Thread Ophir Munk
Hi Ferruh, I sent V6 which addresses your last review. Please see more comments inline. > -Original Message- > From: Ferruh Yigit > Sent: Tuesday, October 6, 2020 5:59 PM > On 9/18/2020 3:17 PM, Ophir Munk wrote: > > v1: > > Initial version > > v2: > > Rebased + Minor update in protocol

Re: [dpdk-dev] [PATCH v5 0/3] Add GENEVE protocol parsing to testpmd

2020-10-06 Thread Ferruh Yigit
On 9/18/2020 3:17 PM, Ophir Munk wrote: v1: Initial version v2: Rebased + Minor update in protocol options field: char opts[0] ===> uint8_t opts[] v3: Rebase document "geneve-port=N" parameter v4: Mispelling corrections v5: Rebase + Updates following review http://patches.dpdk.org/patch/77734/ O

[dpdk-dev] [PATCH v5 0/3] Add GENEVE protocol parsing to testpmd

2020-09-18 Thread Ophir Munk
v1: Initial version v2: Rebased + Minor update in protocol options field: char opts[0] ===> uint8_t opts[] v3: Rebase document "geneve-port=N" parameter v4: Mispelling corrections v5: Rebase + Updates following review http://patches.dpdk.org/patch/77734/ Ophir Munk (3): app/testpmd: add GENEVE p