numam-dpdk/drivers/common/mlx5
Matan Azrad aec086c9f1 common/mlx5: share kernel interface name getter
Some configuration of the mlx5 port are done by the kernel net device
associated to the IB device represents the PCI device.

The DPDK mlx5 driver uses Linux system calls, for example ioctl, in
order to configure per port configurations requested by the DPDK user.

One of the basic knowledges required to access the correct kernel net
device is its name.

Move function to get interface name from IB device path to the common
library.

Signed-off-by: Matan Azrad <matan@mellanox.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
2020-06-30 14:52:29 +02:00
..
linux common/mlx5: share kernel interface name getter 2020-06-30 14:52:29 +02:00
Makefile common/mlx5: export memory region Verbs operations 2020-06-17 16:32:01 +02:00
meson.build common/mlx5: move netlink files under Linux directory 2020-06-03 17:19:26 +02:00
mlx5_common_mp.c common/mlx5: refactor IPC handling from net driver 2020-04-21 13:57:08 +02:00
mlx5_common_mp.h common/mlx5: mark internal symbols 2020-05-18 20:35:56 +02:00
mlx5_common_mr.c net/mlx5: add memory region callbacks in per-device cache 2020-06-17 16:32:01 +02:00
mlx5_common_mr.h net/mlx5: add memory region callbacks in per-device cache 2020-06-17 16:32:01 +02:00
mlx5_common_utils.h common/mlx5: introduce common library 2020-02-05 09:51:20 +01:00
mlx5_common.c common/mlx5: split common file under Linux directory 2020-06-03 17:19:26 +02:00
mlx5_common.h common/mlx5: share kernel interface name getter 2020-06-30 14:52:29 +02:00
mlx5_devx_cmds.c common/mlx5: add virtio queue protection domain 2020-06-30 14:52:29 +02:00
mlx5_devx_cmds.h common/mlx5: add virtio queue protection domain 2020-06-30 14:52:29 +02:00
mlx5_prm.h common/mlx5: add virtio queue protection domain 2020-06-30 14:52:29 +02:00
rte_common_mlx5_version.map common/mlx5: share kernel interface name getter 2020-06-30 14:52:29 +02:00