mbox series

[v2,0/2] add pf priority cases

Message ID 20220117154104.25824-1-hailinx.xu@intel.com (mailing list archive)
Headers
Series add pf priority cases |

Message

hailinx Jan. 17, 2022, 3:41 p.m. UTC
  v1:
1. add flow priority common interface.
2. add 21.11 new feature pf flow priority cases.
v2:
modify suite name.

Hailin Xu (2):
  tests/rte_flow_common: add priority common interface
  tests/cvl_flow_priority: add pf flow priority cases

 tests/TestSuite_cvl_flow_priority.py | 555 ++++++++++++++++++++++++
 tests/rte_flow_common.py                |  61 +++
 2 files changed, 616 insertions(+)
 create mode 100644 tests/TestSuite_cvl_pf_flow_priority.py