7af10d29a4
File mlx5_vlan.c contains Netlink APIs (Linux dependent) as part of VM workaround implementation. Move this implementation to file linux/mlx5_vlan_os.c. To remove Netlink dependency in header files change pointer of type 'struct mlx5_nl_vlan_vmwa_context *' to 'void *'. Signed-off-by: Ophir Munk <ophirmu@mellanox.com> Acked-by: Matan Azrad <matan@mellanox.com>
14 lines
249 B
Meson
14 lines
249 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright 2020 Mellanox Technologies, Ltd
|
|
|
|
includes += include_directories('.')
|
|
sources += files(
|
|
'mlx5_socket.c',
|
|
'mlx5_os.c',
|
|
'mlx5_ethdev_os.c',
|
|
'mlx5_verbs.c',
|
|
'mlx5_mp_os.c',
|
|
'mlx5_vlan_os.c',
|
|
)
|
|
|