From: Adam Dybkowski <adamx.dybkowski@intel.com>
To: dev@dpdk.org, fiona.trahe@intel.com, arturx.trybula@intel.com,
akhil.goyal@nxp.com
Cc: Adam Dybkowski <adamx.dybkowski@intel.com>
Subject: [dpdk-dev] [PATCH v2 0/2] Add external mbufs option
Date: Tue, 24 Sep 2019 16:10:31 +0200 [thread overview]
Message-ID: <20190924141033.3894-1-adamx.dybkowski@intel.com> (raw)
In-Reply-To: <20190903094312.8780-1-adamx.dybkowski@intel.com>
This patchset adds a unit test of the external buffers
functionality and a new option to the compression
performance benchmark tool to use memzones as external
buffers instead of the data put directly inside mbufs.
---
v2:
* Rebasing over the stateful decompression patch
This patch depends on https://patches.dpdk.org/cover/59610/
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 | 314 ++++++++++++------
7 files changed, 443 insertions(+), 105 deletions(-)
--
2.17.1
next prev parent reply other threads:[~2019-09-24 14:12 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-03 9:43 [dpdk-dev] [PATCH " 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 ` Adam Dybkowski [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190924141033.3894-1-adamx.dybkowski@intel.com \
--to=adamx.dybkowski@intel.com \
--cc=akhil.goyal@nxp.com \
--cc=arturx.trybula@intel.com \
--cc=dev@dpdk.org \
--cc=fiona.trahe@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).