From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 868582125E; Wed, 1 Aug 2018 12:26:25 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 01 Aug 2018 12:26:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=CoYN3uUinufsIBbIA+MoilfioL iCQAK1AhILoOmarFU=; b=lCDlrkWmGwBF05OwJUq5qhSYRIWSBWyejrbonfX4ue QxA7GbMMkDmmnbr0QUw/rMGvuox2XWAruJda4rbnrRhfVWOkXKHA2y+rteQEfWvd iXmY/ryFyuwb/biGUe2bxSMhrMFbLlsdU3hM2n/WTYAHoHQPGNTgqTW6A/t+TRhu 0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=CoYN3u UinufsIBbIA+MoilfioLiCQAK1AhILoOmarFU=; b=lG456A4UQgxVmHvAW/fGru A2wzw4mh6t8yraFUh75AuD9n6q1Ip1CX58ZniXcFnrHx8c2Qklh6nriluglxEXTN ngwoflNPBjLwePZMf6KbeMhjc3MeJzD7T1/xVOsGYDz+ZG6EueJamNhzcOQHHc5k a27KMOCMBsyiurcu+WBfBmRhB4bnYIDZcoqgKgyQCsOFJXtsSlGJ3vISXDa/R1iB jL7LYipOwO/GPcWMMYTrOcq2rx/hlkkFDC0bBawVIswv8sGkJkv0/+Xuc4gXKrRU QyICa32GsfxV/jn8BTIWtso4M4Yk8bc0VXF/z+Kf6erxIJqiHk/XfXykRToByhAQ == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 7E89510278; Wed, 1 Aug 2018 12:26:24 -0400 (EDT) From: Thomas Monjalon To: Shreyansh Jain Cc: dev@dpdk.org, ferruh.yigit@intel.com, keith.wiles@intel.com, hemant.agrawal@nxp.com Date: Wed, 01 Aug 2018 18:26:19 +0200 Message-ID: <5000314.PBWASEX7Vc@xps> In-Reply-To: <20180731103303.14988-1-shreyansh.jain@nxp.com> References: <20180731103303.14988-1-shreyansh.jain@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/2] Adding a missing queue count API in rawdev 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, 01 Aug 2018 16:26:26 -0000 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