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 5C7F4A04B5; Thu, 10 Sep 2020 07:12:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 207041BEB3; Thu, 10 Sep 2020 07:12:47 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id AAF0D2BA8 for ; Thu, 10 Sep 2020 07:12:45 +0200 (CEST) IronPort-SDR: QvbQwhHotRmScKj4TmYrZvJnohuNf4WP1AkplIPhHZQUs43N+ogsLGIDVeWKJjL8cKP8llc/Rj k6w+u7XP+f2w== X-IronPort-AV: E=McAfee;i="6000,8403,9739"; a="220028978" X-IronPort-AV: E=Sophos;i="5.76,411,1592895600"; d="scan'208";a="220028978" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Sep 2020 22:12:44 -0700 IronPort-SDR: +CLpDs8jFxXAjSlC5QV5+r7f58wPA96iUcIZTlGjg0YTaETjCAEdkLLuu+BfnBjQKM7g45N9sJ 81kBigCA2Bdg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,411,1592895600"; d="scan'208";a="407657100" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by fmsmga001.fm.intel.com with ESMTP; 09 Sep 2020 22:12:44 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 9 Sep 2020 22:12:43 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 10 Sep 2020 13:12:41 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Thu, 10 Sep 2020 13:12:41 +0800 From: "Tu, Lijuan" To: "Ling, WeiX" , "dts@dpdk.org" CC: "Ling, WeiX" Thread-Topic: [dts] [PATCH V3 0/5] update test plan to sync with testcase Thread-Index: AQHWhPXRYgt/xA73h0GUSlBILWaDcalhWBAw Date: Thu, 10 Sep 2020 05:12:41 +0000 Message-ID: References: <20200907164929.51247-1-weix.ling@intel.com> In-Reply-To: <20200907164929.51247-1-weix.ling@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V3 0/5] update test plan to sync with testcase 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 > -----Original Message----- > From: dts On Behalf Of lingwei > Sent: 2020=1B$BG/=1B(B9=1B$B7n=1B(B8=1B$BF|=1B(B 0:49 > To: dts@dpdk.org > Cc: Ling, WeiX > Subject: [dts] [PATCH V3 0/5] update test plan to sync with testcase >=20 > update test plan to sync with testcase and fix wrong describle >=20 > lingwei (5): > test_plans/nic_single_core_perf_test_plan:update test plan to sync > with testcase > test_plans/pmd_test_plan:update test plan to sync with testcase > test_plans/ptpclient_test_plan:update test plan to sync with testcase > test_plans/vf_l3fwd_test_plan:update test plan to sync with testcase > test_plans/vmdq_test_plan:update test plan to sync with testcase >=20 > test_plans/nic_single_core_perf_test_plan.rst | 7 +++++++ > test_plans/pmd_test_plan.rst | 7 +++++++ > test_plans/ptpclient_test_plan.rst | 3 +++ > test_plans/vf_l3fwd_test_plan.rst | 9 +++++++++ > test_plans/vmdq_test_plan.rst | 5 ++++- > 5 files changed, 30 insertions(+), 1 deletion(-) >=20 > -- > 2.17.1