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 E36EAA00C2; Wed, 30 Nov 2022 07:33:44 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 19D7240395; Wed, 30 Nov 2022 07:33:44 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id AEC4740151 for ; Wed, 30 Nov 2022 07:33:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669790022; x=1701326022; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=A2fPzI3YKBdFnKjBZfho7sHNPkozpleuhzlAQsKPhAc=; b=gGry9HRaXPhIwPEyGpIQICASD1RndMg4c+6GlhsDU5ULK5qIjyaVmRsl yoF26LvVtT1YGUjYiX3G4SXNvLcX87m3UzsTi3+NVeYfwsxj6ZRzqTi9y u9X7O7Am5I0Gvod3NxGt/5Ewq0L0UFjUxU9/6H4OGWxRtfivKKf476P9Y k83Jqj8HlZSWgmIxZcKDTahxgY7k52hP1PSjrY6gY6HupRScVVA1MWZRQ SLFhzeVo403gRXGSeqgwmGyOtWoOMfj4zxKJGTEtTEThf83wZK2HRy9+G I2xKdDA3tqllkjouPZ+6tJqAgjTM3DdeicRR5mQmpNeDaVbP5cUeKzM7j A==; X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="298687339" X-IronPort-AV: E=Sophos;i="5.96,205,1665471600"; d="scan'208";a="298687339" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2022 22:33:41 -0800 Message-Id: <51811d$mt3edh@orsmga004-auth.jf.intel.com> Date: 29 Nov 2022 22:33:39 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="768719286" X-IronPort-AV: E=Sophos;i="5.96,205,1665471600"; d="scan'208";a="768719286" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2022 22:33:39 -0800 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: modify testsuite by DPDK changed From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20221116020130.609563-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 Wed, 16 Nov 2022 10:01:30 +0800, Wei Ling wrote: > 1.As DPDK commit 236bc417(app/testpmd: fix MAC header in checksum > forward engine),need to add `csum mac-swap off ` steps > in testsuite. > > 2.Delete the redundant white space to fix the error command issue. > > Signed-off-by: Wei Ling Series applied, thanks