[dpdk-dev] [EXT] [PATCH 5/5] crypto/mlx5: support on Windows
Tal Shnaiderman
talshn at nvidia.com
Sun Oct 17 10:15:15 CEST 2021
> Subject: RE: [EXT] [PATCH 5/5] crypto/mlx5: support on Windows
>
> External email: Use caution opening links or attachments
>
>
> > Add support for mlx5 crypto pmd on Windows OS.
> > Add changes to release note and pmd guide.
> >
> > Signed-off-by: Tal Shnaiderman <talshn at nvidia.com>
> > ---
> > 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/crypto/aesni_gcm/meson.build | 6 ++++++
> > drivers/crypto/aesni_mb/meson.build | 6 ++++++
> > drivers/crypto/armv8/meson.build | 6 ++++++
> > drivers/crypto/bcmfs/meson.build | 6 ++++++
> > drivers/crypto/ccp/meson.build | 1 +
> > drivers/crypto/kasumi/meson.build | 6 ++++++
> > drivers/crypto/meson.build | 3 ---
> > drivers/crypto/mlx5/meson.build | 4 ++--
> > 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/snow3g/meson.build | 6 ++++++
> > drivers/crypto/virtio/meson.build | 6 ++++++
> > drivers/crypto/zuc/meson.build | 6 ++++++
> > 21 files changed, 102 insertions(+), 10 deletions(-)
> >
>
> Please split this patch into two
> - one for all drivers meson.build changes and
> - one for enabling Windows compilation for mlx5.
Sure, I'll split and send a v2.
More information about the dev
mailing list