Re: [dpdk-dev] [PATCH] test: fix build without timer

2019-07-05 Thread Thomas Monjalon
04/07/2019 18:27, Bruce Richardson: > On Thu, Jul 04, 2019 at 05:36:08PM +0200, Timothy Redaelli wrote: > > The action for timer_secondary_spawn_wait should be enabled only when > > CONFIG_RTE_LIBRTE_TIMER is enabled. > > > > Fixes: 50247fe03fe0 ("test/timer: exercise new APIs in secondary process

Re: [dpdk-dev] [PATCH] test: fix build without timer

2019-07-04 Thread Bruce Richardson
On Thu, Jul 04, 2019 at 05:36:08PM +0200, Timothy Redaelli wrote: > The action for timer_secondary_spawn_wait should be enabled only when > CONFIG_RTE_LIBRTE_TIMER is enabled. > > Fixes: 50247fe03fe0 ("test/timer: exercise new APIs in secondary process") > Cc: erik.g.carri...@intel.com > Cc: sta..

[dpdk-dev] [PATCH] test: fix build without timer

2019-07-04 Thread Timothy Redaelli
The action for timer_secondary_spawn_wait should be enabled only when CONFIG_RTE_LIBRTE_TIMER is enabled. Fixes: 50247fe03fe0 ("test/timer: exercise new APIs in secondary process") Cc: erik.g.carri...@intel.com Cc: sta...@dpdk.org Signed-off-by: Timothy Redaelli --- app/test/test.c | 2 ++ 1 fi