From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id CDD6D6CA3 for ; Fri, 9 Mar 2018 03:21:10 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Mar 2018 18:21:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,443,1515484800"; d="scan'208";a="36682063" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 08 Mar 2018 18:21:07 -0800 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 8 Mar 2018 18:21:07 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 8 Mar 2018 18:21:07 -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 10:21:05 +0800 From: "Peng, Yuan" To: "Liu, Yong" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH] tests: add TestSuite_runtime_queue_number.py Thread-Index: AQHTtovqJZEkEualR0Wdb3jYWXf4XaPHLSZA Date: Fri, 9 Mar 2018 02:21:05 +0000 Message-ID: <67D543A150B29E4CAAE53918F64EDAEA374A5965@SHSMSX103.ccr.corp.intel.com> References: <1520234224-69326-1-git-send-email-yuan.peng@intel.com> <5AA11935.5030107@intel.com> In-Reply-To: <5AA11935.5030107@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 02:21:12 -0000 Hi Marvin, I have submitted the test plan in January, you didn't apply it. -----Original Message----- From: Liu, Yong=20 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 Yuan, Please also include your test plan. We need review test plan first and then= go to test suite. Thanks, Marvin On 03/05/2018 03:17 PM, Peng Yuan wrote: > Set the VF max queue number when running the DPDK APP instead of compilin= g. > > Signed-off-by: Peng Yuan