[PATCH v3 0/8] compress/mlx5: add LZ4 support
Michael Baum
michaelba at nvidia.com
Tue Feb 21 08:07:48 CET 2023
Add support for LZ4 decompression algorithm for mlx5 compress PMD.
Complete the support of compress PMD for Bluefield-3 smart-nic.
RFC:
https://patchwork.dpdk.org/project/dpdk/patch/20220410182622.8828-1-rzidane@nvidia.com/
v2:
- Rebase.
- Update PRM names.
- Add a new fix at the beginning of the patch-set.
v3:
- Rebase.
- Fix missing "!" in decompress xform validation for null algo.
- Change DEFLATE checksum validation for decompress xform.
Michael Baum (8):
compress/mlx5: fix decompress xform validation
compress/mlx5: fix wrong output Adler-32 checksum offset
compress/mlx5: fix QP setup for partial transformations
compress/mlx5: support new metadata layout added in BF3
compress/mlx5: remove unused variable from priv structure
compress/mlx5: add xform validate function
common/mlx5: add LZ4 capabilities check
compress/mlx5: add support for LZ4 algorithm
doc/guides/compressdevs/features/mlx5.ini | 18 +-
doc/guides/compressdevs/mlx5.rst | 44 +++-
doc/guides/rel_notes/release_23_03.rst | 4 +
drivers/common/mlx5/mlx5_devx_cmds.c | 12 +-
drivers/common/mlx5/mlx5_devx_cmds.h | 6 +-
drivers/common/mlx5/mlx5_prm.h | 56 +++--
drivers/compress/mlx5/mlx5_compress.c | 274 ++++++++++++++++------
7 files changed, 307 insertions(+), 107 deletions(-)
--
2.25.1
More information about the dev
mailing list