From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 16B27A0350; Wed, 1 Jul 2020 08:03:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0C1DA1BF93; Wed, 1 Jul 2020 08:03:17 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id C4D481BF92 for ; Wed, 1 Jul 2020 08:03:15 +0200 (CEST) IronPort-SDR: pTZSfKmVmlJrnAKA48E+Jh6In4+Yr/BEUgO8BZ065x4xQSiY0vNu0YcMFr/zmiLTkR7UHKtM7M 8+tiHdxlzAxQ== X-IronPort-AV: E=McAfee;i="6000,8403,9668"; a="164485043" X-IronPort-AV: E=Sophos;i="5.75,299,1589266800"; d="scan'208";a="164485043" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2020 23:03:14 -0700 IronPort-SDR: izRKMMPIeNAKBN+TjgDvLIkj4HEWOL1j4gD2RozoqCAAgp3zm2dvhvAQdGtDhMSkVjfv8ZHZCX LFXofJYd52Gw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,299,1589266800"; d="scan'208";a="312584506" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga008.jf.intel.com with ESMTP; 30 Jun 2020 23:03:14 -0700 Received: from fmsmsx606.amr.corp.intel.com (10.18.126.86) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 30 Jun 2020 23:03:12 -0700 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Tue, 30 Jun 2020 23:03:12 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 30 Jun 2020 23:03:12 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.85]) by SHSMSX104.ccr.corp.intel.com ([10.239.4.70]) with mapi id 14.03.0439.000; Wed, 1 Jul 2020 14:03:09 +0800 From: "Tu, Lijuan" To: "Xiao, QimaiX" , "dts@dpdk.org" CC: "Xiao, QimaiX" Thread-Topic: [dts] [PATCH V1 0/3] fix typo Thread-Index: AQHWTbn/716Cwxchl0yLRGkBdzDoM6jyPxWw Date: Wed, 1 Jul 2020 06:03:08 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC68027@SHSMSX101.ccr.corp.intel.com> References: <1593395913-21134-1-git-send-email-qimaix.xiao@intel.com> In-Reply-To: <1593395913-21134-1-git-send-email-qimaix.xiao@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1 0/3] fix typo X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "dts" Applied the series, thanks > -----Original Message----- > From: dts On Behalf Of Xiao Qimai > Sent: 2020=1B$BG/=1B(B6=1B$B7n=1B(B29=1B$BF|=1B(B 9:59 > To: dts@dpdk.org > Cc: Xiao, QimaiX > Subject: [dts] [PATCH V1 0/3] fix typo >=20 > fix typo of virtio >=20 > Xiao Qimai (3): > fix typo > fix typo > fix typo >=20 > tests/TestSuite_perf_vm2vm_virtio_net_perf.py | 8 ++++---- > tests/TestSuite_virtio_pvp_regression.py | 4 ++-- > tests/TestSuite_vm2vm_virtio_net_perf.py | 8 ++++---- > 3 files changed, 10 insertions(+), 10 deletions(-) >=20 > -- > 1.8.3.1