Re: [dpdk-dev] [PATCH] app/testpmd: fix flow tunnel create command

2020-11-17 Thread Gregory Etelson
Hello Ferruh, > On 11/15/2020 11:23 AM, Gregory Etelson wrote: > > testpmd provides commands to test tunnel offload rte_flow > > capabilities. A command that creates a tunnel had a syntax bug that > > allowed to spesify the 'create' command part several times. > > > > Current patch fixed that faul

Re: [dpdk-dev] [PATCH] app/testpmd: fix flow tunnel create command

2020-11-17 Thread Ferruh Yigit
On 11/15/2020 11:23 AM, Gregory Etelson wrote: testpmd provides commands to test tunnel offload rte_flow capabilities. A command that creates a tunnel had a syntax bug that allowed to spesify the 'create' command part several times. Current patch fixed that fault. Correct syntax for tunnel creti

[dpdk-dev] [PATCH] app/testpmd: fix flow tunnel create command

2020-11-15 Thread Gregory Etelson
testpmd provides commands to test tunnel offload rte_flow capabilities. A command that creates a tunnel had a syntax bug that allowed to spesify the 'create' command part several times. Current patch fixed that fault. Correct syntax for tunnel cretion is: testpmd> flow tunnel create type Signed