From patchwork Wed Nov 30 03:53:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ke Xu X-Patchwork-Id: 120304 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6311AA00C2; Wed, 30 Nov 2022 04:54:46 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3C8AC40395; Wed, 30 Nov 2022 04:54:46 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 261214014F for ; Wed, 30 Nov 2022 04:54:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669780485; x=1701316485; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=PI3TN4GIs6ksw0zfAk9nElrM1pKeQ71cv6BdhXsRr0Q=; b=QNRtuNN1JSxPcXVXQFzUjKolr3C3TNLFM9Kb/hjg3PZddPR9yqUfrX/c BST3CEpkR2YVLQPWrNJ8ae/gRyuAbhySOv93vUjbfnMiWDQ1nL55Aqw3G UkljmFN4Q0sNL+2sMQVEyMwsPhsYCbTvoj5HsZ1ysXjR6hww8mQ6ESBvU 7d65wwJqbnscebc6v4l9O6CyDSiyxnxlT3RLJpKTSJf1wM6yrF+7+p0tn DGMqgNiWn4MS9TPeikY0Q4Aa7n8YoN6ZNjYCNzwz74XYqPn53VXbYMSyq uy8aw22izkEG1f0cHp2T9iFnbxJyOgYd79GAha3bEbILPZUlm+kazDGLm Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="312910901" X-IronPort-AV: E=Sophos;i="5.96,205,1665471600"; d="scan'208";a="312910901" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2022 19:54:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="621728153" X-IronPort-AV: E=Sophos;i="5.96,205,1665471600"; d="scan'208";a="621728153" Received: from dpdk-xuke-lab.sh.intel.com ([10.67.114.198]) by orsmga006.jf.intel.com with ESMTP; 29 Nov 2022 19:54:42 -0800 From: Ke Xu To: dts@dpdk.org Cc: lijuan.tu@intel.com, Ke Xu 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 Date: Wed, 30 Nov 2022 11:53:26 +0800 Message-Id: <20221130035329.98118-1-ke1.xu@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org 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(-)