From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id C27265F36 for ; Thu, 8 Mar 2018 04:16:48 +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 fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Mar 2018 19:16:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,438,1515484800"; d="scan'208";a="36384980" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.122]) ([10.67.119.122]) by fmsmga001.fm.intel.com with ESMTP; 07 Mar 2018 19:16:47 -0800 Message-ID: <5AA11935.5030107@intel.com> Date: Thu, 08 Mar 2018 19:06:29 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Peng Yuan , dts@dpdk.org References: <1520234224-69326-1-git-send-email-yuan.peng@intel.com> In-Reply-To: <1520234224-69326-1-git-send-email-yuan.peng@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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: Thu, 08 Mar 2018 03:16:49 -0000 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 compiling. > > Signed-off-by: Peng Yuan