From patchwork Fri Oct 7 11:53:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Weiyuan Li X-Patchwork-Id: 117555 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 49281A00C4; Fri, 7 Oct 2022 13:53:20 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 43A2742B7A; Fri, 7 Oct 2022 13:53:20 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 9683342B75 for ; Fri, 7 Oct 2022 13:53:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665143598; x=1696679598; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=JtSJ4SSBrIEnncgFKR0mnvcN7kwftdob0Iw4EjdYyzs=; b=RrzMh4GTWgsUux9WHjTFO/kCb7jH1vLou7jVKRkceTDqQu68ZD1F2Pna dkqAvndRcF8loFeKR4bKpwZKC/CDcLaEdJzO792zSFWHwmcq4OuwWehg9 jZlMJpnYgmQLHsU3JlNCcpQjjopBUIPPQwvWhCTA56FSeBgsXRLfHYgg1 SvOprNrBzrNIfICwDthtCh/8+sfCbaif4ruKLOtjiiJF0l4s8fJglMg31 E9H0UUF/qwptCe+5z5SXK/QW5sLXqIFtq0aK708Bg09ZXbrNfJXnS8/kh cITHwy0dquWdimWznem9sLmFEFJYHvaKF1VALyBrLQ4xYsdX4gveGQRp8 A==; X-IronPort-AV: E=McAfee;i="6500,9779,10492"; a="304716874" X-IronPort-AV: E=Sophos;i="5.95,166,1661842800"; d="scan'208";a="304716874" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Oct 2022 04:53:17 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10492"; a="714249997" X-IronPort-AV: E=Sophos;i="5.95,166,1661842800"; d="scan'208";a="714249997" Received: from unknown (HELO localhost.localdomain) ([10.239.252.248]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Oct 2022 04:53:16 -0700 From: Weiyuan Li To: dts@dpdk.org Cc: Weiyuan Li Subject: [dts][PATCH V1 6/8] test_plans/ipgre: modify script and test plan to support i40e fimware > 8.3 Date: Fri, 7 Oct 2022 19:53:31 +0800 Message-Id: <20221007115333.29277-6-weiyuanx.li@intel.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20221007115333.29277-1-weiyuanx.li@intel.com> References: <20221007115333.29277-1-weiyuanx.li@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 Modify script and test plan to i40e support fimware > 8.3. When the fimrware > 8.3, if the filter is to take effect need to enable extend. Signed-off-by: Weiyuan Li --- test_plans/ipgre_test_plan.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/test_plans/ipgre_test_plan.rst b/test_plans/ipgre_test_plan.rst index 693432ef..4380aa38 100644 --- a/test_plans/ipgre_test_plan.rst +++ b/test_plans/ipgre_test_plan.rst @@ -55,6 +55,7 @@ Start testpmd and enable rxonly forwarding mode:: .//app/dpdk-testpmd -c ffff -n 4 -- -i --enable-hw-vlan testpmd> set fwd rxonly + testpmd> vlan set extend off 0 testpmd> set verbose 1 testpmd> start