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

2020-06-22 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Ori Kam > Sent: Friday, June 19, 2020 10:30 AM > To: Matan Azrad ; Slava Ovsiienko > ; Shahaf Shuler > Cc: dev@dpdk.org; Ori Kam ; Raslan Darawsheh > ; Ophir Munk > Subject: [PATCH v2 1/2] net/mlx5: move getter functions from net to > common > > From: O

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

2020-06-19 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