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 F0E102C12 for ; Mon, 12 Mar 2018 06:10:15 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Mar 2018 22:10:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,459,1515484800"; d="scan'208";a="24834210" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.122]) ([10.67.119.122]) by orsmga006.jf.intel.com with ESMTP; 11 Mar 2018 22:10:13 -0700 Message-ID: <5AA679BF.6000205@intel.com> Date: Mon, 12 Mar 2018 20:59:43 +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: <1520589294-78313-1-git-send-email-yuan.peng@intel.com> In-Reply-To: <1520589294-78313-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] test_plans: add runtime_queue_number_test_plan.rst 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: Mon, 12 Mar 2018 05:10:17 -0000 Thanks, Yuan. Applied. On 03/09/2018 05:54 PM, Peng Yuan wrote: > Set the VF max queue number when running the DPDK APP instead of compiling. > > Signed-off-by: Peng Yuan