mbox series

[V1,0/3] change method to get maximum number of rules

Message ID 20210108141953.8575-1-qinx.sun@intel.com (mailing list archive)
Headers
Series change method to get maximum number of rules |

Message

Sun, QinX Jan. 8, 2021, 2:19 p.m. UTC
  As the addition of CVL Island card, the original method of calculating the 

maximum number of rules is not suitable for all cards.

It needs to start testpmd with log-level=7 to query and calculate.

sunqin (3):
  framework/pmd_output add method to get maximum number of rules
  tests/cvl_switch_filter change method to get maximum number of rules
  tests/cvl_fdir change method to get maximum threshold of rules

 framework/pmd_output.py              |  8 +++++++
 tests/TestSuite_cvl_fdir.py          | 32 +++++++++++-----------------
 tests/TestSuite_cvl_switch_filter.py |  6 +++++-
 3 files changed, 26 insertions(+), 20 deletions(-)
  

Comments

Zhao, HaiyangX Jan. 8, 2021, 6:43 a.m. UTC | #1
Acked-by: Haiyang Zhao <haiyangx.zhao@intel.com>

Best Regards,
Zhao Haiyang

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of sunqin
> Sent: Friday, January 8, 2021 22:20
> To: dts@dpdk.org
> Cc: Sun, QinX <qinx.sun@intel.com>
> Subject: [dts] [PATCH V1 0/3] change method to get maximum number of
> rules
  
Sun, QinX Jan. 8, 2021, 7:11 a.m. UTC | #2
Tested-by: Sun, QinX <qinx.sun@intel.com>
 
Regards,
Sun Qin

> -----Original Message-----
> From: sunqin <qinx.sun@intel.com>
> Sent: Friday, January 8, 2021 10:20 PM
> To: dts@dpdk.org
> Cc: Sun, QinX <qinx.sun@intel.com>
> Subject: [dts] [PATCH V1 0/3] change method to get maximum number of rules
  
Tu, Lijuan Jan. 13, 2021, 7:10 a.m. UTC | #3
> 
> As the addition of CVL Island card, the original method of calculating the
> 
> maximum number of rules is not suitable for all cards.
> 
> It needs to start testpmd with log-level=7 to query and calculate.
> 
> sunqin (3):
>   framework/pmd_output add method to get maximum number of rules
>   tests/cvl_switch_filter change method to get maximum number of rules
>   tests/cvl_fdir change method to get maximum threshold of rules

Applied, please add ":" between prefix and context, e.g. framework/pmd_output: add method to get maximum number of rules