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 0910DA0567; Wed, 29 Jun 2022 04:18:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CC5FE400D7; Wed, 29 Jun 2022 04:18:00 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 24EE540042 for ; Wed, 29 Jun 2022 04:17:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656469079; x=1688005079; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=TrudHCWEJ7TYVX7tQpWLT5Gqeg7mAq6AlwrrLM22LzU=; b=Z1Gm5UPXTbGXboWV/B8ro+KkCGxUa9BpAjpTuJjfcbEdcpLYasxSXUIW linIfkogC7IcMU8BcF5/jS2nuRApltejs1ytCXSx/8Y6q5HU+FUXuV4hK Zu52rlVdCL+akFbVTH1yR4Tr6YRUYhgzybDVXl7IDLTAdNlDgM/dTJFDu xlfv817p+EbN2ymu7RLJjlVL+DTzM6b2+fWEqZDTFgmCYW7dmH1Ipj5l1 Q+Qkhdm8XHwOselKBSSfDiVn65iiPDtCmKr+5tbjT9dC/AwBAY4ZVLXTj iBgQY9927BqyfMLmeeUs7mT5cABwi8ffBhxp7gzjKEDd9ObAy935296uL Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10392"; a="343588393" X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="343588393" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2022 19:17:58 -0700 Message-Id: <8b0460$ii8qn9@orsmga001-auth.jf.intel.com> Date: 28 Jun 2022 19:17:57 -0700 X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="623143659" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2022 19:17:57 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1 2/2] tests/virtio_user_as_exceptional_path: delete modify dpdk code steps From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220624065529.2832947-1-weix.ling@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: Wei Ling Errors-To: dts-bounces@dpdk.org On Fri, 24 Jun 2022 02:55:29 -0400, Wei Ling wrote: > According to the dpdk commit 1945c64674(app/testpmd: perform SW IP > checksum for GRO/GSO packets) and commit 8ba1723783(net/vhost: > perform SW checksum in Tx path), no need to modify DPDK code to test. > > Signed-off-by: Wei Ling Series applied, thanks