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

2021-09-20 Thread Ferruh Yigit
On 9/13/2021 3:25 PM, Eli Britstein wrote: > Current testpmd implementation supports VXLAN only for tunnel offload. > Add GRE, NVGRE and GENEVE for tunnel offload flow matches. > Hi Eli, I assume tunnel types are added, but forgot to add the flow tunnel support for them, so this patch is fixing

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

2021-09-13 Thread Eli Britstein
Current testpmd implementation supports VXLAN only for tunnel offload. Add GRE, NVGRE and GENEVE for tunnel offload flow matches. Signed-off-by: Eli Britstein --- app/test-pmd/config.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/app/test-pmd/config.c b/app/test-pmd/confi