mbox series

[V2,0/3] update test plans and tests to support represented port action and port representor action from deprecated vf action in ice_dcf_acl_filter

Message ID 20221202032731.36164-1-ke1.xu@intel.com (mailing list archive)
Headers
Series update test plans and tests to support represented port action and port representor action from deprecated vf action in ice_dcf_acl_filter |

Message

Ke Xu Dec. 2, 2022, 3:27 a.m. UTC
  A new API is introduced to replace the VF actions in DPDK 22.11.

New API covers deprecated TO_VF action on DCFs by port representor and
 represented port actions. These patches checks the existing use of vf id
 action and vf original action and replace them with new API.

Methods create_testpmd_command, launch_testpmd and common_process are
 updated to support appyling representor to the existing testpmd setup.

Testpmd args are modified to support appyling representors for the new API.

Rules are modified for the old API being deprecated, changing to the new API.

Ports id are modified corresponding to the port representors and modified API.

Duplicated whitespaces are removed and extra whitespaces are added to formate
 the document.

Jin Ling (3):
  test_plans/ice_dcf_acl_filter: update test plan to support represented
    port action from deprecated vf action
  test_plans/ice_dcf_acl_filter: remove redundant white space
  tests/ice_dcf_acl_filter: update test plan to support represented port
    action from deprecated vf action

 test_plans/ice_dcf_acl_filter_test_plan.rst |  74 ++++++-------
 tests/TestSuite_ice_dcf_acl_filter.py       | 110 +++++++++++---------
 2 files changed, 97 insertions(+), 87 deletions(-)