From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] config: disable KNI for 32-bit because cannot work Date: Fri, 26 Jul 2013 15:20:13 +0200 Message-ID: <201307261520.13571.thomas.monjalon@6wind.com> References: <1374832199-25316-1-git-send-email-thomas.monjalon@6wind.com> <20130726121109.GI7849@6wind.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Adrien Mazarguil Return-path: In-Reply-To: <20130726121109.GI7849-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" 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' expects argument of type 'long long unsigned int', > > but argument 2 has type 'phys_addr_t' [-Werror=format] > > > > Signed-off-by: Jean-Mickael Guerin > > --- > > > > 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 pushed -- Thomas