numam-dpdk/lib/librte_rawdev
Shreyansh Jain e728f9d92c rawdev: fix missing queue count API
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: c88b3f2558 ("rawdev: introduce raw device library")
Cc: stable@dpdk.org

Suggested-by: Keith Wiles <keith.wiles@intel.com>
Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
2018-08-01 18:25:10 +02:00
..
Makefile rawdev: remove experimental tag 2018-07-26 23:58:08 +02:00
meson.build rawdev: remove experimental tag 2018-07-26 23:58:08 +02:00
rte_rawdev_pmd.h rawdev: fix missing queue count API 2018-08-01 18:25:10 +02:00
rte_rawdev_version.map rawdev: fix missing queue count API 2018-08-01 18:25:10 +02:00
rte_rawdev.c rawdev: fix missing queue count API 2018-08-01 18:25:10 +02:00
rte_rawdev.h rawdev: fix missing queue count API 2018-08-01 18:25:10 +02:00