Re: [dpdk-dev] [PATCH] net/mrvl: update MUSDK library build instructions

2018-01-26 Thread Ferruh Yigit
On 1/26/2018 8:02 AM, Tomasz Duszynski wrote: doc: update MUSDK library build instructions > By default both static and shared libraries should be created while > building MUSDK library. It turns out that this will not happen if > host parameter is not explicitly passed to the configure script

Re: [dpdk-dev] [PATCH] net/mrvl: update MUSDK library build instructions

2018-01-26 Thread Ferruh Yigit
On 1/26/2018 4:46 PM, Tomasz Duszynski wrote: > On Fri, Jan 26, 2018 at 04:37:27PM +, Ferruh Yigit wrote: >> On 1/26/2018 8:02 AM, Tomasz Duszynski wrote: >>> By default both static and shared libraries should be created while >>> building MUSDK library. It turns out that this will not happen i

Re: [dpdk-dev] [PATCH] net/mrvl: update MUSDK library build instructions

2018-01-26 Thread Tomasz Duszynski
On Fri, Jan 26, 2018 at 04:37:27PM +, Ferruh Yigit wrote: > On 1/26/2018 8:02 AM, Tomasz Duszynski wrote: > > By default both static and shared libraries should be created while > > building MUSDK library. It turns out that this will not happen if > > host parameter is not explicitly passed to

Re: [dpdk-dev] [PATCH] net/mrvl: update MUSDK library build instructions

2018-01-26 Thread Ferruh Yigit
On 1/26/2018 8:02 AM, Tomasz Duszynski wrote: > By default both static and shared libraries should be created while > building MUSDK library. It turns out that this will not happen if > host parameter is not explicitly passed to the configure script. > > Specifying host makes sure configure will d

[dpdk-dev] [PATCH] net/mrvl: update MUSDK library build instructions

2018-01-26 Thread Tomasz Duszynski
By default both static and shared libraries should be created while building MUSDK library. It turns out that this will not happen if host parameter is not explicitly passed to the configure script. Specifying host makes sure configure will detect support for shared libraries. Signed-off-by: Toma