From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 134F2107A for ; Wed, 13 Dec 2017 15:22:40 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Dec 2017 06:22:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,397,1508828400"; d="scan'208";a="2402252" Received: from dhunt5-mobl1.ger.corp.intel.com (HELO [10.237.220.36]) ([10.237.220.36]) by orsmga007.jf.intel.com with ESMTP; 13 Dec 2017 06:22:38 -0800 To: Nikhil Agarwal , dev@dpdk.org Cc: nikhil.agarwal@nxp.com, hemant.agrawal@nxp.com References: <20171212100826.20550-1-nikhil.agarwal@linaro.org> <20171212100826.20550-3-nikhil.agarwal@linaro.org> From: "Hunt, David" Message-ID: <84538318-ffa4-0661-776e-7dc6cc64b2e7@intel.com> Date: Wed, 13 Dec 2017 14:22:38 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20171212100826.20550-3-nikhil.agarwal@linaro.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH 3/4] examples/l3fwd-power: replace desc done with Rx queue count 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: Wed, 13 Dec 2017 14:22:41 -0000 On 12/12/2017 10:08 AM, Nikhil Agarwal wrote: > HW queue based platforms may not support descriptor done API. > This patch changes the usages to rx_queue_count API, which > is more generic. > > Signed-off-by: Nikhil Agarwal > --- ---snip--- Acked-by: David Hunt