[dpdk-dev] [PATCH] config: disable KNI for 32-bit because cannot work

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Jul 26 15:20:13 CEST 2013


26/07/2013 14:11, Adrien Mazarguil :
> On Fri, Jul 26, 2013 at 11:49:59AM +0200, Thomas Monjalon wrote:
> > From: Jean-Mickael Guerin <jean-mickael.guerin at 6wind.com>
> > 
> > This is not supported, disable to avoid compilation error like:
> > 	lib/librte_eal/linuxapp/kni/kni_misc.c:304:2: error:
> > 		format '%llx' expects argument of type 'long long unsigned int',
> > 		but argument 2 has type 'phys_addr_t' [-Werror=format]
> > 
> > Signed-off-by: Jean-Mickael Guerin <jean-mickael.guerin at 6wind.com>
> > ---
> > 
> >  config/defconfig_i686-default-linuxapp-gcc |    4 ++--
> >  config/defconfig_i686-default-linuxapp-icc |    4 ++--
> >  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> Acked-by: Adrien Mazarguil <adrien.mazarguil at 6wind.com>

pushed

-- 
Thomas


More information about the dev mailing list