net/mlx5: add VLAN stubs on Windows
authorOphir Munk <ophirmu@nvidia.com>
Mon, 28 Dec 2020 12:32:42 +0000 (14:32 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 8 Jan 2021 15:03:08 +0000 (16:03 +0100)
commit60f522c0e43de7c0a35c2ac4779d51dd0956f57d
treec704823b7811356c95f5f94a00fc86a44a9e95fb
parent165e5d07ce8880f47d2d4428c9537cf04d4ae87b
net/mlx5: add VLAN stubs on Windows

This commit adds stubs to VLAN VM operations.  It is the Windows
equivalent implementation of [1].  The Linux implementation was based on
Netlink APIs which are not supported in Windows.

[1]
commit 7af10d29a4a0 ("net/mlx5/linux: refactor VLAN")

Signed-off-by: Ophir Munk <ophirmu@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
drivers/net/mlx5/windows/meson.build
drivers/net/mlx5/windows/mlx5_vlan_os.c [new file with mode: 0644]