From patchwork Thu Jun 4 09:59:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sarosh Arif X-Patchwork-Id: 70850 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9DC93A00C5; Thu, 4 Jun 2020 11:59:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E01231D5E6; Thu, 4 Jun 2020 11:59:58 +0200 (CEST) Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) by dpdk.org (Postfix) with ESMTP id 9D3CE1D5DC for ; Thu, 4 Jun 2020 11:59:57 +0200 (CEST) Received: by mail-wr1-f65.google.com with SMTP id j10so5380859wrw.8 for ; Thu, 04 Jun 2020 02:59:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emumba-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=HYmQQbKBn93pH26cTtI8SC8YUN8QkytvN5nbeDGblik=; b=EVMc78spBymS/YNQkcBaB/DdSEEWcC7FGv1LbE1MIbrhJj8/mmqDdM3xPiQ1Q2q9iR 5FpJkAZZjikA3CBB1sYqec2bxXf8ZIw3Ni2NzhVr2CihH4RIqhTZ8rmQvreKrnDVhI1h n5q6Mg7gv6ChIHLIz+97/bEy1j7z7L9vmvUajSkVeGdq+3WunDT1ugjUcFub1ialhzUb 89VLCK7G06q65Mwnw/nXxL7n8ETkV6Gq6IjWkxabTf3n/q0it4MsMialdPz+u0Ac3KqG 1av8qNLJBxkERrXuuv0LzfXtbRqM/Ma6QJ2dQtqaN2F0Xvgicakiet7r5iiP4zJcQMKJ 4o7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=HYmQQbKBn93pH26cTtI8SC8YUN8QkytvN5nbeDGblik=; b=HGDttxmLI843P4BeYs5kP1Qd8mh9D13GquDZtldvjn/3g8tEJuNyb7Q9RBKubT7b73 nY3wxbWHdjnlXTi4scqzf8i/hKofQ3CU2vROjlzSosEqGRIf6KfLfVreNmk395Pci6+L 8h68p7UBHap6modmaZ64Pr2/tagLXbij7RjGUU2SpHCtvt20sDYmIYid1FNTBxWpXxRg Piq6fHX6F/KixqSXLAxYpDUAoZMjjfRm0czGwuPHj8wjUp8YoP4d7fBfYyisG/HFijS2 m/6ye5YmKY5NGrEJxFMCMcC9OdkYAuGE78eNlpAs6mzKHhEubawyOG96bweqrp2ai5oC Ch3A== X-Gm-Message-State: AOAM532PiEkUhOq+Ep1BC2UwvCCmaQAn5Lnu4JyEb2F4baRw+VZr6WqS mG1LqZbYBD9Mu1S2etL3rREhhZ9cxGdNaA== X-Google-Smtp-Source: ABdhPJyJ87isfl3rQ7V5PJrhVlC9u4SY8jCU9ijlP5a5sJS2Sz4Z3Mhph/2AhSVljdn96hlVWRpwpw== X-Received: by 2002:a05:6000:1003:: with SMTP id a3mr3548927wrx.111.1591264797079; Thu, 04 Jun 2020 02:59:57 -0700 (PDT) Received: from localhost.localdomain ([39.40.76.82]) by smtp.gmail.com with ESMTPSA id 94sm8067757wrf.74.2020.06.04.02.59.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 04 Jun 2020 02:59:56 -0700 (PDT) From: Sarosh Arif To: dev@dpdk.org, remy.horton@intel.com Cc: stable@dpdk.org, Sarosh Arif Date: Thu, 4 Jun 2020 14:59:31 +0500 Message-Id: <20200604095931.18512-1-sarosh.arif@emumba.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH] doc/guides/sample_app_ug: fix ethtool app path X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The path to the ethtool application was slightly incorrect in the documentation. This patch corrects that path. Fixes: bda68ab9d1e7 ("examples/ethtool: add user-space ethtool sample application") Cc: remy.horton@intel.com Signed-off-by: Sarosh Arif --- doc/guides/sample_app_ug/ethtool.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/sample_app_ug/ethtool.rst b/doc/guides/sample_app_ug/ethtool.rst index 8f7fc6ca6..b9997df06 100644 --- a/doc/guides/sample_app_ug/ethtool.rst +++ b/doc/guides/sample_app_ug/ethtool.rst @@ -24,7 +24,7 @@ The only available options are the standard ones for the EAL: .. code-block:: console - ./ethtool-app/ethtool-app/${RTE_TARGET}/ethtool [EAL options] + ./ethtool-app/${RTE_TARGET}/ethtool [EAL options] Refer to the *DPDK Getting Started Guide* for general information on running applications and the Environment Abstraction Layer (EAL)