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 EEE6FA04BE; Mon, 7 Sep 2020 07:52:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9AF952BAB; Mon, 7 Sep 2020 07:52:47 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 8722EDE0 for ; Mon, 7 Sep 2020 07:52:45 +0200 (CEST) IronPort-SDR: sMnIwfpuwhHDK40WuEBEZ8zaRAzXpqA3/T7+bBoNiOVYcPK/92EeQ0bxcA7Q+baD/DzrUcoDy1 5Bs/tKUMrVOA== X-IronPort-AV: E=McAfee;i="6000,8403,9736"; a="158940052" X-IronPort-AV: E=Sophos;i="5.76,400,1592895600"; d="scan'208";a="158940052" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2020 22:52:44 -0700 IronPort-SDR: +3DcKyx225U6MZiQ+SwktbhlLcm+u5vDPBXwtM1gmlUSOmK4P16MCsmdd7PulBBwjD3HMxwHwP uW/TYheEXAkQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,400,1592895600"; d="scan'208";a="504602852" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by fmsmga005.fm.intel.com with ESMTP; 06 Sep 2020 22:52:44 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) 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; Sun, 6 Sep 2020 22:52:43 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) 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; Mon, 7 Sep 2020 13:52:41 +0800 Received: from shsmsx602.ccr.corp.intel.com ([10.109.6.142]) by SHSMSX602.ccr.corp.intel.com ([10.109.6.142]) with mapi id 15.01.1713.004; Mon, 7 Sep 2020 13:52:41 +0800 From: "Ling, WeiX" To: "Ma, LihongX" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH V1 0/6] update test plan to sync with testcase Thread-Index: AQHWhNZ59geI84KhyE6V6+NHNKOyvalcrCUQ Date: Mon, 7 Sep 2020 05:52:41 +0000 Message-ID: <1e1cb7fb20194e1abe73814968b5a055@intel.com> References: <20200902141500.92740-1-weix.ling@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1 0/6] 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" Hi lihong, I'm sorry about it. I will update the patchset later. Please don't merge it= . Regards, Ling Wei -----Original Message----- From: Ma, LihongX =20 Sent: Monday, September 7, 2020 01:19 PM To: Ling, WeiX ; dts@dpdk.org Cc: Ling, WeiX Subject: RE: [dts] [PATCH V1 0/6] update test plan to sync with testcase Hi, lingwei I think the modify of tests/TestSuite_vmdq_dcb should not be included in th= e series patchset. It should meson build reference. Regards, Ma,lihong > -----Original Message----- > From: dts On Behalf Of lingwei > Sent: Wednesday, September 2, 2020 10:15 PM > To: dts@dpdk.org > Cc: Ling, WeiX > Subject: [dts] [PATCH V1 0/6] update test plan to sync with testcase >=20 > update test plan to sync with testcase >=20 > lingwei (6): > tests/TestSuite_vmdq_dcb: set dpdk config before build by meson and > use api to get app name > 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/vmdq_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 >=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 ++++- > tests/TestSuite_vmdq_dcb.py | 4 +++- > 6 files changed, 33 insertions(+), 2 deletions(-) >=20 > -- > 2.17.1