mbox series

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

Message ID 20221130035329.98118-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 dcf_lifecycle |

Message

Ke Xu Nov. 30, 2022, 3:53 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.

New fields are added in setup for applying representor to the case.

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/dcf_lifecycle: update test plan to support represented port
    action from deprecated vf action
  test_plans/dcf_lifecycle: remove redundant white space
  tests/dcf_lifecycle: update test plan to support represented port
    action from deprecated vf action

 test_plans/dcf_lifecycle_test_plan.rst | 196 ++++++++++++-------------
 tests/TestSuite_dcf_lifecycle.py       |  24 +--
 2 files changed, 110 insertions(+), 110 deletions(-)
  

Comments

Tu, Lijuan Dec. 13, 2022, 6:05 a.m. UTC | #1
> -----Original Message-----
> From: Xu, Ke1 <ke1.xu@intel.com>
> Sent: Wednesday, November 30, 2022 11:53 AM
> To: dts@dpdk.org
> Cc: Tu, Lijuan <lijuan.tu@intel.com>; Xu, Ke1 <ke1.xu@intel.com>
> Subject: [DTS][PATCH V1 0/3] update test plans and tests to support
> represented port action and port representor action from deprecated vf
> action in dcf_lifecycle
> 
> 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.
> 
> New fields are added in setup for applying representor to the case.
> 
> 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/dcf_lifecycle: update test plan to support represented port
>     action from deprecated vf action
>   test_plans/dcf_lifecycle: remove redundant white space
>   tests/dcf_lifecycle: update test plan to support represented port
>     action from deprecated vf action

Applied, thanks