From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1862445502; Thu, 27 Jun 2024 07:00:52 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 095D4402D2; Thu, 27 Jun 2024 07:00:52 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.11]) by mails.dpdk.org (Postfix) with ESMTP id A7858402D2 for ; Thu, 27 Jun 2024 07:00:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1719464440; x=1751000440; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=r2okvzMpPb3de7I3UNtIb67wSyp/xc4bYza8LfraqxI=; b=I8BQk0BDfeDp54ryLtDi/RzyuWLVSpsvNdMxule0MmsrptGcIYf8wS1P 1yrC0EXJnG6oNtMVt+nTJeOlQf2zaReoIkjYJNEysfjWiPkVGxEQHayLw 2cmOHrNzgMpb6pNunxHbIcjeg3SwyP00KrQFFChYOFscoiNP7j5J5wZnt cXjrgPg+Y9CbJDFiHOMBV5apIxKuZFwTPF6cKgpyDT1ExNk1KsnigIQN6 F/g2KKbWoRQufGO1BlYw1iIp+Cp8YAjmWu4rYhXsLlLwJ5AK7phQ1f3m/ WEXVowS10EfwRCtHWC52HoSvYT9QbT7MPIeY+1rPxXUXi6u9kN3HP9Vz4 Q==; X-CSE-ConnectionGUID: d+xrMLKuSICh8uaylH+75Q== X-CSE-MsgGUID: TTEdk7LRRyyDuH+t2CjELA== X-IronPort-AV: E=McAfee;i="6700,10204,11115"; a="27191992" X-IronPort-AV: E=Sophos;i="6.08,269,1712646000"; d="scan'208";a="27191992" Received: from fmviesa005.fm.intel.com ([10.60.135.145]) by fmvoesa105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jun 2024 22:00:39 -0700 X-CSE-ConnectionGUID: Cl7TtZUMTYaicXuUbQNIWw== X-CSE-MsgGUID: 0bdqTF85R7a9ZINpjAUYhw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,269,1712646000"; d="scan'208";a="48716008" Received: from npg-npf-wlpr-srv02.iind.intel.com (HELO npg-npfwlpr-srv02..) ([10.145.170.184]) by fmviesa005.fm.intel.com with ESMTP; 26 Jun 2024 22:00:38 -0700 From: Shaiq Wani To: dev@dpdk.org Subject: [PATCH] doc: documentation update for idxd driver Date: Thu, 27 Jun 2024 04:42:14 +0000 Message-Id: <20240627044214.3046816-1-shaiq.wani@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Added a note to avoid usage errors by end user. Signed-off-by: Shaiq Wani --- 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