Re: [dpdk-dev] [PATCH 1/2] rawdev: fix missing queue count API

2018-08-06 Thread Wiles, Keith
> On Jul 31, 2018, at 5:33 AM, Shreyansh Jain wrote: > > Rawdev queue count API prototype was declared, but the definition was > missing from the library. This patch implements the function. > > This API is used to query the device about the count of queues it has > been configured with. > >

[dpdk-dev] [PATCH 1/2] rawdev: fix missing queue count API

2018-07-31 Thread Shreyansh Jain
Rawdev queue count API prototype was declared, but the definition was missing from the library. This patch implements the function. This API is used to query the device about the count of queues it has been configured with. Fixes: c88b3f2558ed ("rawdev: introduce raw device library") Cc: shreyans