From patchwork Wed Nov 30 02:15:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ke Xu X-Patchwork-Id: 120295 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 AE55DA00C2; Wed, 30 Nov 2022 03:16:47 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B2F9940151; Wed, 30 Nov 2022 03:16:45 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 3DF3F4014F for ; Wed, 30 Nov 2022 03:16: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=1669774604; x=1701310604; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=eJ2kEqpHPmCdI0d5NDsxPEdrnC6NC2/HIRUxFT8HEZI=; b=N2YHfcE8qYHuVKIs0UX4snQjcMx5mbKS9kD7HwaJH2KpAsUpvQiZwGMk pGPluaHDSCbQ5q7I/ii/MIMy8d1pTkTvIOfbO1hYFhk/NkAgkJQgR7iIv D+Xg2fmLsHJaD9cdjTOyrmiI4YrnxZAvC2KtczYu4ho0kuwh/URFyAQoV JfRG3ZWSINKPKEOr8LvLDZd9PYO8DdaHXejJ7MfVqczyry5TtKYrnKDcF gYMvyljKN49mtq2Qcwa3yxwoi8IyjeoUaF8oOvyZIC3U+E1kwuXNvdYME sUfe8NsWonQTDPR1iskpxsLd1UCrkEblH8bY09Db4hYLqxVJnqlZ8ug5u g==; X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="294978892" X-IronPort-AV: E=Sophos;i="5.96,204,1665471600"; d="scan'208";a="294978892" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2022 18:16:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="676656314" X-IronPort-AV: E=Sophos;i="5.96,204,1665471600"; d="scan'208";a="676656314" Received: from dpdk-xuke-lab.sh.intel.com ([10.67.114.198]) by orsmga001.jf.intel.com with ESMTP; 29 Nov 2022 18:16:41 -0800 From: Ke Xu To: dts@dpdk.org Cc: lijuan.tu@intel.com, ke1.xu@intel.com 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_switch_filter_gtpu Date: Wed, 30 Nov 2022 10:15:18 +0800 Message-Id: <20221130021520.75963-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. Zhimin Huang (1), Ke Xu (1): test_plans/ice_dcf_switch_filter_gtpu: update test plan to support represented port action from deprecated vf action tests/ice_dcf_switch_filter_gtpu: update test plan to support represented port action from deprecated vf action .../ice_dcf_switch_filter_gtpu_test_plan.rst | 136 ++--- tests/TestSuite_ice_dcf_switch_filter_gtpu.py | 550 +++++++++--------- 2 files changed, 343 insertions(+), 343 deletions(-)