mbox

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

Message ID 20210108141953.8575-1-qinx.sun@intel.com (mailing list archive)
Headers

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(-)