mbox series

[0/3] Minor rawdev fixes and enhancements

Message ID 20200706103132.7691-1-bruce.richardson@intel.com (mailing list archive)
Headers
Series Minor rawdev fixes and enhancements |

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(-)
  

Comments

Thomas Monjalon July 7, 2020, 5:17 p.m. UTC | #1
06/07/2020 12:31, Bruce Richardson:
> 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

Applied, thanks