Re: [dpdk-dev] [PATCH v4 1/2] doc: add generic compilation doc for all sample apps

2017-10-05 Thread Mcnamara, John
> + > +This section explains how to compile the DPDK sample applications. > + > +To compile all the sample applications > +-- > + > + > +Set the path to DPDK source code if its not set: > + > +.. code-block:: console > + > +export RTE_SDK=/path/to/rte

[dpdk-dev] [PATCH v4 1/2] doc: add generic compilation doc for all sample apps

2017-10-05 Thread Marko Kovacevic
From: 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 ("