Re: [dpdk-dev] [PATCH 1/2] net/mlx5: move getter functions from net to common

2020-06-17 Thread Matan Azrad
From: Ori Kam: > From: Ophir Munk > > Getter functions such as: 'mlx5_os_get_ctx_device_name', > 'mlx5_os_get_ctx_device_path', 'mlx5_os_get_dev_device_name', > 'mlx5_os_get_umem_id' are implemented under net directory. To enable > additional devices (e.g. regex, vdpa) to access these getter f

[dpdk-dev] [PATCH 1/2] net/mlx5: move getter functions from net to common

2020-06-17 Thread Ori Kam
From: Ophir Munk Getter functions such as: 'mlx5_os_get_ctx_device_name', 'mlx5_os_get_ctx_device_path', 'mlx5_os_get_dev_device_name', 'mlx5_os_get_umem_id' are implemented under net directory. To enable additional devices (e.g. regex, vdpa) to access these getter functions they are moved under