From patchwork Wed Oct 12 10:44:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Conor Walsh X-Patchwork-Id: 118041 X-Patchwork-Delegate: david.marchand@redhat.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8EDACA00C4; Wed, 12 Oct 2022 12:44:20 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6F50842D6E; Wed, 12 Oct 2022 12:44:20 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 84C1942B6D for ; Wed, 12 Oct 2022 12:44:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665571459; x=1697107459; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=JLRijOFhF0CiqC1A5QHBb7eQ3DrXjrg/dIfprsIMyCo=; b=bVkbJFSHOP/X/ciwKR0KJhsJCU4hQ2biO/B59iu9GmGJXnC15x/XXIIo LhzFyz0LAqmzo75k8aFQeIW9kJVs+LPn+O1ew/jZeJrQObE1gQMsslS5i YCTfH62Sk860qyQUOqzlCqiiW/COHZwJwKB2nf2xwiDeql/uFpuxe7bc2 MVhSYIHiSHOr8zfIWXVtHYHvn8GOW7TnnFcGJCdcaEpKLQtZZt0+GgzMW 1+PKubELJTBmDt35Vr1fRZ8qHjFUg2KyDPPQQfysm801dhoHwq6LNL43P dGDJ1WP4u+LnCSa8DvOs7hEQ+ckd85Md7LsDecHz2/ov0QjODZa/amaLh A==; X-IronPort-AV: E=McAfee;i="6500,9779,10497"; a="391065703" X-IronPort-AV: E=Sophos;i="5.95,179,1661842800"; d="scan'208";a="391065703" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Oct 2022 03:44:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10497"; a="871865735" X-IronPort-AV: E=Sophos;i="5.95,179,1661842800"; d="scan'208";a="871865735" Received: from silpixa00401160.ir.intel.com ([10.55.129.36]) by fmsmga006.fm.intel.com with ESMTP; 12 Oct 2022 03:44:17 -0700 From: Conor Walsh To: bruce.richardson@intel.com, kevin.laatz@intel.com, fengchengwen@huawei.com Cc: dev@dpdk.org, Conor Walsh Subject: [PATCH] fix: rename dpdk-ioat to dpdk-dma in example Date: Wed, 12 Oct 2022 11:44:13 +0100 Message-Id: <20221012104413.1862287-1-conor.walsh@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 When the dpdk-ioat app was renamed to dpdk-dma this example command was missed, this patch corrects that issue. Fixes: bb4141dbe5da ("examples/dma: rename ioat application example") Signed-off-by: Conor Walsh --- doc/guides/sample_app_ug/dma.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/sample_app_ug/dma.rst b/doc/guides/sample_app_ug/dma.rst index 5cd7db650a..2765895564 100644 --- a/doc/guides/sample_app_ug/dma.rst +++ b/doc/guides/sample_app_ug/dma.rst @@ -45,7 +45,7 @@ The application requires a number of command line options: .. code-block:: console - .//examples/dpdk-ioat [EAL options] -- [-p MASK] [-q NQ] [-s RS] [-c ] + .//examples/dpdk-dma [EAL options] -- [-p MASK] [-q NQ] [-s RS] [-c ] [--[no-]mac-updating] [-b BS] [-f FS] [-i SI] where,