> -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
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
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
3 matches
Mail list logo