From patchwork Wed Nov 30 03:54:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ke Xu X-Patchwork-Id: 120312 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 7113EA00C2; Wed, 30 Nov 2022 04:55:34 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6B6AB40151; Wed, 30 Nov 2022 04:55:34 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id B39824014F for ; Wed, 30 Nov 2022 04:55:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669780532; x=1701316532; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=CZOqz2hpksCvoHG3BtDg2nuSasOn2AZBS3vVGtDnEMs=; b=W4abKW9m0TlD22PxzIOQe5Ivfzr912RWM25z/63QPNEXbymEQ4xVgRRz 9M9Kq+x2jdKjrguutIvPVAtKdATDYRtkihqIvVT/R69rZdWoHu8L/oQZg tXwS56Flu/sKD/BHSpm1w901+kMg1v3iwJyqV6/GE8PfPMwOlM9Wfs+02 a0o8Vgswkbj4CcopXenOH9ivNg3C/GbRVATeTVX+LSUOKxg/CS0ccHXy3 bzSLMXrOwp08Ms+gdWMS2/THiHBIaQYrVMJiGbZiBlnXFCdi/WjNY0j8e qGWMEzXWIe6bjcX1DY3VELbO/JYBsY8B7AssrFQF9ZB/5ouzNMULnTbl9 w==; X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="298665552" X-IronPort-AV: E=Sophos;i="5.96,205,1665471600"; d="scan'208";a="298665552" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2022 19:55:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="750160053" X-IronPort-AV: E=Sophos;i="5.96,205,1665471600"; d="scan'208";a="750160053" Received: from dpdk-xuke-lab.sh.intel.com ([10.67.114.198]) by fmsmga002.fm.intel.com with ESMTP; 29 Nov 2022 19:55:30 -0800 From: Ke Xu To: dts@dpdk.org Cc: lijuan.tu@intel.com, Ke Xu Subject: [DTS][PATCH V1 0/2] update test plans and tests to support represented port action and port representor action from deprecated vf action in ice_dcf_data_path Date: Wed, 30 Nov 2022 11:54:15 +0800 Message-Id: <20221130035417.98620-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. 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. Ke Xu (2): test_plans/ice_dcf_data_path: update test plan to support port representor action from deprecated vf action tests/ice_dcf_data_path: update test plan to support port representor action from deprecated vf action test_plans/ice_dcf_data_path_test_plan.rst | 2 +- tests/TestSuite_ice_dcf_data_path.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)