mbox

[0/3] Minor rawdev fixes and enhancements

Message ID 20200706103132.7691-1-bruce.richardson@intel.com (mailing list archive)
Headers

Message

Bruce Richardson July 6, 2020, 10:31 a.m. UTC
  Improve the rawdev info_get function to return the numa socket id value to
the user, and to allow querying basic info of an unknown device by allowing
generic info to be returned without having to know the device type.

Also add in the missing dump function to the map file.

Bruce Richardson (3):
  rawdev: allow calling info function for unknown rawdevs
  rawdev: return NUMA socket id to the user
  rawdev: fix missing dump function in map file

 lib/librte_rawdev/rte_rawdev.c           | 14 +++++++-------
 lib/librte_rawdev/rte_rawdev.h           |  8 +++++++-
 lib/librte_rawdev/rte_rawdev_version.map |  1 +
 3 files changed, 15 insertions(+), 8 deletions(-)