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_dcf_flow_priority

Message ID 20221202034934.38794-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_flow_priority |

Message

Ke Xu Dec. 2, 2022, 3:49 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 bind_nics_driver is modified to support enabling 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.

Weiyuan Li (1), Jin Ling (1):
  test_plans/ice_dcf_flow_priority: update test plan to support
    represented port action from deprecated vf action
  tests/ice_dcf_flow_priority: update test plan to support represented
    port action from deprecated vf action

 .../ice_dcf_flow_priority_test_plan.rst       | 562 +++++++++---------
 tests/TestSuite_ice_dcf_flow_priority.py      | 461 +++++++-------
 2 files changed, 517 insertions(+), 506 deletions(-)
  

Comments

Tu, Lijuan Dec. 13, 2022, 6:12 a.m. UTC | #1
> -----Original Message-----
> From: Xu, Ke1 <ke1.xu@intel.com>
> Sent: Friday, December 2, 2022 11:50 AM
> To: dts@dpdk.org
> Cc: Tu, Lijuan <lijuan.tu@intel.com>; Xu, Ke1 <ke1.xu@intel.com>; Ling, Jin
> <jin.ling@intel.com>; Li, WeiyuanX <weiyuanx.li@intel.com>
> Subject: [DTS][PATCH V2 0/2] update test plans and tests to support
> represented port action and port representor action from deprecated vf
> action in ice_dcf_flow_priority
> 
> 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 bind_nics_driver is modified to support enabling 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.
> 
> Weiyuan Li (1), Jin Ling (1):
>   test_plans/ice_dcf_flow_priority: update test plan to support
>     represented port action from deprecated vf action
>   tests/ice_dcf_flow_priority: update test plan to support represented
>     port action from deprecated vf action

Applied, thanks