DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc: documentation update for idxd driver
@ 2024-06-27  4:42 Shaiq Wani
  2024-06-27 15:04 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Shaiq Wani @ 2024-06-27  4:42 UTC (permalink / raw)
  To: dev

Added a note to avoid usage errors by end user.

Signed-off-by: Shaiq Wani <shaiq.wani@intel.com>
---
 app/test-dma-perf/config.ini | 3 +++
 doc/guides/tools/dmaperf.rst | 1 +
 2 files changed, 4 insertions(+)

diff --git a/app/test-dma-perf/config.ini b/app/test-dma-perf/config.ini
index a1222ae86c..5008103979 100644
--- a/app/test-dma-perf/config.ini
+++ b/app/test-dma-perf/config.ini
@@ -61,6 +61,9 @@
 ; If you do not specify a result file, one will be generated with the same name as the configuration
 ; file, with the addition of "_result.csv" at the end.
 
+; Note: For idxd device (Device 0b25), add queue_id (lcore_dma=lcore10@0000:00:04.2-q0)
+
+
 [case1]
 type=DMA_MEM_COPY
 mem_size=10
diff --git a/doc/guides/tools/dmaperf.rst b/doc/guides/tools/dmaperf.rst
index 6f85fceb8a..c97810a66d 100644
--- a/doc/guides/tools/dmaperf.rst
+++ b/doc/guides/tools/dmaperf.rst
@@ -104,6 +104,7 @@ Configuration Parameters
 .. note::
 
    The mapping of lcore to DMA must be one-to-one and cannot be duplicated.
+   For idxd device (Device 0b25), add queue_id (lcore_dma=lcore10@0000:00:04.2-q0)
 
 ``lcore``
   Specifies the lcore for CPU testing.
-- 
2.34.1


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

* Re: [PATCH] doc: documentation update for idxd driver
  2024-06-27  4:42 [PATCH] doc: documentation update for idxd driver Shaiq Wani
@ 2024-06-27 15:04 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2024-06-27 15:04 UTC (permalink / raw)
  To: Shaiq Wani; +Cc: dev

On Thu, 27 Jun 2024 04:42:14 +0000
Shaiq Wani <shaiq.wani@intel.com> wrote:

> Added a note to avoid usage errors by end user.
> 
> Signed-off-by: Shaiq Wani <shaiq.wani@intel.com>

If it is going in the documentation, it needs more explanation as to what
that parameters do.

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

end of thread, other threads:[~2024-06-27 15:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-27  4:42 [PATCH] doc: documentation update for idxd driver Shaiq Wani
2024-06-27 15:04 ` Stephen Hemminger

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).