From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] config: disable enic driver on Power Date: Thu, 27 Nov 2014 19:16:13 +0100 Message-ID: <20245374.P6v3t4NZ4O@xps13> References: <1417088558-13055-1-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev-VfR2kkLFssw@public.gmane.org To: David Marchand Return-path: In-Reply-To: <1417088558-13055-1-git-send-email-david.marchand-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > enic driver is giving trouble because of non-standard types : >=20 > CC enic_res.o > In file included from > lib/librte_pmd_enic/enic_res.c:36:0: > lib/librte_pmd_enic/enic_compat.h:92:1: error: unknown type name =E2=80= =98u_int32_t=E2=80=99 > static inline u_int32_t ioread32(volatile void *addr) > ^ >=20 > Disable it on Power for now. >=20 > Signed-off-by: David Marchand Acked-by: Thomas Monjalon Applied --=20 Thomas