From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/performance-thread: fix compilation on SuSE 11 SP2 Date: Mon, 24 Apr 2017 16:01:15 +0200 Message-ID: <2760399.7NV2LXep1d@xps> References: <1493039062-153249-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, stable@dpdk.org To: Pablo de Lara , Bruce Richardson Return-path: In-Reply-To: <1493039062-153249-1-git-send-email-pablo.de.lara.guarch@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 24/04/2017 15:04, Pablo de Lara: > From: Bruce Richardson >=20 > Fixes following compilation error, using uint64_t type, > instead of int128_t unnecessarily: >=20 > In file included from ./common/lthread.c:82:0: > ./common/lthread_timer.h: In function =E2=80=98_ns_to_clks=E2=80=99: > ./common/lthread_timer.h:49:20: error: expected =E2=80=98=3D=E2=80=99, = =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, > =E2=80=98asm=E2=80=99 or =E2=80=98__attribute__=E2=80=99 before =E2=80= =98clkns=E2=80=99 > compilation terminated due to -Wfatal-errors. >=20 > Fixes: 116819b9ed0d ("examples/performance-thread: add lthread subsystem") > Cc: stable@dpdk.org >=20 > Signed-off-by: Bruce Richardson > Acked-by: Pablo de Lara Applied, thanks