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

2013-07-26 Thread Thomas Monjalon
26/07/2013 14:11, Adrien Mazarguil : > On Fri, Jul 26, 2013 at 11:49:59AM +0200, Thomas Monjalon wrote: > > From: Jean-Mickael Guerin > > > > This is not supported, disable to avoid compilation error like: > > lib/librte_eal/linuxapp/kni/kni_misc.c:304:2: error: > > format '%llx'

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

2013-07-26 Thread Adrien Mazarguil
On Fri, Jul 26, 2013 at 11:49:59AM +0200, Thomas Monjalon wrote: > From: Jean-Mickael Guerin > > 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

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

2013-07-26 Thread Thomas Monjalon
From: Jean-Mickael Guerin 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=fo