Re: [dpdk-dev] [PATCH] app/testpmd: fix flow rules list after port stop

2020-11-26 Thread Thomas Monjalon
24/11/2020 15:42, Ajit Khaparde: > On Mon, Aug 10, 2020 at 11:15 PM Gregory Etelson wrote: > > > > According to current RTE API, port flow rules must not be kept > > after port stop. > > > > Testpmd did not flush port flow rules after `port stop' command was > > called. As the result, after the po

Re: [dpdk-dev] [PATCH] app/testpmd: fix flow rules list after port stop

2020-11-24 Thread Ajit Khaparde
On Mon, Aug 10, 2020 at 11:15 PM Gregory Etelson wrote: > > According to current RTE API, port flow rules must not be kept > after port stop. > > Testpmd did not flush port flow rules after `port stop' command was > called. As the result, after the port was restarted, it showed bogus > flow rules.

Re: [dpdk-dev] [PATCH] app/testpmd: fix flow rules list after port stop

2020-11-17 Thread Gregory Etelson
Hello, > 13/09/2020 14:12, Ori Kam: > > Hi Ferruh, > > Can we proceed with this patch? > > Below, you said "first thing to do it update the rte_flow doc". > So I am expecting a patch on the doc to start this discussion. > This testpmd patch is on hold in my understanding. > Documentation patch

Re: [dpdk-dev] [PATCH] app/testpmd: fix flow rules list after port stop

2020-09-13 Thread Thomas Monjalon
13/09/2020 14:12, Ori Kam: > Hi Ferruh, > Can we proceed with this patch? Below, you said "first thing to do it update the rte_flow doc". So I am expecting a patch on the doc to start this discussion. This testpmd patch is on hold in my understanding. > From: Ori Kam > > From: Ferruh Yigit > >

Re: [dpdk-dev] [PATCH] app/testpmd: fix flow rules list after port stop

2020-09-13 Thread Ori Kam
Hi Ferruh, Can we proceed with this patch? Thanks, Ori > -Original Message- > From: Ori Kam > > Hi Ferruh, > > > -Original Message- > > From: Ferruh Yigit > > > > On 8/20/2020 9:40 AM, Gregory Etelson wrote: > > > Hello, > > > > > > Is this patch scheduled for merge with dpdk.or

Re: [dpdk-dev] [PATCH] app/testpmd: fix flow rules list after port stop

2020-08-26 Thread Ori Kam
Hi Ferruh, > -Original Message- > From: Ferruh Yigit > > On 8/20/2020 9:40 AM, Gregory Etelson wrote: > > Hello, > > > > Is this patch scheduled for merge with dpdk.org ? > > Please update me. > > > > Regards, > > Gregory > > > >> -Original Message- > >> From: Gregory Etelson >

Re: [dpdk-dev] [PATCH] app/testpmd: fix flow rules list after port stop

2020-08-25 Thread Ferruh Yigit
On 8/20/2020 9:40 AM, Gregory Etelson wrote: > Hello, > > Is this patch scheduled for merge with dpdk.org ? > Please update me. > > Regards, > Gregory > >> -Original Message- >> From: Gregory Etelson >> Sent: Monday, August 10, 2020 19:15 >> To: dev@dpdk.org >> Cc: Gregory Etelson ; Mat

Re: [dpdk-dev] [PATCH] app/testpmd: fix flow rules list after port stop

2020-08-20 Thread Gregory Etelson
Hello, Is this patch scheduled for merge with dpdk.org ? Please update me. Regards, Gregory > -Original Message- > From: Gregory Etelson > Sent: Monday, August 10, 2020 19:15 > To: dev@dpdk.org > Cc: Gregory Etelson ; Matan Azrad > ; Raslan Darawsheh ; > sta...@dpdk.org; Ori Kam ; Wenzh

[dpdk-dev] [PATCH] app/testpmd: fix flow rules list after port stop

2020-08-10 Thread Gregory Etelson
According to current RTE API, port flow rules must not be kept after port stop. Testpmd did not flush port flow rules after `port stop' command was called. As the result, after the port was restarted, it showed bogus flow rules. Fixes: ce8d561418d4 ("app/testpmd: add port configuration settings")