From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4D91CA0542; Fri, 2 Sep 2022 03:44:04 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2BADE40693; Fri, 2 Sep 2022 03:44:04 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 1877B40684 for ; Fri, 2 Sep 2022 03:44:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662083043; x=1693619043; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=GFbubmSB4URf2AK8u61L3lAkjMoNlHfgfCfPjYiHb2g=; b=I1scSzJ38IB03QdtpZEs7LiCM6a8Z+VEX+TyuDYruSakq4j3SYBWviAH 7zUN78tcjxkU+S57ffXzBc6+qnf58va8kSW2I4jJu8Ux8ahewodYrlQXi J+w9TzMpjAAC+ZmZlmC9wZVE7l6fM9cJhH8Xe8KrLuKgsoA5SJ974IyDD bpYL3gksb7c1fikOqjAxg0N2NF6vmvedFV7BqFcYgbpWmSQMlpO0VUT4D VF9kr0k+99i7WqLhefx1J5UpfmpVKGr//1ERbfV2wZF0/J1mwdmvfMaz9 VPEZYPYQqMwB6ywGwxpe0iRLzgGZ8Tfg0/OgTuFxNKMBLnYe0x7nPkzED g==; X-IronPort-AV: E=McAfee;i="6500,9779,10457"; a="297153480" X-IronPort-AV: E=Sophos;i="5.93,281,1654585200"; d="scan'208";a="297153480" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2022 18:44:02 -0700 Message-Id: Date: 01 Sep 2022 18:44:00 -0700 X-IronPort-AV: E=Sophos;i="5.93,281,1654585200"; d="scan'208";a="608809766" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2022 18:44:00 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V3 10/10] tests/tx_preparation: update dts code for dpdk csum change From: lijuan.tu@intel.com To: dts@dpdk.org,Weiyuan Li Cc: Weiyuan Li ,Jiale Song In-Reply-To: <20220830024740.26250-10-weiyuanx.li@intel.com> 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: , Reply-To: Weiyuan Li Errors-To: dts-bounces@dpdk.org On Tue, 30 Aug 2022 10:47:40 +0800, Weiyuan Li wrote: > According to dpdk commit 9b4ea7ae77fa(app/testpmd: revert MAC update in che= cksum forwarding) modify > the script adapt to this chagne. >=20 > 1. Modify VF case to enable promisc. > 2. Modify PF case to send packet dst mac is random. >=20 > Signed-off-by: Weiyuan Li Acked-by: Lijuan Tu Series applied, thanks