Support the MLX5 crypto driver on Windows OS by moving the driver's control path communication with the Kernel to be OS agnostic. --- v3: Remove code which was already introduced in previous patches. Rebase on master and remove "Depends-on" message. v2: Split build change for mlx5 only and the rest of the drivers [AkhilG] ---
Tal Shnaiderman (5): common/mlx5: add DV enums to Windows defs file crypto/mlx5: modify unix pthread code crypto/mlx5: fix size of UMR WQE build: check Windows support per driver crypto/mlx5: support on Windows doc/guides/cryptodevs/mlx5.rst | 15 ++++++++++++--- doc/guides/rel_notes/release_21_11.rst | 1 + drivers/common/mlx5/version.map | 2 +- drivers/common/mlx5/windows/mlx5_common_os.c | 2 +- drivers/common/mlx5/windows/mlx5_win_defs.h | 12 ++++++++++++ drivers/crypto/armv8/meson.build | 6 ++++++ drivers/crypto/bcmfs/meson.build | 6 ++++++ drivers/crypto/ccp/meson.build | 1 + drivers/crypto/ipsec_mb/meson.build | 6 ++++++ drivers/crypto/meson.build | 3 --- drivers/crypto/mlx5/meson.build | 4 ++-- drivers/crypto/mlx5/mlx5_crypto.c | 8 ++++++-- drivers/crypto/mvsam/meson.build | 6 ++++++ drivers/crypto/null/meson.build | 6 ++++++ drivers/crypto/octeontx/meson.build | 6 ++++++ drivers/crypto/openssl/meson.build | 6 ++++++ drivers/crypto/qat/meson.build | 6 ++++++ drivers/crypto/scheduler/meson.build | 6 ++++++ drivers/crypto/virtio/meson.build | 6 ++++++ 19 files changed, 96 insertions(+), 12 deletions(-) -- 2.16.1.windows.4