From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 1D1EE2C29 for ; Tue, 26 Jul 2016 15:59:46 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 26 Jul 2016 06:59:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,425,1464678000"; d="scan'208";a="1029377012" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga002.fm.intel.com with ESMTP; 26 Jul 2016 06:59:45 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by irsmsx110.ger.corp.intel.com (163.33.3.25) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 26 Jul 2016 14:59:44 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.204]) by irsmsx111.ger.corp.intel.com ([169.254.2.113]) with mapi id 14.03.0248.002; Tue, 26 Jul 2016 14:59:44 +0100 From: "Mcnamara, John" To: "Mcnamara, John" , Shreyansh Jain , "De Lara Guarch, Pablo" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: fix incorrect path to testpmd app Thread-Index: AQHR50INaVJBf/CtlkKIFdet0xoVbaAqu5VggAABhEA= Date: Tue, 26 Jul 2016 13:59:43 +0000 Message-ID: References: <1469539901-22329-1-git-send-email-shreyansh.jain@nxp.com> In-Reply-To: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzlhNjEzYmMtYTk4Yi00YTA4LTliNWQtZjAxODdlYWYwYjZjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlRnUEZ6NVNJbW1LWStnTUJQbXRsS3JNQnoxd2d5UEc0NERMWWVDRDNicUk9In0= x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: fix incorrect path to testpmd app X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2016 13:59:47 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Mcnamara, John > Sent: Tuesday, July 26, 2016 2:57 PM > To: Shreyansh Jain ; De Lara Guarch, Pablo > > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: fix incorrect path to testpmd app >=20 > > > > .. code-block:: console > > > > - $RTE_SDK/$RTE_TARGET/build/app/testpmd > > + $RTE_SDK/$RTE_TARGET/app/testpmd >=20 > The exe is actually two places after the build but the existing one in th= e > docs looks correct, the one in "build" looks different to me: >=20 > $ find . -name testpmd | xargs ls -1 > ./x86_64-native-linuxapp-gcc/app/testpmd > ./x86_64-native-linuxapp-gcc/build/app/test-pmd/testpmd >=20 Sorry, I misread the +/- on that. So the fix looks good. Acked-by: John McNamara