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

2020-10-09 Thread Ferruh Yigit
On 10/8/2020 9:16 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/ v6

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

2020-10-08 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/ v6: Rebase + Updates following reviews: more