From patchwork Mon Nov 21 08:05:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Weiyuan Li X-Patchwork-Id: 119985 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 703A0A055A; Mon, 21 Nov 2022 09:06:05 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6C31D41133; Mon, 21 Nov 2022 09:06:05 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 28DB94014F for ; Mon, 21 Nov 2022 09:06:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669017964; x=1700553964; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=/34lsTxQUiOcI4UoaH4ZpNGWEVSNa7ZOVrPPeVhi2g0=; b=E9csr3sMCgsj2ueKayWqW5DXoQdfgu/mGUd1ZJuvfgjW1r6L0co+vjeZ QP6mdQngx0KIy0v3y8bHJUzbj8oXrcgAH+GiAtcmQ+itg8djcHK4ZhxYI vGqSI08r5hpaTGeHcHcuzRbANP0dbfpOfHVqkj9T1oiYzMxxOjPFYUL0H gF11FXwQGHGO0eAuWH1kYEYPplzvThrSExB7SvMYmgDlQ5P4T8JwEreL6 dKC+4L6S0fR3tO5smMm2jzwFcHbokhBr8AhPClMdOnrLw7q2xm/1djf5k cwKvYkOeA3rxHsWaUVX53YLOhY2TDTgCqQcYiXcvQLO9WRLFTPaa7jTaf w==; X-IronPort-AV: E=McAfee;i="6500,9779,10537"; a="314646564" X-IronPort-AV: E=Sophos;i="5.96,180,1665471600"; d="scan'208";a="314646564" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Nov 2022 00:06:02 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10537"; a="635099931" X-IronPort-AV: E=Sophos;i="5.96,180,1665471600"; d="scan'208";a="635099931" Received: from unknown (HELO localhost.localdomain) ([10.239.252.248]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Nov 2022 00:05:35 -0800 From: Weiyuan Li To: dts@dpdk.org Cc: Weiyuan Li , Song Jiale Subject: [dts][PATCH V3 7/8] test_plans/vlan: modify script and test plan to support i40e fimware >= 8.4 Date: Mon, 21 Nov 2022 16:05:08 +0800 Message-Id: <20221121080509.10128-7-weiyuanx.li@intel.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20221121080509.10128-1-weiyuanx.li@intel.com> References: <20221121080509.10128-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.4. When the fimrware >= 8.4, if the filter is to take effect need to enable extend. Signed-off-by: Weiyuan Li --- Tested-by: Song Jiale v2: -use the firmware version to judge whether to add command `extend on`. v3: -modify description. test_plans/vlan_test_plan.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/test_plans/vlan_test_plan.rst b/test_plans/vlan_test_plan.rst index 6e2bf74e..a192ca60 100644 --- a/test_plans/vlan_test_plan.rst +++ b/test_plans/vlan_test_plan.rst @@ -61,6 +61,10 @@ Enable the receipt of VLAN packets with VLAN Tag Identifier 1 on port 0:: testpmd> rx_vlan add 1 0 testpmd> vlan set strip off 0 + + if the i40e firmware version >= 8.4 the dpdk can only add 'extend on' to make the VLAN filter work normally: + testpmd> vlan set extend on 0 + testpmd> start rxonly packet forwarding - CRC stripping disabled - packets/burst=32 nb forwarding cores=1 - nb forwarding ports=10 @@ -111,7 +115,10 @@ Test Case: Disable receipt of VLAN packets Disable the receipt of VLAN packets with Tag Identifier ``1`` on port 0. Send VLAN packets with the Tag Identifier ``1`` check that no packet is received on port ``B``, meaning that VLAN packets are now dropped on port 0:: - + + if the i40e firmware version >= 8.4 the dpdk can only add 'extend on' to make the VLAN filter work normally: + testpmd> vlan set extend on 0 + testpmd> rx_vlan rm 1 0 testpmd> start rxonly packet forwarding - CRC stripping disabled - packets/burst=32