From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id EF2C7592C for ; Fri, 26 Jul 2013 15:19:53 +0200 (CEST) Received: by mail-wi0-f171.google.com with SMTP id hj3so842517wib.10 for ; Fri, 26 Jul 2013 06:20:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:organization:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id:x-gm-message-state; bh=SsFYGZ+rDuvkIRkv7LZPqzdya+v5g8Gj4GZ9u90pxN0=; b=k61u5dGJmu4o/OqP0Stk+n1S3Iq/3TyNmrWmaILW/JKPTtMyPy8d3vQXYgVbd5hQYb XfbatYMngmpNSjYDE0ZzuqR60SBJTpRbItJsUIz3Sqdyt9c/30ENICGj2K7uuiRL2uuJ KJ1cfm36sEjNQer5vILC8EJzvKfzHKtStZoc1ATna1ZdF4BjlESyvlvTUgWJ/dOPC1qv zD9CtbvJqKSho9Qm9lwh/IQHzgkpNjvwk32hGvqe/ChEbHntoTyXAiOIdlGoBPYATpDj w6PD3ifCt0n4bFftUrAJk3TCEsBuqHhEj+DfjRL0GdXeFXjAnQKHjuovvG5q+9/bzY0Q kvkw== X-Received: by 10.180.38.102 with SMTP id f6mr5739486wik.12.1374844816791; Fri, 26 Jul 2013 06:20:16 -0700 (PDT) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id ev19sm4780097wid.2.2013.07.26.06.20.14 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Jul 2013 06:20:15 -0700 (PDT) From: Thomas Monjalon Organization: 6WIND To: Adrien Mazarguil Date: Fri, 26 Jul 2013 15:20:13 +0200 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <1374832199-25316-1-git-send-email-thomas.monjalon@6wind.com> <20130726121109.GI7849@6wind.com> In-Reply-To: <20130726121109.GI7849@6wind.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201307261520.13571.thomas.monjalon@6wind.com> X-Gm-Message-State: ALoCoQnFt4fIRHXrMP+HM9lXQqxOqP9gJO9F2kUWQvT2HCVTlXv4bpgwc6zIWmpR8FtfhoumEfQb Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] config: disable KNI for 32-bit because cannot work X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jul 2013 13:19:54 -0000 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