From patchwork Thu Dec 15 06:41:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lingli Chen X-Patchwork-Id: 120919 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 471C9A0543; Thu, 15 Dec 2022 08:39:51 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1D8BF40695; Thu, 15 Dec 2022 08:39:51 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 9466740223 for ; Thu, 15 Dec 2022 08:39:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671089989; x=1702625989; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=sLJ1Q6uQNmSWi7J0OScOWthVqeLoX5paIc8Hu1JfLog=; b=kub/HqxHL6KBf0T0TXqbWcewQQyBfR1kECE0wmxb+MIzl9sn8AB4NjsF v2k1zf7N/u2EUDHaV18A9vofkhsduXLNn6yZGH2FPnecVZG5a1DJVrcSj iaefMXibeGjDpdEXZahoe88MPch8LE/4vg4JrMkeUVLxmuhQscKCFDtbk V70YathKn6vzOS2f9i7NwhujBvaPAU+0z8oGqQRPrrmQ4pGmQGlEANrva R4scxcVkDLYGLHXw6r3l350cRK37zXfpmMpA7cmgb/9Ff25ESYRmXbk8X 4gZ8nIBRYtuZMuGfYcDJPJXbWakDK+BHnphKHG96jilwkJAIfxDfciOAK A==; X-IronPort-AV: E=McAfee;i="6500,9779,10561"; a="345697255" X-IronPort-AV: E=Sophos;i="5.96,246,1665471600"; d="scan'208";a="345697255" 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:48 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10561"; a="651448150" X-IronPort-AV: E=Sophos;i="5.96,246,1665471600"; d="scan'208";a="651448150" 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:19 -0800 From: Lingli Chen To: dts@dpdk.org Cc: zhiminx.huang@intel.com, Lingli Chen Subject: [dts][PATCH V1 3/8] test_plans/ddp_l2tpv3: remove --pkt-filter-mode sync dpdk change Date: Thu, 15 Dec 2022 01:41:59 -0500 Message-Id: <20221215064204.30802-3-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/ddp_l2tpv3_test_plan.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/test_plans/ddp_l2tpv3_test_plan.rst b/test_plans/ddp_l2tpv3_test_plan.rst index 7039119d..cb0e5026 100644 --- a/test_plans/ddp_l2tpv3_test_plan.rst +++ b/test_plans/ddp_l2tpv3_test_plan.rst @@ -103,7 +103,6 @@ any DDP functionality* .//app/dpdk-testpmd -c f -n 4 -a -- -i --port-topology=chained --txq=64 --rxq=64 - --pkt-filter-mode=perfect For testpmd commands refer: https://doc.dpdk.org/guides/testpmd_app_ug/