mbox series

[V6,0/3] modify cases to check dcf as a full feature pmd

Message ID 20221007003137.12787-1-zhiminx.huang@intel.com (mailing list archive)
Headers
Series modify cases to check dcf as a full feature pmd |

Message

Huang, ZhiminX Oct. 7, 2022, 12:31 a.m. UTC
  The series of E810 make dcf as full feature pmd in dpdk22.07.
1.add interface to support dcf mode.
2.add test dcf description in testplan.
3.modify test case to support dcf mode.

Zhimin Huang (3):
  framework/*:add config dcf mode in execution file
  test_plans/*:modify cases to check dcf as a full feature pmd
  tests/*:modify cases to check dcf as a full feature pmd

 framework/dts.py                       |  6 +++
 framework/settings.py                  |  1 +
 test_plans/kernelpf_iavf_test_plan.rst | 14 ++++++-
 test_plans/stats_checks_test_plan.rst  | 16 ++++++-
 test_plans/vf_macfilter_test_plan.rst  | 22 ++++++++++
 test_plans/vf_offload_test_plan.rst    | 18 +++++++-
 test_plans/vf_rss_test_plan.rst        | 15 ++++++-
 test_plans/vf_smoke_test_plan.rst      | 17 +++++++-
 test_plans/vf_vlan_test_plan.rst       | 16 ++++++-
 tests/TestSuite_kernelpf_iavf.py       | 58 ++++++++++++++++++--------
 tests/TestSuite_stats_checks.py        | 23 ++++++++--
 tests/TestSuite_vf_macfilter.py        | 30 ++++++++++++-
 tests/TestSuite_vf_offload.py          | 42 ++++++++++++++-----
 tests/TestSuite_vf_rss.py              | 39 +++++++++++++----
 tests/TestSuite_vf_smoke.py            | 18 +++++++-
 tests/TestSuite_vf_vlan.py             | 45 +++++++++++++++-----
 16 files changed, 322 insertions(+), 58 deletions(-)