From patchwork Mon Jul 18 02:54:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Weiyuan Li X-Patchwork-Id: 113998 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 3373DA0548; Mon, 18 Jul 2022 04:55:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2E54142B75; Mon, 18 Jul 2022 04:55:14 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 1DB9242B75 for ; Mon, 18 Jul 2022 04:55:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1658112913; x=1689648913; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=BBpDp5wcTQU4+0s1qiJJrt1Vz/CV2KAWFJ6Le4LQ2wA=; b=UKLFSa/UofjHDDHDMUZQK7uIeu15W0+dE/VcwrcWW+3wA8OpaKxZzLPk GZeNAP+K6+3colLsjeAnTzrUzojJQQTd4OCiQ4n3gTkpCB3R3jX+r1G/9 fpcpHmF34uYnT5evmxKCiYLSINdZ7No+A/WV0gWYdLO9bkjMTe7eiG8il j8rEtMgfFg2kLHHEc+wjoWYzwDM+G0NsjUiBVVs72ShQa0mzWBF5R3RpD GRTqLomoOMn62x7jlRA+pHPJO5dvj3l0zWDF0GOYnHVcZoGB+gqHdui9Q 5RKwahp+HH02m5UiK981leg4eIOm6N51VNP/IT/Ji3pxR0Lasqmcttfvy g==; X-IronPort-AV: E=McAfee;i="6400,9594,10411"; a="286855709" X-IronPort-AV: E=Sophos;i="5.92,280,1650956400"; d="scan'208";a="286855709" 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:12 -0700 X-IronPort-AV: E=Sophos;i="5.92,280,1650956400"; d="scan'208";a="624542032" 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:11 -0700 From: Weiyuan Li To: dts@dpdk.org, yuan.peng@intel.com Cc: Weiyuan Li Subject: [dts][PATCH V1 08/12] test_plans/kernelpf_iavf: update dts code for dpdk csum change Date: Mon, 18 Jul 2022 10:54:43 +0800 Message-Id: <20220718025447.13287-8-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 --- test_plans/kernelpf_iavf_test_plan.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test_plans/kernelpf_iavf_test_plan.rst b/test_plans/kernelpf_iavf_test_plan.rst index 8c7d1ad5..18c59964 100644 --- a/test_plans/kernelpf_iavf_test_plan.rst +++ b/test_plans/kernelpf_iavf_test_plan.rst @@ -330,6 +330,11 @@ Change mtu for large packet:: ifconfig 'tester interface' mtu 9000 +IP link set VF trust on and spoofchk off on DUT:: + + ip link set $PF_INTF vf 0 trust on + ip link set $PF_INTF vf 0 spoofchk off + Launch the ``testpmd`` with the following arguments, add "--max-pkt-len" for large packet::