net/mlx5: fix unsupported offloads disablement
authorTal Shnaiderman <talshn@nvidia.com>
Wed, 21 Apr 2021 16:34:39 +0000 (19:34 +0300)
committerRaslan Darawsheh <rasland@nvidia.com>
Wed, 28 Apr 2021 09:16:43 +0000 (11:16 +0200)
commit5c12485ad41bd3811905cf43ead44778ed9c1ecf
treea66513605ab1973e3f0ff4382c74d491c0e87798
parentecaee305b811036d297eda04ad7c91d8349de77e
net/mlx5: fix unsupported offloads disablement

mlx5 offloads which are unsupported on Windows
are currently disabled by checks with IBV/DV flags
which are irrelevant to Windows.

The checks are removed until they are fully available.

Fixes: 93f4ece91a1f ("net/mlx5: spawn ethdev ports on Windows")
Cc: stable@dpdk.org
Signed-off-by: Tal Shnaiderman <talshn@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
Tested-by: Odi Assli <odia@nvidia.com>
drivers/net/mlx5/windows/mlx5_os.c