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

Wiles, Keith keith.wiles at intel.com
Tue Aug 7 06:13:29 CEST 2018



> On Jul 31, 2018, at 5:33 AM, Shreyansh Jain <shreyansh.jain at nxp.com> 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.
> 
> Fixes: c88b3f2558ed ("rawdev: introduce raw device library")
> Cc: shreyansh.jain at nxp.com
> 
> Signed-off-by: Shreyansh Jain <shreyansh.jain at nxp.com>
> Suggested-by: Keith Wiles <keith.wiles at 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(+)
> 

Acked-by Keith Wiles<keith.wiles at intel.com>


Regards,
Keith



More information about the dev mailing list