[dpdk-dev] [PATCH 0/2] Add external mbufs option
Adam Dybkowski
adamx.dybkowski at intel.com
Tue Sep 3 11:43:10 CEST 2019
This patchset adds a unit test of the external buffers
functionality and adds a new option to the compression
performance benchmark tool to use memzones as external
buffers instead of the data put directly inside mbufs.
Adam Dybkowski (2):
test/compress: add external buffer in mbuf API test
app/compress-perf: add external mbufs option
app/test-compress-perf/comp_perf_options.h | 2 +
.../comp_perf_options_parse.c | 15 ++
.../comp_perf_test_benchmark.c | 3 +-
.../comp_perf_test_common.c | 201 +++++++++++++-
.../comp_perf_test_common.h | 9 +-
.../comp_perf_test_verify.c | 4 +-
app/test/test_compressdev.c | 245 ++++++++++++++----
7 files changed, 416 insertions(+), 63 deletions(-)
--
2.17.1
More information about the dev
mailing list