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

2017-10-26 Thread Thomas Monjalon
25/10/2017 17:50, 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 c

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

2017-10-25 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. Signed-off-by: Herakli