numam-dpdk/examples/ethtool
Chengwen Feng 4199ce1578 examples/ethtool: enhance Rx/Tx queue NUMA affinity
In DPDK, 'rte_socket_id' means the running socket while
'rte_eth_dev_socket_id' is the device socket.
For better performance, memory which queue setup used and device
should be in the same socket.

This patch make sure it calls rte_eth_dev_socket_id API to get device
socket_id when setting ringparam.

Signed-off-by: Chengwen Feng <fengchengwen@huawei.com>
Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
2021-11-17 18:43:21 +01:00
..
ethtool-app ethdev: add namespace 2021-10-22 18:15:38 +02:00
lib examples/ethtool: enhance Rx/Tx queue NUMA affinity 2021-11-17 18:43:21 +01:00
Makefile examples/ethtool: convert to pkg-config-based build 2020-09-07 23:51:57 +02:00
meson.build examples: reduce indentation in build files 2021-04-21 14:04:09 +02:00