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

Bruce Richardson bruce.richardson at intel.com
Thu Jul 4 18:27:00 CEST 2019


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.carrillo at intel.com
> Cc: stable at dpdk.org
> 
> Signed-off-by: Timothy Redaelli <tredaelli at redhat.com>
> ---

Is there a reason why DPDK can't always be built with the timer library? It
doesn't have any external dependencies, and having the ability to turn on
and off various libraries individually in the build makes validating the
combinations problematic.

/Bruce


More information about the stable mailing list