Re: [dpdk-dev] [PATCH v2] doc: add generic compilation doc for all sample apps

2017-07-09 Thread Thomas Monjalon
Hi, This method is deprecated. See below for updating the commands. 29/06/2017 10:40, Herakliusz Lipiec: > +Set the path to DPDK source code if its not set: > + > +.. code-block:: console > + > +export RTE_SDK=/path/to/rte_sdk > + > +Set the target (a default target is used if not spe

Re: [dpdk-dev] [PATCH v2] doc: add generic compilation doc for all sample apps

2017-06-29 Thread Mcnamara, John
> -Original Message- > From: Lipiec, Herakliusz > Sent: Thursday, June 29, 2017 9:41 AM > To: Mcnamara, John > Cc: heraklusz.lip...@intel.com; dev@dpdk.org > Subject: [PATCH v2] doc: add generic compilation doc for all sample apps > > Moved duplicated, and occasionally outdated, doc secti

[dpdk-dev] [PATCH v2] doc: add generic compilation doc for all sample apps

2017-06-29 Thread Herakliusz Lipiec
Moved duplicated, and occasionally outdated, doc sections from each of the sample app guides chapters to a common chapter at the start. This reduces the duplication in the docs and provides a single point of reference for compiling the sample apps. Fixes: d0dff9ba445e ("doc: sample application us