Re: [dpdk-dev] [PATCH] doc: add option to install PMD driver shared library

2017-04-04 Thread Thomas Monjalon
2017-03-28 16:00, Ferruh Yigit: > On 3/27/2017 1:32 PM, Reshma Pattan wrote: > > Update the document with the available EAL command > > line option to install the pmd drivers that are built > > as shared libraries. > > > > Signed-off-by: Reshma Pattan > > Acked-by: Ferruh Yigit Applied, thanks

Re: [dpdk-dev] [PATCH] doc: add option to install PMD driver shared library

2017-03-28 Thread Ferruh Yigit
On 3/27/2017 1:32 PM, Reshma Pattan wrote: > Update the document with the available EAL command > line option to install the pmd drivers that are built > as shared libraries. > > Signed-off-by: Reshma Pattan Acked-by: Ferruh Yigit

[dpdk-dev] [PATCH] doc: add option to install PMD driver shared library

2017-03-27 Thread Reshma Pattan
Update the document with the available EAL command line option to install the pmd drivers that are built as shared libraries. Signed-off-by: Reshma Pattan --- doc/guides/linux_gsg/build_sample_apps.rst | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/guides/linux_gsg