> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Mcnamara, John > Sent: Tuesday, July 26, 2016 2:57 PM > To: Shreyansh Jain <shreyansh.jain at nxp.com>; De Lara Guarch, Pablo > <pablo.de.lara.guarch at intel.com> > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: fix incorrect path to testpmd app > > > > > .. code-block:: console > > > > - $RTE_SDK/$RTE_TARGET/build/app/testpmd > > + $RTE_SDK/$RTE_TARGET/app/testpmd > > The exe is actually two places after the build but the existing one in the > docs looks correct, the one in "build" looks different to me: > > $ find . -name testpmd | xargs ls -1 > ./x86_64-native-linuxapp-gcc/app/testpmd > ./x86_64-native-linuxapp-gcc/build/app/test-pmd/testpmd >
Sorry, I misread the +/- on that. So the fix looks good. Acked-by: John McNamara <john.mcnamara at intel.com>