From patchwork Mon Jul 18 02:54:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Weiyuan Li X-Patchwork-Id: 114002 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 C00ADA0547; Mon, 18 Jul 2022 04:55:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BB9DC40DF6; Mon, 18 Jul 2022 04:55:21 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 7B65C4069F for ; Mon, 18 Jul 2022 04:55: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=1658112919; x=1689648919; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=nG0BCAHXbCK1i4nyhESPdx0ZQfooHSOXYNVGYpcxpEw=; b=R7V+w63H76LsIrBhidmzIq7EiwKLXD4Zt63I70mMnr4pMK2hJnfXSYdl vq7RVULGPX0oSjddwS428LOfvr1l3kBy0YWG65R/C66y1Lj+zbpeiIkC1 D2SNI2EX+KR+LBJx5NQgwm4FeTbz/B6Smne7bEE1y7ENDhvZfHCMm9kBs +ABKkiLMpnD5veDnbLXlQuujsNda0tWKYl6Ip7CKLDstniuX3c8LO7g06 eqgJi0rohcHIx1fy/QiZ+T0/nIvBTSd3wpJpHTu0cPfLQg9kzohCDjqur lTEZlg1M4F4/WrVjEfPJNXuz2mq7KUyYEdYgcwPicMHwa2ekNwGd0trww w==; X-IronPort-AV: E=McAfee;i="6400,9594,10411"; a="286855724" X-IronPort-AV: E=Sophos;i="5.92,280,1650956400"; d="scan'208";a="286855724" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jul 2022 19:55:19 -0700 X-IronPort-AV: E=Sophos;i="5.92,280,1650956400"; d="scan'208";a="624542072" Received: from unknown (HELO localhost.localdomain) ([10.239.252.248]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jul 2022 19:55:17 -0700 From: Weiyuan Li To: dts@dpdk.org, yuan.peng@intel.com Cc: Weiyuan Li Subject: [dts][PATCH V1 12/12] test_plans/ice_iavf_fdir: update dts code for dpdk csum change Date: Mon, 18 Jul 2022 10:54:47 +0800 Message-Id: <20220718025447.13287-12-weiyuanx.li@intel.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20220718025447.13287-1-weiyuanx.li@intel.com> References: <20220718025447.13287-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 According to dpdk commit 9b4ea7ae77fa(app/testpmd: revert MAC update in checksum forwarding) modify the script adapt to this chagne. Signed-off-by: Weiyuan Li Tested-by: Jiale Song < songx.jiale@intel.com> --- test_plans/ice_iavf_fdir_test_plan.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test_plans/ice_iavf_fdir_test_plan.rst b/test_plans/ice_iavf_fdir_test_plan.rst index b485f899..1e788d0d 100644 --- a/test_plans/ice_iavf_fdir_test_plan.rst +++ b/test_plans/ice_iavf_fdir_test_plan.rst @@ -195,6 +195,12 @@ Prerequisites ip link set enp134s0f1 vf 0 mac 00:11:22:33:44:77 ip link set enp134s0f1 vf 1 mac 00:11:22:33:44:88 + If test set HW checksum and SW checksum: + ip link set enp24s0f0 vf 0 trust on + ip link set enp24s0f0 vf 0 spoofchk off + ip link set enp24s0f0 vf 1 trust on + ip link set enp24s0f0 vf 1 spoofchk off + 0000:86:00.0 generate 0000:86:01.0 and 0000:86:01.1 0000:86:00.1 generate 0000:86:11.0 and 0000:86:11.1 define 86:01.0 as vf00, 86:01.1 as vf01, 86:11.0 as vf10, 86:11.1 as vf11.