Re: [dpdk-dev] [PATCH 1/2] tests: Fix unit tests for shared builds

2019-08-02 Thread Aaron Conole
Thomas Monjalon writes: > 31/07/2019 16:50, Aaron Conole: >> From: Michael Santana >> --- a/app/test/meson.build >> +++ b/app/test/meson.build >> +if dpdk_conf.has('RTE_LIBRTE_RING_MEMPOOL') >> +test_deps += 'mempool_ring' >> +endif >> +if dpdk_conf.has('RTE_LIBRTE_STACK_MEMPOOL') >> +te

Re: [dpdk-dev] [PATCH 1/2] tests: Fix unit tests for shared builds

2019-08-02 Thread Thomas Monjalon
31/07/2019 16:50, Aaron Conole: > From: Michael Santana > --- a/app/test/meson.build > +++ b/app/test/meson.build > +if dpdk_conf.has('RTE_LIBRTE_RING_MEMPOOL') > + test_deps += 'mempool_ring' > +endif > +if dpdk_conf.has('RTE_LIBRTE_STACK_MEMPOOL') > + test_deps += 'mempool_stack' > +endi

Re: [dpdk-dev] [PATCH 1/2] tests: Fix unit tests for shared builds

2019-08-01 Thread Bruce Richardson
On Wed, Jul 31, 2019 at 10:50:29AM -0400, Aaron Conole wrote: > From: Michael Santana > > Currently many unit tests fail when running tests under shared builds. > This happens because of missing driver dependencies. This is fixed by > explicitly linking in missing drivers for the test application

Re: [dpdk-dev] [PATCH 1/2] tests: Fix unit tests for shared builds

2019-08-01 Thread Bruce Richardson
On Thu, Aug 01, 2019 at 11:40:33AM -0400, Aaron Conole wrote: > Bruce Richardson writes: > > > On Wed, Jul 31, 2019 at 12:10:55PM -0400, Aaron Conole wrote: > >> Aaron Conole writes: > >> > >> > Bruce Richardson writes: > >> > > >> >> On Wed, Jul 31, 2019 at 10:50:29AM -0400, Aaron Conole wrot

Re: [dpdk-dev] [PATCH 1/2] tests: Fix unit tests for shared builds

2019-08-01 Thread Aaron Conole
Bruce Richardson writes: > On Wed, Jul 31, 2019 at 12:10:55PM -0400, Aaron Conole wrote: >> Aaron Conole writes: >> >> > Bruce Richardson writes: >> > >> >> On Wed, Jul 31, 2019 at 10:50:29AM -0400, Aaron Conole wrote: >> >>> From: Michael Santana >> >>> >> >>> Currently many unit tests fail

Re: [dpdk-dev] [PATCH 1/2] tests: Fix unit tests for shared builds

2019-08-01 Thread Bruce Richardson
On Wed, Jul 31, 2019 at 12:10:55PM -0400, Aaron Conole wrote: > Aaron Conole writes: > > > Bruce Richardson writes: > > > >> On Wed, Jul 31, 2019 at 10:50:29AM -0400, Aaron Conole wrote: > >>> From: Michael Santana > >>> > >>> Currently many unit tests fail when running tests under shared buil

Re: [dpdk-dev] [PATCH 1/2] tests: Fix unit tests for shared builds

2019-07-31 Thread Aaron Conole
Aaron Conole writes: > Bruce Richardson writes: > >> On Wed, Jul 31, 2019 at 10:50:29AM -0400, Aaron Conole wrote: >>> From: Michael Santana >>> >>> Currently many unit tests fail when running tests under shared builds. >>> This happens because of missing driver dependencies. This is fixed by

Re: [dpdk-dev] [PATCH 1/2] tests: Fix unit tests for shared builds

2019-07-31 Thread Aaron Conole
Bruce Richardson writes: > On Wed, Jul 31, 2019 at 10:50:29AM -0400, Aaron Conole wrote: >> From: Michael Santana >> >> Currently many unit tests fail when running tests under shared builds. >> This happens because of missing driver dependencies. This is fixed by >> explicitly linking in missin

Re: [dpdk-dev] [PATCH 1/2] tests: Fix unit tests for shared builds

2019-07-31 Thread Bruce Richardson
On Wed, Jul 31, 2019 at 10:50:29AM -0400, Aaron Conole wrote: > From: Michael Santana > > Currently many unit tests fail when running tests under shared builds. > This happens because of missing driver dependencies. This is fixed by > explicitly linking in missing drivers for the test application