From patchwork Thu Dec 15 06:42:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lingli Chen X-Patchwork-Id: 120924 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 01F1AA0544; Thu, 15 Dec 2022 08:39:54 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C619C42D22; Thu, 15 Dec 2022 08:39:52 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id B76DA40223 for ; Thu, 15 Dec 2022 08:39:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671089991; x=1702625991; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=8BSeh7ArOd4cdyja64MC6KciWKVDF+4tQXGi0AaSTPU=; b=I6UHssk3c/kArbqnFSAXlmEwN5GL49hqW3ba67MTPnEZTL7OGqXWlNt4 G1v96tBZjR5/pTNPnMqi4HKtJF+M1svdF2WCUEmZ4OXI6iXTQzGEkm//j Q+80WBbKLKZ/zv2J4dP4q+ZtqRtW3OYueapYCmBm362ONEycijIRW7YO+ ZKYvl/zKCirOXljWOPamh7bLIZCLVkFy1OWywViDsa2AxwUyD/ROSXE2n 1MW9ePGM1fGmFtZ5aZihMUZwGEf+j6XXk52lM4F6t4wAtooibhT1fVgNW BzdcH6LwGBShwwDmd+NtGY9b6aI19KiCYeNk2PykTBcY/8M+qr4M6Rp7T A==; X-IronPort-AV: E=McAfee;i="6500,9779,10561"; a="345697260" X-IronPort-AV: E=Sophos;i="5.96,246,1665471600"; d="scan'208";a="345697260" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Dec 2022 23:39:49 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10561"; a="651448225" X-IronPort-AV: E=Sophos;i="5.96,246,1665471600"; d="scan'208";a="651448225" Received: from unknown (HELO localhost.localdomain) ([10.239.252.99]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Dec 2022 23:39:26 -0800 From: Lingli Chen To: dts@dpdk.org Cc: zhiminx.huang@intel.com, Lingli Chen Subject: [dts][PATCH V1 7/8] test_plans/rss_to_rte_flow: remove --pkt-filter-mode sync dpdk change Date: Thu, 15 Dec 2022 01:42:03 -0500 Message-Id: <20221215064204.30802-7-linglix.chen@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20221215064204.30802-1-linglix.chen@intel.com> References: <20221215064204.30802-1-linglix.chen@intel.com> 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 According to dpdk commit 5007ac1318 (ethdev: remove deprecated Flow Director configuration) remove --pkt-filter-mode. Signed-off-by: Lingli Chen --- test_plans/rss_to_rte_flow_test_plan.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_plans/rss_to_rte_flow_test_plan.rst b/test_plans/rss_to_rte_flow_test_plan.rst index 367ff863..007bd98f 100644 --- a/test_plans/rss_to_rte_flow_test_plan.rst +++ b/test_plans/rss_to_rte_flow_test_plan.rst @@ -557,7 +557,7 @@ Test case: Flow directory rule and RSS rule combination (I40E) 1. Start the testpmd:: - .//app/dpdk-testpmd -c 1ffff -n 4 -- -i --nb-cores=8 --rxq=16 --txq=16 --pkt-filter-mode=perfect + .//app/dpdk-testpmd -c 1ffff -n 4 -- -i --nb-cores=8 --rxq=16 --txq=16 testpmd> set fwd rxonly testpmd> set verbose 1 testpmd> start @@ -921,7 +921,7 @@ Test case: Flow directory rule and RSS rule combination 1. Start the testpmd:: - .//app/dpdk-testpmd -c 1ffff -n 4 -- -i --nb-cores=8 --rxq=16 --txq=16 --pkt-filter-mode=perfect + .//app/dpdk-testpmd -c 1ffff -n 4 -- -i --nb-cores=8 --rxq=16 --txq=16 testpmd> set fwd rxonly testpmd> set verbose 1 testpmd> start