[dpdk-dev] [PATCH] examples/performance-thread: fix compilation on SuSE 11 SP2

Thomas Monjalon thomas at monjalon.net
Mon Apr 24 16:01:15 CEST 2017


24/04/2017 15:04, Pablo de Lara:
> From: Bruce Richardson <bruce.richardson at intel.com>
> 
> Fixes following compilation error, using uint64_t type,
> instead of int128_t unnecessarily:
> 
> In file included from ./common/lthread.c:82:0:
> ./common/lthread_timer.h: In function ‘_ns_to_clks’:
> ./common/lthread_timer.h:49:20: error: expected ‘=’, ‘,’, ‘;’,
>  ‘asm’ or ‘__attribute__’ before ‘clkns’
> compilation terminated due to -Wfatal-errors.
> 
> Fixes: 116819b9ed0d ("examples/performance-thread: add lthread subsystem")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> Acked-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>

Applied, thanks


More information about the dev mailing list