Re: [dpdk-dev] [PATCH v2] app/test: fix build when ring PMD is disabled

2019-10-25 Thread Pattan, Reshma
> -Original Message- > From: David Marchand > On Thu, Oct 17, 2019 at 1:16 PM Reshma Pattan > wrote: > > diff --git a/app/test/meson.build b/app/test/meson.build index > > 2c23c6347..e221e44f7 100644 > > --- a/app/test/meson.build > > +++ b/app/test/meson.build > > [snip] > > > @@

Re: [dpdk-dev] [PATCH v2] app/test: fix build when ring PMD is disabled

2019-10-25 Thread David Marchand
On Thu, Oct 17, 2019 at 1:16 PM Reshma Pattan wrote: > diff --git a/app/test/meson.build b/app/test/meson.build > index 2c23c6347..e221e44f7 100644 > --- a/app/test/meson.build > +++ b/app/test/meson.build [snip] > @@ -282,7 +269,6 @@ driver_test_names = [ > 'eventdev_selftest_octeontx'

Re: [dpdk-dev] [PATCH v2] app/test: fix build when ring PMD is disabled

2019-10-17 Thread Bruce Richardson
On Thu, Oct 17, 2019 at 12:16:28PM +0100, Reshma Pattan wrote: > 1)pdump, latency, bitrate, ring PMD and test_event_eth_tx_adapter > unit tests are dependent on ring PMD, so compile those > tests only when ring PMD is enabled else ignore. > > 2)get rid of make file error which was added by bond un

[dpdk-dev] [PATCH v2] app/test: fix build when ring PMD is disabled

2019-10-17 Thread Reshma Pattan
1)pdump, latency, bitrate, ring PMD and test_event_eth_tx_adapter unit tests are dependent on ring PMD, so compile those tests only when ring PMD is enabled else ignore. 2)get rid of make file error which was added by bond unit test for ring PMD disabled case which is not necessary. Fixes: 086eb6