Re: [PATCH 2/2] app/testpmd: add disable-flow-flush parameter

2023-01-30 Thread Singh, Aman Deep
On 1/26/2023 12:07 AM, Ferruh Yigit wrote: On 12/15/2022 1:41 AM, Chengwen Feng wrote: This patch adds "--disable-flow-flush" parameter, which could used to disable port flow flush when stop port. It allows testing keep flow rules or shared flow objects across restart. Signed-off-by: Chengwen

RE: [PATCH 2/2] app/testpmd: add disable-flow-flush parameter

2023-01-26 Thread Ori Kam
Hi, > -Original Message- > From: Ferruh Yigit > Sent: Wednesday, 25 January 2023 20:38 > > On 12/15/2022 1:41 AM, Chengwen Feng wrote: > > This patch adds "--disable-flow-flush" parameter, which could used to > > disable port flow flush when stop port. It allows testing keep flow > > rul

Re: [PATCH 2/2] app/testpmd: add disable-flow-flush parameter

2023-01-25 Thread Ferruh Yigit
On 12/15/2022 1:41 AM, Chengwen Feng wrote: > This patch adds "--disable-flow-flush" parameter, which could used to > disable port flow flush when stop port. It allows testing keep flow > rules or shared flow objects across restart. > > Signed-off-by: Chengwen Feng +cc Ori I am for proceeding w

Re: [PATCH 2/2] app/testpmd: add disable-flow-flush parameter

2023-01-25 Thread Ferruh Yigit
On 1/23/2023 3:01 PM, Singh, Aman Deep wrote: > > On 12/15/2022 7:11 AM, Chengwen Feng wrote: >> This patch adds "--disable-flow-flush" parameter, which could used to >> disable port flow flush when stop port. It allows testing keep flow >> rules or shared flow objects across restart. >> >> Signed

Re: [PATCH 2/2] app/testpmd: add disable-flow-flush parameter

2023-01-23 Thread Singh, Aman Deep
On 12/15/2022 7:11 AM, Chengwen Feng wrote: This patch adds "--disable-flow-flush" parameter, which could used to disable port flow flush when stop port. It allows testing keep flow rules or shared flow objects across restart. Signed-off-by: Chengwen Feng --- app/test-pmd/parameters.c

[PATCH 2/2] app/testpmd: add disable-flow-flush parameter

2022-12-14 Thread Chengwen Feng
This patch adds "--disable-flow-flush" parameter, which could used to disable port flow flush when stop port. It allows testing keep flow rules or shared flow objects across restart. Signed-off-by: Chengwen Feng --- app/test-pmd/parameters.c | 4 app/test-pmd/testpmd.c