Re: [dpdk-dev] [PATCH V2 1/2] app/testpmd: add tunnel types

2021-10-19 Thread Ferruh Yigit
On 10/14/2021 7:29 PM, Gregory Etelson wrote: Subject: [PATCH V2 1/2] app/testpmd: add tunnel types Current testpmd implementation supports VXLAN only for tunnel offload. Add GRE, NVGRE and GENEVE for tunnel offload flow matches. For example: testpmd> flow tunnel create 0 type vxlan port 0: flo

Re: [dpdk-dev] [PATCH V2 1/2] app/testpmd: add tunnel types

2021-10-14 Thread Gregory Etelson
> Subject: [PATCH V2 1/2] app/testpmd: add > tunnel types > > Current testpmd implementation supports > VXLAN only for tunnel offload. > Add GRE, NVGRE and GENEVE for tunnel offload > flow matches. > > For example: > testpmd> flow tunnel create 0 type vxlan > port 0: flow tunnel #1 type vxlan > t

Re: [dpdk-dev] [PATCH V2 1/2] app/testpmd: add tunnel types

2021-10-14 Thread Ferruh Yigit
On 9/23/2021 9:43 AM, Eli Britstein wrote: Current testpmd implementation supports VXLAN only for tunnel offload. Add GRE, NVGRE and GENEVE for tunnel offload flow matches. For example: testpmd> flow tunnel create 0 type vxlan port 0: flow tunnel #1 type vxlan testpmd> flow tunnel create 0 type

[dpdk-dev] [PATCH V2 1/2] app/testpmd: add tunnel types

2021-09-23 Thread Eli Britstein
Current testpmd implementation supports VXLAN only for tunnel offload. Add GRE, NVGRE and GENEVE for tunnel offload flow matches. For example: testpmd> flow tunnel create 0 type vxlan port 0: flow tunnel #1 type vxlan testpmd> flow tunnel create 0 type nvgre port 0: flow tunnel #2 type nvgre testp