From patchwork Fri Oct 7 11:53:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Weiyuan Li X-Patchwork-Id: 117556 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 67EBFA04FD; Fri, 7 Oct 2022 13:53:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6484742B84; Fri, 7 Oct 2022 13:53:21 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 534B742B75 for ; Fri, 7 Oct 2022 13:53:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665143599; x=1696679599; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=x2yeYS1MR/phq4JEkY/ESBxSOTnuI+UjX9dlEC7znpk=; b=muOwzyMtDEOayinEN9mHpnAHcuQHG1qHV4V+7MXgeNwgJeOfXr/f4Xgo atq4MqOMIzDhhuv2rL8pshvY3ve0oGCXtVXWXAASGNyvbQKQze4gXSlDV GeySnGaIwNmdj/N9V4zSn3HUPEsZ1hP47rNrR3AiCj1GQSlW7JJ4wCtel 6oGsTjDP8g+WePqQu31X1zhRAv3LfiQbcvQRDTJZ2eOdpuEA2hpeB3ebx MJeYRowWEdnLHE6A25Pr0bGd5JlxfJgM/K5kk1Qd/pdU44OojXOtBALqa gCYHCj+qQFWxw2zr0v2utJj+N7WqK04Zzw6n2//8NII2qpdi+2D6FlLq9 A==; X-IronPort-AV: E=McAfee;i="6500,9779,10492"; a="304716880" X-IronPort-AV: E=Sophos;i="5.95,166,1661842800"; d="scan'208";a="304716880" 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:18 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10492"; a="714250005" X-IronPort-AV: E=Sophos;i="5.95,166,1661842800"; d="scan'208";a="714250005" 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:17 -0700 From: Weiyuan Li To: dts@dpdk.org Cc: Weiyuan Li Subject: [dts][PATCH V1 7/8] tests/ipgre: modify script and test plan to support i40e fimware > 8.3 Date: Fri, 7 Oct 2022 19:53:32 +0800 Message-Id: <20221007115333.29277-7-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 --- tests/TestSuite_ipgre.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/TestSuite_ipgre.py b/tests/TestSuite_ipgre.py index cd50c1c4..1797af8a 100644 --- a/tests/TestSuite_ipgre.py +++ b/tests/TestSuite_ipgre.py @@ -312,6 +312,11 @@ class TestIpgre(TestCase): self.dut.send_expect("set fwd rxonly", "testpmd>") self.dut.send_expect("set verbose 1", "testpmd>") self.dut.send_expect("start", "testpmd>") + if self.kdriver == "i40e" and self.nic not in [ + "I40E_10G-10G_BASE_T_X722", + "I40E_10G-SFP_X722", + ]: + self.dut.send_expect("vlan set extend off 0", "testpmd>") # inner ipv4 config_layers = {