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

2019-12-18 Thread Pattan, Reshma
> -Original Message- > From: Bruce Richardson > > > foreach arg : fast_test_names > > + if (get_option('default_library') == 'shared' and > > + arg == 'event_eth_tx_adapter_autotest') > > + foreach drv:dpdk_drivers > > + test_args += ['-d', d

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

2019-12-18 Thread Bruce Richardson
On Wed, Dec 18, 2019 at 11:58:31AM +, Reshma Pattan wrote: > Some unit tests has dependency on RING PMD, > so this patch is trying to fix those and other > closely related issues. > > 1)pdump, latency, bitrate, ring PMD and test_event_eth_tx_adapter > unit tests are dependent on ring PMD, so c

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

2019-12-18 Thread Reshma Pattan
Some unit tests has dependency on RING PMD, so this patch is trying to fix those and other closely related issues. 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