net/mlx5: add stubs for MP requests on Windows
authorOphir Munk <ophirmu@nvidia.com>
Mon, 28 Dec 2020 12:32:34 +0000 (14:32 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 8 Jan 2021 15:03:07 +0000 (16:03 +0100)
commitc2bf5433fb235d02c42720cec32de146b72884b9
tree03a6933e418b25ef7ef560783edc005729d07f3b
parent38e8684aa729ee27b87474eab95ba3fb8059217c
net/mlx5: add stubs for MP requests on Windows

Windows supports the primary process with no secondary process control.
This commit adds stubs for requests to start/stop the data-path to the
secondary process and for requests to start/stop a queue of the primary
process.

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_mp_os.c [new file with mode: 0644]