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 766A6A0564; Tue, 24 Mar 2020 07:52:22 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6B3FE1C0C0; Tue, 24 Mar 2020 07:52:22 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 955231C02D for ; Tue, 24 Mar 2020 07:52:20 +0100 (CET) IronPort-SDR: RNPo7G8KleBYjZ4/oMIoc1kXg1W7cW3Zaln85t6+j7uImIXtGQiTV0/qB4wpjevCTygY5qjlq7 YO/1mjfJgrlg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Mar 2020 23:52:16 -0700 IronPort-SDR: wpIE9J4AnPcfwAaI0i988gP4fQQrXIuBekfqXpmAOqep4/M+y1XnTco1DFEzpNLfbOUOkInzyG Q9uQxP/aXZUg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,299,1580803200"; d="scan'208";a="281588081" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga002.fm.intel.com with ESMTP; 23 Mar 2020 23:52:16 -0700 Received: from fmsmsx608.amr.corp.intel.com (10.18.126.88) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 23 Mar 2020 23:52:15 -0700 Received: from fmsmsx608.amr.corp.intel.com (10.18.126.88) by fmsmsx608.amr.corp.intel.com (10.18.126.88) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 23 Mar 2020 23:52:15 -0700 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by fmsmsx608.amr.corp.intel.com (10.18.126.88) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Mon, 23 Mar 2020 23:52:15 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.43]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.86]) with mapi id 14.03.0439.000; Tue, 24 Mar 2020 14:52:13 +0800 From: "Tu, Lijuan" To: "Wang, Yinan" , "dts@dpdk.org" CC: "Wang, Yinan" Thread-Topic: [dts] [PATCH v1] test_plans: rename vhost_xstats_test_plan.rst Thread-Index: AQHWAZMw3USrGi6b4E+q+EEY45zatKhXTlSw Date: Tue, 24 Mar 2020 06:52:13 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBF0AB1@SHSMSX101.ccr.corp.intel.com> References: <20200323211145.8733-1-yinan.wang@intel.com> In-Reply-To: <20200323211145.8733-1-yinan.wang@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="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH v1] test_plans: rename vhost_xstats_test_plan.rst 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, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Yinan > Sent: Tuesday, March 24, 2020 5:12 AM > To: dts@dpdk.org > Cc: Wang, Yinan > Subject: [dts] [PATCH v1] test_plans: rename vhost_xstats_test_plan.rst >=20 > From: Wang Yinan >=20 > rename from test_plans/vhost_xstats_test_plan.rst to > vhost_pmd_xstats_test_plan.rst >=20 > Signed-off-by: Wang Yinan > --- > ...{vhost_xstats_test_plan.rst =3D> vhost_pmd_xstats_test_plan.rst} | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) rename > test_plans/{vhost_xstats_test_plan.rst =3D> vhost_pmd_xstats_test_plan.rs= t} > (100%) >=20 > diff --git a/test_plans/vhost_xstats_test_plan.rst > b/test_plans/vhost_pmd_xstats_test_plan.rst > similarity index 100% > rename from test_plans/vhost_xstats_test_plan.rst > rename to test_plans/vhost_pmd_xstats_test_plan.rst > -- > 2.17.1