From patchwork Wed Nov 30 03:54:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ke Xu X-Patchwork-Id: 120313 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 96DDBA00C2; Wed, 30 Nov 2022 04:55:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 91E6D42D0B; Wed, 30 Nov 2022 04:55:35 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 7E7654014F for ; Wed, 30 Nov 2022 04:55:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669780533; x=1701316533; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=p+BhvL3z7PuWG9esPHNePHk5WHhiPtJgs5mLR1APR8s=; b=SRhfzZHWRNC1B6zXrgNqfMViXRY5N67yMdpDBv/L0i7oSMiJfabZfNf2 /45EUqKOMfMaOYdU7EYTx2xEXsyFmOrmLweB965Uiyti8FfJLv0scL5o2 A8pmGzKH2rFuyvknZbvm6i9c1k8Y7lAt8c4RZs6y6oxRGfEZsakHs5VnH eZ6DNhxHkyHsQUR4A6CWie2uEnWJc0dOnG1e9vDEdcX9Y7R7a2xE+dB8v 6zmxhCIvBoFUJxh8aj4EMp/x0xKWXi66zCGZdQ7FhUtCB85Vqpf2Z9qkk GajRQHAB1qtyVETGNN3kj48H4PyHFCpAB+z3v1TyVouH2pgsZ+0Ulempf g==; X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="298665554" X-IronPort-AV: E=Sophos;i="5.96,205,1665471600"; d="scan'208";a="298665554" 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:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="750160058" X-IronPort-AV: E=Sophos;i="5.96,205,1665471600"; d="scan'208";a="750160058" Received: from dpdk-xuke-lab.sh.intel.com ([10.67.114.198]) by fmsmga002.fm.intel.com with ESMTP; 29 Nov 2022 19:55:31 -0800 From: Ke Xu To: dts@dpdk.org Cc: lijuan.tu@intel.com, Ke Xu Subject: [DTS][PATCH V1 1/2] test_plans/ice_dcf_data_path: update test plan to support port representor action from deprecated vf action Date: Wed, 30 Nov 2022 11:54:16 +0800 Message-Id: <20221130035417.98620-2-ke1.xu@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221130035417.98620-1-ke1.xu@intel.com> References: <20221130035417.98620-1-ke1.xu@intel.com> 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. To support This new API, several modifications are made. In this commit, rule is modified for the old API being deprecated, changing to the new API. Ports id are modified corresponding to the port representors and modified API. Signed-off-by: Ke Xu --- test_plans/ice_dcf_data_path_test_plan.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_plans/ice_dcf_data_path_test_plan.rst b/test_plans/ice_dcf_data_path_test_plan.rst index bc413d69..71c9793b 100644 --- a/test_plans/ice_dcf_data_path_test_plan.rst +++ b/test_plans/ice_dcf_data_path_test_plan.rst @@ -207,7 +207,7 @@ Send a packet, check the DCF can't recieve the packet (Dest mac address is not D Create a rule to DCF :: - flow create 0 ingress pattern eth dst is 68:05:ca:8d:ed:a8 / ipv6 dst is CDCD:910A:2222:5498:8475:1111:3900:2020 tc is 3 / tcp src is 25 dst is 23 / end actions vf original 1 / end + flow create 0 ingress pattern eth dst is 68:05:ca:8d:ed:a8 / ipv6 dst is CDCD:910A:2222:5498:8475:1111:3900:2020 tc is 3 / tcp src is 25 dst is 23 / end actions port_representor port_id 0 / end Send the packet again, check DCF can recieve the packet ::