Re: [dpdk-dev] [PATCH 1/3] net/mlx5: fix unsupported offloads disablement

2021-04-22 Thread Odi Assli
> Subject: [PATCH 1/3] 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/

[dpdk-dev] [PATCH 1/3] net/mlx5: fix unsupported offloads disablement

2021-04-21 Thread Tal Shnaiderman
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: sta...@dpdk.org Signed-off-by: Tal Shnaide