From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/2] Adding a missing queue count API in rawdev Date: Wed, 01 Aug 2018 18:26:19 +0200 Message-ID: <5000314.PBWASEX7Vc@xps> References: <20180731103303.14988-1-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ferruh.yigit@intel.com, keith.wiles@intel.com, hemant.agrawal@nxp.com To: Shreyansh Jain Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 241C61B060 for ; Wed, 1 Aug 2018 18:26:26 +0200 (CEST) In-Reply-To: <20180731103303.14988-1-shreyansh.jain@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 31/07/2018 12:33, Shreyansh Jain: > Recently, off the list, Keith pointed out that the rte_rawdev_queue_count > API was incomplete - only the declaration existed but no definition. This > is an old miss (and embarassingly, almost two release cycle long miss!) > > This patch adds that and the relevant unit test case. > > Ferruh: Though I am sending it as a fix hoping it would be possible to > merge as 'fix' for 18.08, if not, I will resend with map file changes > for early merge in 1811 window. > The changes are completely independent of any other API or driver impl. > > Shreyansh Jain (2): > rawdev: fix missing queue count API > raw/skeleton: implement queue count API Applied, thanks