config: disable KNI for 32-bit because cannot work
authorJean-Mickael Guerin <jean-mickael.guerin@6wind.com>
Mon, 4 Mar 2013 16:48:25 +0000 (16:48 +0000)
committerDavid Marchand <david.marchand@6wind.com>
Wed, 26 Feb 2014 10:01:12 +0000 (11:01 +0100)
commit7a6b51aab759c1959cae9809823d0f9383dd4812
tree02965c497ae4f690bd258c20fc9a5b7c7a5e4bae
parentdc76ed247894bc28113025243ea18e9dab0f1375
config: disable KNI for 32-bit because cannot work

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@6wind.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
config/defconfig_i686-default-linuxapp-gcc
config/defconfig_i686-default-linuxapp-icc