From patchwork Wed Sep 28 03:18:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ke Xu X-Patchwork-Id: 116987 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 B41C1A00C2; Wed, 28 Sep 2022 05:25:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ABCBE4113D; Wed, 28 Sep 2022 05:25:55 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id BFE3E40E25 for ; Wed, 28 Sep 2022 05:25:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1664335554; x=1695871554; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=j0NM559j2P/HxV7TJMKTT20lSmsiaBwYJur7svgvuoQ=; b=eOaUWEAYLbvBTXIfmUQUGzD68w1n9zR93+S8IUL9Y/nuqyjVXxbJj/A2 C8HoDyw5fcVUNP9sL/dxFv3yNcPSXOt8l1Jmbnt5NvmqYcvd/9usANhyn ZCeDdV/QqdtSUlTqeWNX5hNYcJcepcDHSNsorUxQV69Kgckk91FLMUhCP Oq+srsDEtjfhrX4cAObFCmQ8nCJeVHF4wH7SAfEnAfttkDxnzk21uZDvD ty2V/6ZmzZCkhDYxNTjBzmhVLH0aqaIOanj6ZKHnMbeF8Twjl3AzznlRc nzlweB7rU5H7G6TzJGsyMX4z41C2KH899F5PUi6VDTRjUHRAnzESMb7O8 g==; X-IronPort-AV: E=McAfee;i="6500,9779,10483"; a="302405040" X-IronPort-AV: E=Sophos;i="5.93,350,1654585200"; d="scan'208";a="302405040" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Sep 2022 20:25:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10483"; a="710803018" X-IronPort-AV: E=Sophos;i="5.93,350,1654585200"; d="scan'208";a="710803018" Received: from unknown (HELO DPDK-XUKE-LAB.sh.intel.com) ([10.67.116.226]) by FMSMGA003.fm.intel.com with ESMTP; 27 Sep 2022 20:25:52 -0700 From: Ke Xu To: dts@dpdk.org Cc: lijuan.tu@intel.com, jin.ling@intel.com, zhiminx.huang@intel.com, weiyuanx.li@intel.com, qi.fu@intel.com, Ke Xu Subject: [DTS][PATCH V1 10/21] test_plans/ice_dcf_data_path: update test plan to support port representor action from deprecated vf action Date: Wed, 28 Sep 2022 03:18:37 +0000 Message-Id: <20220928031836.770004-11-ke1.xu@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220928031836.770004-1-ke1.xu@intel.com> References: <20220928031836.770004-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 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 ::