From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <keith.wiles@intel.com> Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id CF7291B14B for <dev@dpdk.org>; Tue, 7 Aug 2018 06:13:31 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Aug 2018 21:13:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,453,1526367600"; d="scan'208";a="70754155" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by FMSMGA003.fm.intel.com with ESMTP; 06 Aug 2018 21:13:30 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 6 Aug 2018 21:13:30 -0700 Received: from fmsmsx117.amr.corp.intel.com ([169.254.3.210]) by FMSMSX157.amr.corp.intel.com ([169.254.14.242]) with mapi id 14.03.0319.002; Mon, 6 Aug 2018 21:13:29 -0700 From: "Wiles, Keith" <keith.wiles@intel.com> To: Shreyansh Jain <shreyansh.jain@nxp.com> CC: "Yigit, Ferruh" <ferruh.yigit@intel.com>, "hemant.agrawal@nxp.com" <hemant.agrawal@nxp.com>, "dev@dpdk.org" <dev@dpdk.org> Thread-Topic: [PATCH 1/2] rawdev: fix missing queue count API Thread-Index: AQHUKLoSls7OZzds1UuhlMPkV6mS+6S0Ld+A Date: Tue, 7 Aug 2018 04:13:29 +0000 Message-ID: <01B51CA0-D175-451B-9995-4817FCA58D55@intel.com> References: <20180731103303.14988-1-shreyansh.jain@nxp.com> <20180731103303.14988-2-shreyansh.jain@nxp.com> In-Reply-To: <20180731103303.14988-2-shreyansh.jain@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.254.40.241] Content-Type: text/plain; charset="us-ascii" Content-ID: <827138CFAC476E4D9B7EE5F84DBDB29C@intel.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 1/2] rawdev: fix missing queue count API X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Tue, 07 Aug 2018 04:13:32 -0000 > On Jul 31, 2018, at 5:33 AM, Shreyansh Jain <shreyansh.jain@nxp.com> wrot= e: >=20 > Rawdev queue count API prototype was declared, but the definition was > missing from the library. This patch implements the function. >=20 > This API is used to query the device about the count of queues it has > been configured with. >=20 > Fixes: c88b3f2558ed ("rawdev: introduce raw device library") > Cc: shreyansh.jain@nxp.com >=20 > Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com> > Suggested-by: Keith Wiles <keith.wiles@intel.com> > --- > lib/librte_rawdev/rte_rawdev.c | 12 ++++++++++++ > lib/librte_rawdev/rte_rawdev.h | 1 + > lib/librte_rawdev/rte_rawdev_pmd.h | 20 ++++++++++++++++++++ > lib/librte_rawdev/rte_rawdev_version.map | 1 + > 4 files changed, 34 insertions(+) >=20 Acked-by Keith Wiles<keith.wiles@intel.com> Regards, Keith