Re: [dpdk-dev] [PATCH 2/3] rawdev: return NUMA socket id to the user
Acked-by: Hemant Agrawal
[dpdk-dev] [PATCH 2/3] rawdev: return NUMA socket id to the user
The rawdev info struct has a socket_id field which was not filled in. We can also omit the checks for the parameter struct being null, since that is previously checked in the function. Cc: sta...@dpdk.org Signed-off-by: Bruce Richardson --- lib/librte_rawdev/rte_rawdev.c | 8 +++- 1 file ch