From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 247811B98B for ; Thu, 10 May 2018 10:37:34 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 May 2018 01:37:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,384,1520924400"; d="scan'208";a="39846397" Received: from rhorton-mobl1.ger.corp.intel.com (HELO [163.33.230.88]) ([163.33.230.88]) by orsmga007.jf.intel.com with ESMTP; 10 May 2018 01:37:33 -0700 From: Remy Horton To: Qi Zhang , ferruh.yigit@intel.com References: <20180510022202.40229-1-qi.z.zhang@intel.com> Cc: dev@dpdk.org, Qi Zhang Organization: Intel Shannon Limited Message-ID: Date: Thu, 10 May 2018 09:37:32 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20180510022202.40229-1-qi.z.zhang@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] app/testpmd: fix device configure with zero queue X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2018 08:37:35 -0000 On 10/05/2018 03:22, Qi Zhang wrote: [..] > Fixes: 3be82f5cc5e ("ethdev: support PMD-tuned Tx/Rx parameters") > Signed-off-by: Qi Zhang Acked-by: Remy Horton