Re: [dpdk-dev] [PATCH v2 1/3] doc: move kernel drivers to a new chapter

2017-07-31 Thread Thomas Monjalon
29/07/2017 18:17, Shahaf Shuler: > The UIO and VFIO sections should not be part of > the "Compiling the DPDK Target from Source" chapter, > as it is PMD specific and not true for all PMDs. > > Instead, moving those sections to a new chapter > which include all kernel drivers being used along with

[dpdk-dev] [PATCH v2 1/3] doc: move kernel drivers to a new chapter

2017-07-29 Thread Shahaf Shuler
The UIO and VFIO sections should not be part of the "Compiling the DPDK Target from Source" chapter, as it is PMD specific and not true for all PMDs. Instead, moving those sections to a new chapter which include all kernel drivers being used along with the different PMDs. Signed-off-by: Shahaf Sh