From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B86E3A052B; Fri, 31 Jul 2020 01:25:40 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 37F872BB9; Fri, 31 Jul 2020 01:25:39 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 7BC8010A3; Fri, 31 Jul 2020 01:25:38 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 046E85C0109; Thu, 30 Jul 2020 19:25:38 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Thu, 30 Jul 2020 19:25:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= l95oTbuOw6c7pfkPgZFJb7ykvdjzBk9BralrCizw1os=; b=berNHm3cUODgXGNx Sp7Pa1m/CPzhRXpY+ZfPP+lotQkm+YRMuHEs2RmRuL6px9dIYIyyXMfFgOX697vt 1SkBcis9hw00eszQKLQBRfLPqE68xIrD1xiscm0MFpXtINpkk0p6O3Kt7YRZZkzY 4ecFMr+KCuYEq3t/HTDiWCRG+iLFVSfk31Bynz9fp+z3sUOSzVqlgVK3BMv8IbAN 0ZRUDU8OFIHPGMSwuYyx3AEWx3Pb3Q+xWwE2gfRxExrnD7ZFV/dpDJThDwB22F4P Kgl4kBTtb9PfjsTMfamE5CHWiegHBTXF6ElPRd6xgSKO+2/UZRiJEqb06Qhlm9+z C2IP8A== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=l95oTbuOw6c7pfkPgZFJb7ykvdjzBk9BralrCizw1 os=; b=kCzq7vewF1ZAcqnO3KF6hePU/p7jgjW8eGlAxxY9dfuwIpCOKmGgGlOhT pNaKnE/umNEfWB8353SvRk4DIWjTWF21Xb1TMiZ4C6S0BJVaphJIG09+Mr/vn8LK J3o4fcnKDOvKuQXc0qTTD3vAEN4mfNuWQNjqBj+2C4E8hCITkB0f79b+jQED0iIN 8cAfj36M+u26ila1ixqNzTkJe63kAtegxrpJf/4+rfwqG6z/CiHRo34jFLthh22K 1ghNzyLHOib43WArvhmZBWYUlUGyo0Ot0QpqvAvfhGKnMGp+VY737HXUpn/+Jcv7 DVoPwYFNOm5aH+clQNjzmjYnu0S5A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrieejgddvvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucfkphepjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuih iivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 50491328005A; Thu, 30 Jul 2020 19:25:37 -0400 (EDT) From: Thomas Monjalon To: Sarosh Arif Cc: dev@dpdk.org, stable@dpdk.org Date: Fri, 31 Jul 2020 01:25:36 +0200 Message-ID: <3988308.YnRKMBTtct@thomas> In-Reply-To: <20200604095931.18512-1-sarosh.arif@emumba.com> References: <20200604095931.18512-1-sarosh.arif@emumba.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [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" 04/06/2020 11:59, Sarosh Arif: > 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 > --- > - ./ethtool-app/ethtool-app/${RTE_TARGET}/ethtool [EAL options] > + ./ethtool-app/${RTE_TARGET}/ethtool [EAL options] Applied, thanks