net/mlx5: move socket files in Linux directory
authorOphir Munk <ophirmu@mellanox.com>
Wed, 10 Jun 2020 09:32:28 +0000 (09:32 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 16 Jun 2020 17:21:07 +0000 (19:21 +0200)
commitf484ffa1b15a71568a61a0ff8b722622ceac76a6
tree231bc0b8c8a937d4724c951e162d4fd1bb9718b7
parent913898903671e6c7d5b7783387cc2e6c22718719
net/mlx5: move socket files in Linux directory

mlx5_socket.c file is using APIs which are Linux specifics.  Therefore
move it (including mlx5_socket.h) from net/mlx5 directory to
net/mlx5/linux directory. This commit also updates the Makefile and
the meson files.

Signed-off-by: Ophir Munk <ophirmu@mellanox.com>
drivers/net/mlx5/Makefile
drivers/net/mlx5/linux/meson.build
drivers/net/mlx5/linux/mlx5_socket.c [new file with mode: 0644]
drivers/net/mlx5/meson.build
drivers/net/mlx5/mlx5_socket.c [deleted file]