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

2017-04-24 Thread Thomas Monjalon
24/04/2017 15:04, Pablo de Lara: > From: Bruce Richardson > > 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: e

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

2017-04-24 Thread Pablo de Lara
From: Bruce Richardson 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 ‘__attrib