[PATCH 0/4] compressdev: add LZ4 support
Michael Baum
michaelba at nvidia.com
Mon Jan 9 08:45:22 CET 2023
Add support for LZ4 compression algorithm for both API and app.
In addition, enable app to test de/comp only. This option already
exists in both app doc and arguments but isn't implemented inside the
application.
LZ4: https://github.com/lz4/lz4
RFC: https://patchwork.dpdk.org/project/dpdk/patch/20220410182622.8828-1-rzidane@nvidia.com/
Depends-on: patch-26344 ("compressdev: fix end of comp PMD list macro conflict")
Michael Baum (4):
compressdev: add LZ4 algorithm support
app/test-compress-perf: allow test single compress operation
app/test-compress-perf: add algo option
app/test-compress-perf: add LZ4 support
app/test-compress-perf/comp_perf_options.h | 9 +-
.../comp_perf_options_parse.c | 83 +++++++++++-
.../comp_perf_test_common.c | 126 +++++++++++++-----
.../comp_perf_test_cyclecount.c | 82 +++++++-----
.../comp_perf_test_throughput.c | 75 +++++++----
.../comp_perf_test_verify.c | 75 +++++++----
app/test-compress-perf/main.c | 63 +++++++--
doc/guides/compressdevs/features/default.ini | 4 +
doc/guides/rel_notes/release_23_03.rst | 16 +++
doc/guides/tools/comp_perf.rst | 5 +
lib/compressdev/rte_comp.c | 6 +
lib/compressdev/rte_comp.h | 51 ++++++-
12 files changed, 451 insertions(+), 144 deletions(-)
--
2.25.1
More information about the dev
mailing list