From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id A26CEAAAC for ; Fri, 9 Mar 2018 07:29:37 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Mar 2018 22:29:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,444,1515484800"; d="scan'208";a="23110311" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga008.fm.intel.com with ESMTP; 08 Mar 2018 22:29:33 -0800 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 8 Mar 2018 22:29:33 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 8 Mar 2018 22:29:33 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.235]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.108]) with mapi id 14.03.0319.002; Fri, 9 Mar 2018 14:29:31 +0800 From: "Liu, Yong" To: "Peng, Yuan" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH] tests: add TestSuite_runtime_queue_number.py Thread-Index: AQHTtFHpY0ufhcmrX0+jiHxga0EkV6PGMmCAgAB5bYCAAMt0IA== Date: Fri, 9 Mar 2018 06:29:30 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E62FBA240@SHSMSX103.ccr.corp.intel.com> References: <1520234224-69326-1-git-send-email-yuan.peng@intel.com> <5AA11935.5030107@intel.com> <67D543A150B29E4CAAE53918F64EDAEA374A5965@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <67D543A150B29E4CAAE53918F64EDAEA374A5965@SHSMSX103.ccr.corp.intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWFkMzJmYjItNTQyNC00MjZlLWFkNDUtYjJmYWFlYTc1YmQxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJqRnF1aStBeVp4OVptdWdQVzk3Z0FVRVN5SjJja2lqam14Rm1lMjhqRmdHY1Q4ZkNYZ0pBVWZCNzZjV1VBMlwvQSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 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] tests: add TestSuite_runtime_queue_number.py 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: , X-List-Received-Date: Fri, 09 Mar 2018 06:29:38 -0000 Sorry, let me check it. > -----Original Message----- > From: Peng, Yuan > Sent: Friday, March 09, 2018 10:21 AM > To: Liu, Yong ; dts@dpdk.org > Subject: RE: [dts] [PATCH] tests: add TestSuite_runtime_queue_number.py >=20 > Hi Marvin, >=20 > I have submitted the test plan in January, you didn't apply it. >=20 >=20 > -----Original Message----- > From: Liu, Yong > Sent: Thursday, March 8, 2018 7:06 PM > To: Peng, Yuan ; dts@dpdk.org > Subject: Re: [dts] [PATCH] tests: add TestSuite_runtime_queue_number.py >=20 > Yuan, > Please also include your test plan. We need review test plan first and > then go to test suite. >=20 > Thanks, > Marvin >=20 > On 03/05/2018 03:17 PM, Peng Yuan wrote: > > Set the VF max queue number when running the DPDK APP instead of > compiling. > > > > Signed-off-by: Peng Yuan