From patchwork Mon Aug 1 15:40:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jiale, SongX" X-Patchwork-Id: 114478 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 3EB9BA034C; Mon, 1 Aug 2022 09:40:50 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E484442C7C; Mon, 1 Aug 2022 09:40:49 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id EF70F4067B for ; Mon, 1 Aug 2022 09:40:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1659339648; x=1690875648; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=FiyzL8YKxhndvxTpzn8Xf/knncgDFGLn30ZLTXeBHpA=; b=k47e8v3B5Nsq+x/8AsjxThefPKDA62NIqibtA0unyu5ZqV9HoKaXC/yX X5LRI6bfet07Z3qjwqCUp63EPwbdvrLsUKMAOp19LZMG7nyUp6u9Ws6NM FU7Yl5DtuGNneVsQeCMfKsS5wsQV5g5HEsSDh3L9U0iGlutMNdUjj8pfQ H8FkKQbgrSjLCB7da4FVGXUWr+OIvFzQGos31f40OlbjT+rilntLck5Nt lD3jsk1M3F46cnjy0TAXDNXFf3yNAUk2HGth9t5jBpqTw5+isolX4qdLy xOCb2M1DBu95NXU5WjiaGGGLlNNfSNMr7ORYvtz3OOsrzfxE0J2oixnN8 g==; X-IronPort-AV: E=McAfee;i="6400,9594,10425"; a="353090402" X-IronPort-AV: E=Sophos;i="5.93,206,1654585200"; d="scan'208";a="353090402" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Aug 2022 00:40:32 -0700 X-IronPort-AV: E=Sophos;i="5.93,206,1654585200"; d="scan'208";a="630136398" Received: from unknown (HELO localhost.localdomain) ([10.239.252.20]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Aug 2022 00:40:31 -0700 From: Jiale Song To: dts@dpdk.org Cc: Jiale Song Subject: [dts] [PATCH V1 2/2] test_plans/vf_pf_reset: modify case to support ice nic Date: Mon, 1 Aug 2022 15:40:53 +0000 Message-Id: <20220801154053.3266288-2-songx.jiale@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220801154053.3266288-1-songx.jiale@intel.com> References: <20220801154053.3266288-1-songx.jiale@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 ice nic support test_vlan_tx_restore, need turn off spoofchk. Signed-off-by: Jiale Song Acked-by: Lijuan Tu --- test_plans/vf_pf_reset_test_plan.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test_plans/vf_pf_reset_test_plan.rst b/test_plans/vf_pf_reset_test_plan.rst index 31ca7238..35fdc149 100644 --- a/test_plans/vf_pf_reset_test_plan.rst +++ b/test_plans/vf_pf_reset_test_plan.rst @@ -396,6 +396,10 @@ Test Case 6: vlan rx restore -- create one vf on each pf Test Case 7: vlan tx restore ============================ +.. note:: + + ice nic need set dut tx vf port spoofchk off: ip link set dev {pf_interface} vf {tx_vf} spoofchk off + 1. Execute the step1-step3 of test case 1 2. Run testpmd::