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

2020-02-16 Thread Thomas Monjalon
20/01/2020 18:36, Bruce Richardson: > On Mon, Dec 23, 2019 at 06:53:05AM +, 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_adap

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

2020-01-20 Thread Bruce Richardson
On Mon, Dec 23, 2019 at 06:53:05AM +, 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

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

2020-01-20 Thread Rao, Nikhil
> -Original Message- > From: Thomas Monjalon > Sent: Monday, January 20, 2020 3:20 AM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Rao, Nikhil ; Chas Williams > ; Richardson, Bruce ; > Stephen Hemminger ; Pattan, Reshma > > Subject: Re: [dpdk-dev] [PATCH v5] ap

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

2020-01-19 Thread Thomas Monjalon
Someone to review please? 23/12/2019 07:53, 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 comp

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

2019-12-22 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