mbox series

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

Message ID 20221207111810.466634-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_qinq |

Message

Ke Xu Dec. 7, 2022, 11:18 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.

Method calling of launch_testpmd is updated to enable representor.

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.

File names of packet capturing is renamed to .pcap to fix a no-reason
 failure when using .cap

Ke Xu (2):
  test_plans/ice_qinq: update test plan to support represented port
    action from deprecated vf action
  tests/ice_qinq: update test plan to support represented port action
    from deprecated vf action

 test_plans/ice_qinq_test_plan.rst | 106 +++++++++++++++---------------
 tests/TestSuite_ice_qinq.py       | 104 ++++++++++++++---------------
 2 files changed, 105 insertions(+), 105 deletions(-)