From patchwork Fri Dec 2 03:27:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ke Xu X-Patchwork-Id: 120418 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 E5DCBA0540; Fri, 2 Dec 2022 04:29:08 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DB28F40689; Fri, 2 Dec 2022 04:29:08 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 53F3040687 for ; Fri, 2 Dec 2022 04:29:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669951747; x=1701487747; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Dy/0r/n3c07n1XpBUFgcPJ8a5Zl/54iu6QtssmrnqeA=; b=Jtpx2v6q2ZECTDMVq42JZrvGBVSFE1OXX+n5aPgp5InxLXxD/17Wld8Z rVVyp72h9IHA/0wGRB4VWsGcYGuoiVYeE5uNtg0BOP4t0Dw21CN/XzoU5 UOjwI79S4nC3AKQJi5i0kphO7JlqDIAVOfzDUsSk1dv2Mg/9aMV/g8rOh HOPvYqQi7NS0pwnFUNVR1tHBfiBz/hFc4dQtooAYazI2Jc5MiCxp85da+ 23I9/p3AcAPP4fcTiADJpyZzwi75zg8X703YeXLxUvm4Psn+JSgPyZHYa 5+hMp1SKoJ13yOVd37F+7ZDui+8FAXAjnSpxG1lq4PyDSxmqk1ZUI0kHm Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10548"; a="317725780" X-IronPort-AV: E=Sophos;i="5.96,210,1665471600"; d="scan'208";a="317725780" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Dec 2022 19:29:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10548"; a="751092153" X-IronPort-AV: E=Sophos;i="5.96,210,1665471600"; d="scan'208";a="751092153" Received: from unknown (HELO DPDK-XUKE-LAB.sh.intel.com) ([10.67.119.8]) by fmsmga002.fm.intel.com with ESMTP; 01 Dec 2022 19:29:04 -0800 From: Ke Xu To: dts@dpdk.org Cc: lijuan.tu@intel.com, ke1.xu@intel.com Subject: [DTS][PATCH V2 0/3] update test plans and tests to support represented port action and port representor action from deprecated vf action in ice_dcf_acl_filter Date: Fri, 2 Dec 2022 11:27:28 +0800 Message-Id: <20221202032731.36164-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. Methods create_testpmd_command, launch_testpmd and common_process are updated to support appyling representor to the existing testpmd setup. 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/ice_dcf_acl_filter: update test plan to support represented port action from deprecated vf action test_plans/ice_dcf_acl_filter: remove redundant white space tests/ice_dcf_acl_filter: update test plan to support represented port action from deprecated vf action test_plans/ice_dcf_acl_filter_test_plan.rst | 74 ++++++------- tests/TestSuite_ice_dcf_acl_filter.py | 110 +++++++++++--------- 2 files changed, 97 insertions(+), 87 deletions(-)