DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] Add external mbufs option
@ 2019-09-03  9:43 Adam Dybkowski
  2019-09-03  9:43 ` [dpdk-dev] [PATCH 1/2] test/compress: add external buffer in mbuf API test Adam Dybkowski
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Adam Dybkowski @ 2019-09-03  9:43 UTC (permalink / raw)
  To: dev, fiona.trahe, pablo.de.lara.guarch, arturx.trybula; +Cc: Adam Dybkowski

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-09-27 14:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-03  9:43 [dpdk-dev] [PATCH 0/2] Add external mbufs option Adam Dybkowski
2019-09-03  9:43 ` [dpdk-dev] [PATCH 1/2] test/compress: add external buffer in mbuf API test Adam Dybkowski
2019-09-24 13:05   ` Trahe, Fiona
2019-09-03  9:43 ` [dpdk-dev] [PATCH 2/2] app/compress-perf: add external mbufs option Adam Dybkowski
2019-09-24 12:52   ` Trahe, Fiona
2019-09-24 14:10 ` [dpdk-dev] [PATCH v2 0/2] Add " Adam Dybkowski
2019-09-24 14:10   ` [dpdk-dev] [PATCH v2 1/2] test/compress: add external buffer in mbuf API test Adam Dybkowski
2019-09-24 14:10   ` [dpdk-dev] [PATCH v2 2/2] app/compress-perf: add external mbufs option Adam Dybkowski
2019-09-24 16:47   ` [dpdk-dev] [PATCH v2 0/2] Add " Trahe, Fiona
2019-09-27 14:50     ` Akhil Goyal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).