DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: document new compress perf option
@ 2019-10-15 11:37 Adam Dybkowski
  2019-10-15 14:09 ` [dpdk-dev] [PATCH v2 0/1] " Adam Dybkowski
  0 siblings, 1 reply; 8+ messages in thread
From: Adam Dybkowski @ 2019-10-15 11:37 UTC (permalink / raw)
  To: dev, fiona.trahe; +Cc: Adam Dybkowski

This patch documents the new compress perf tool
option --external-mbufs.

Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
---
 doc/guides/rel_notes/release_19_11.rst | 5 +++++
 doc/guides/tools/comp_perf.rst         | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides/rel_notes/release_19_11.rst
index ba8ad959b..447b665fb 100644
--- a/doc/guides/rel_notes/release_19_11.rst
+++ b/doc/guides/rel_notes/release_19_11.rst
@@ -120,6 +120,11 @@ New Features
   Added eBPF JIT support for arm64 architecture to improve the eBPF program
   performance.
 
+* **Added external buffers support for dpdk-test-compress-perf tool.**
+
+  Added a command line option to dpdk-test-compress-perf tool to allocate
+  and use memory zones as external buffers instead of keeping the data directly
+  in mbuf areas.
 
 Removed Items
 -------------
diff --git a/doc/guides/tools/comp_perf.rst b/doc/guides/tools/comp_perf.rst
index 118de5433..65a168a20 100644
--- a/doc/guides/tools/comp_perf.rst
+++ b/doc/guides/tools/comp_perf.rst
@@ -82,6 +82,8 @@ Application Options
 
  ``--window-sz N``: base two log value of compression window size (default: max supported by PMD)
 
+``--external-mbufs``: allocate and use memzones as external buffers instead of keeping the data directly in mbuf areas
+
  ``-h``: prints this help
 
 
-- 
2.17.1


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

* [dpdk-dev] [PATCH v2 0/1] doc: document new compress perf option
  2019-10-15 11:37 [dpdk-dev] [PATCH] doc: document new compress perf option Adam Dybkowski
@ 2019-10-15 14:09 ` Adam Dybkowski
  2019-10-15 14:09   ` [dpdk-dev] [PATCH v2 1/1] " Adam Dybkowski
  2019-10-16 12:00   ` [dpdk-dev] [PATCH v3 0/1] doc: fix missing " Adam Dybkowski
  0 siblings, 2 replies; 8+ messages in thread
From: Adam Dybkowski @ 2019-10-15 14:09 UTC (permalink / raw)
  To: dev, fiona.trahe; +Cc: Adam Dybkowski

This patch documents the new compress perf tool
option --external-mbufs.
---
v2:
* Fix the indentation in comp_perf.rst file.

Adam Dybkowski (1):
  doc: document new compress perf option

 doc/guides/rel_notes/release_19_11.rst | 5 +++++
 doc/guides/tools/comp_perf.rst         | 2 ++
 2 files changed, 7 insertions(+)

-- 
2.17.1


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

* [dpdk-dev] [PATCH v2 1/1] doc: document new compress perf option
  2019-10-15 14:09 ` [dpdk-dev] [PATCH v2 0/1] " Adam Dybkowski
@ 2019-10-15 14:09   ` Adam Dybkowski
  2019-10-15 17:10     ` Trahe, Fiona
  2019-10-16  8:39     ` Akhil Goyal
  2019-10-16 12:00   ` [dpdk-dev] [PATCH v3 0/1] doc: fix missing " Adam Dybkowski
  1 sibling, 2 replies; 8+ messages in thread
From: Adam Dybkowski @ 2019-10-15 14:09 UTC (permalink / raw)
  To: dev, fiona.trahe; +Cc: Adam Dybkowski

This patch documents the new compress perf tool
option --external-mbufs.

Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
---
 doc/guides/rel_notes/release_19_11.rst | 5 +++++
 doc/guides/tools/comp_perf.rst         | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides/rel_notes/release_19_11.rst
index ba8ad959b..447b665fb 100644
--- a/doc/guides/rel_notes/release_19_11.rst
+++ b/doc/guides/rel_notes/release_19_11.rst
@@ -120,6 +120,11 @@ New Features
   Added eBPF JIT support for arm64 architecture to improve the eBPF program
   performance.
 
+* **Added external buffers support for dpdk-test-compress-perf tool.**
+
+  Added a command line option to dpdk-test-compress-perf tool to allocate
+  and use memory zones as external buffers instead of keeping the data directly
+  in mbuf areas.
 
 Removed Items
 -------------
diff --git a/doc/guides/tools/comp_perf.rst b/doc/guides/tools/comp_perf.rst
index 118de5433..6c59c8403 100644
--- a/doc/guides/tools/comp_perf.rst
+++ b/doc/guides/tools/comp_perf.rst
@@ -82,6 +82,8 @@ Application Options
 
  ``--window-sz N``: base two log value of compression window size (default: max supported by PMD)
 
+ ``--external-mbufs``: allocate and use memzones as external buffers instead of keeping the data directly in mbuf areas
+
  ``-h``: prints this help
 
 
-- 
2.17.1


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

* Re: [dpdk-dev] [PATCH v2 1/1] doc: document new compress perf option
  2019-10-15 14:09   ` [dpdk-dev] [PATCH v2 1/1] " Adam Dybkowski
@ 2019-10-15 17:10     ` Trahe, Fiona
  2019-10-16  8:39     ` Akhil Goyal
  1 sibling, 0 replies; 8+ messages in thread
From: Trahe, Fiona @ 2019-10-15 17:10 UTC (permalink / raw)
  To: Dybkowski, AdamX, dev; +Cc: akhil.goyal, Trahe, Fiona



> -----Original Message-----
> From: Dybkowski, AdamX
> Sent: Tuesday, October 15, 2019 3:10 PM
> To: dev@dpdk.org; Trahe, Fiona <fiona.trahe@intel.com>
> Cc: Dybkowski, AdamX <adamx.dybkowski@intel.com>
> Subject: [PATCH v2 1/1] doc: document new compress perf option
> 
> This patch documents the new compress perf tool
> option --external-mbufs.
> 
> Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>



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

* Re: [dpdk-dev] [PATCH v2 1/1] doc: document new compress perf option
  2019-10-15 14:09   ` [dpdk-dev] [PATCH v2 1/1] " Adam Dybkowski
  2019-10-15 17:10     ` Trahe, Fiona
@ 2019-10-16  8:39     ` Akhil Goyal
  1 sibling, 0 replies; 8+ messages in thread
From: Akhil Goyal @ 2019-10-16  8:39 UTC (permalink / raw)
  To: Adam Dybkowski, dev, fiona.trahe

Hi Adam,

> 
> This patch documents the new compress perf tool
> option --external-mbufs.
> 
> Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
> ---
This patch should have been merged with the 
" app/compress-perf: add --external-mbufs option"

Please make sure that all documentation related patches go in the corresponding code itself.
No separate patch should be there.

Now since the original patch is merged, you should change the title as
"doc: fix missing compress perf option" or something similar.
Please also add a fixes line for the original commit.

Regards,
Akhil



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

* [dpdk-dev] [PATCH v3 0/1] doc: fix missing compress perf option
  2019-10-15 14:09 ` [dpdk-dev] [PATCH v2 0/1] " Adam Dybkowski
  2019-10-15 14:09   ` [dpdk-dev] [PATCH v2 1/1] " Adam Dybkowski
@ 2019-10-16 12:00   ` Adam Dybkowski
  2019-10-16 12:00     ` [dpdk-dev] [PATCH v3 1/1] " Adam Dybkowski
  1 sibling, 1 reply; 8+ messages in thread
From: Adam Dybkowski @ 2019-10-16 12:00 UTC (permalink / raw)
  To: dev, fiona.trahe, akhil.goyal; +Cc: Adam Dybkowski

This patch documents the new compress perf tool
option --external-mbufs.
---
v3:
* Change short log line, add missing Fixes header.

v2:
* Fix the indentation in comp_perf.rst file.

Adam Dybkowski (1):
  doc: fix missing compress perf option

 doc/guides/rel_notes/release_19_11.rst | 5 +++++
 doc/guides/tools/comp_perf.rst         | 2 ++
 2 files changed, 7 insertions(+)

-- 
2.17.1


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

* [dpdk-dev] [PATCH v3 1/1] doc: fix missing compress perf option
  2019-10-16 12:00   ` [dpdk-dev] [PATCH v3 0/1] doc: fix missing " Adam Dybkowski
@ 2019-10-16 12:00     ` Adam Dybkowski
  2019-10-16 12:57       ` Akhil Goyal
  0 siblings, 1 reply; 8+ messages in thread
From: Adam Dybkowski @ 2019-10-16 12:00 UTC (permalink / raw)
  To: dev, fiona.trahe, akhil.goyal; +Cc: Adam Dybkowski

This patch documents the new compress perf tool
option --external-mbufs.

Fixes: c02e33b03075 ("app/compress-perf: add --external-mbufs option")

Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
---
 doc/guides/rel_notes/release_19_11.rst | 5 +++++
 doc/guides/tools/comp_perf.rst         | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides/rel_notes/release_19_11.rst
index ba8ad959b..447b665fb 100644
--- a/doc/guides/rel_notes/release_19_11.rst
+++ b/doc/guides/rel_notes/release_19_11.rst
@@ -120,6 +120,11 @@ New Features
   Added eBPF JIT support for arm64 architecture to improve the eBPF program
   performance.
 
+* **Added external buffers support for dpdk-test-compress-perf tool.**
+
+  Added a command line option to dpdk-test-compress-perf tool to allocate
+  and use memory zones as external buffers instead of keeping the data directly
+  in mbuf areas.
 
 Removed Items
 -------------
diff --git a/doc/guides/tools/comp_perf.rst b/doc/guides/tools/comp_perf.rst
index 118de5433..6c59c8403 100644
--- a/doc/guides/tools/comp_perf.rst
+++ b/doc/guides/tools/comp_perf.rst
@@ -82,6 +82,8 @@ Application Options
 
  ``--window-sz N``: base two log value of compression window size (default: max supported by PMD)
 
+ ``--external-mbufs``: allocate and use memzones as external buffers instead of keeping the data directly in mbuf areas
+
  ``-h``: prints this help
 
 
-- 
2.17.1


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

* Re: [dpdk-dev] [PATCH v3 1/1] doc: fix missing compress perf option
  2019-10-16 12:00     ` [dpdk-dev] [PATCH v3 1/1] " Adam Dybkowski
@ 2019-10-16 12:57       ` Akhil Goyal
  0 siblings, 0 replies; 8+ messages in thread
From: Akhil Goyal @ 2019-10-16 12:57 UTC (permalink / raw)
  To: Adam Dybkowski, dev, fiona.trahe


> 
> This patch documents the new compress perf tool
> option --external-mbufs.
> 
> Fixes: c02e33b03075 ("app/compress-perf: add --external-mbufs option")
> 
> Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
> ---
Applied to dpdk-next-crypto

Thanks.


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

end of thread, other threads:[~2019-10-16 12:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-15 11:37 [dpdk-dev] [PATCH] doc: document new compress perf option Adam Dybkowski
2019-10-15 14:09 ` [dpdk-dev] [PATCH v2 0/1] " Adam Dybkowski
2019-10-15 14:09   ` [dpdk-dev] [PATCH v2 1/1] " Adam Dybkowski
2019-10-15 17:10     ` Trahe, Fiona
2019-10-16  8:39     ` Akhil Goyal
2019-10-16 12:00   ` [dpdk-dev] [PATCH v3 0/1] doc: fix missing " Adam Dybkowski
2019-10-16 12:00     ` [dpdk-dev] [PATCH v3 1/1] " Adam Dybkowski
2019-10-16 12:57       ` 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).