From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f173.google.com (mail-we0-f173.google.com [74.125.82.173]) by dpdk.org (Postfix) with ESMTP id 53EDA5922 for ; Fri, 26 Jul 2013 14:10:56 +0200 (CEST) Received: by mail-we0-f173.google.com with SMTP id x55so1785301wes.4 for ; Fri, 26 Jul 2013 05:11:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:x-gm-message-state; bh=TVB5f4h1Pae/pZLH2kXdWJAGoTdYLb2cxqmWnpO/+lI=; b=adB4IStZydrB2sUUM0mEb8OW5A+9HAmilQMdmj6INOv7WUz0Ont15FKa9/pVSlqG8z mASMRgR5bF+Zw6kX3jZ/9fGbd0zat2UTzVhwbsjChkFatfZEKWDUmRPeoWwSWOdqbQix D8v8HBGWi74rusS4fPnF1nquVM2w7ETMhwNFgFCSD6XPA+vbh6tCR2cQXw2U4ikS4E5k 3f08JXYv61dOIOlcslWzboZvbbNN9dGBeovKlfq4BvIkYwaxtugAjduiF7RY9riRajI9 t41biGyEs23U+ZNOzEiSm3idYfioQrHOOZW1FDq+3IVcrQo189ZyhXoJGNQctyf2UfIw CTyw== X-Received: by 10.194.174.137 with SMTP id bs9mr34222486wjc.59.1374840677970; Fri, 26 Jul 2013 05:11:17 -0700 (PDT) Received: from 6wind.com (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id u7sm4333380wiw.9.2013.07.26.05.11.14 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 26 Jul 2013 05:11:17 -0700 (PDT) Date: Fri, 26 Jul 2013 14:11:09 +0200 From: Adrien Mazarguil To: Thomas Monjalon Message-ID: <20130726121109.GI7849@6wind.com> References: <1374832199-25316-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1374832199-25316-1-git-send-email-thomas.monjalon@6wind.com> X-Gm-Message-State: ALoCoQkm1WOZxtAuKwPbriMZlMy4R4WXStiPPHjyGaLTCFgcBLHhHZKprn9NYqci5IJCdRsMPNRg 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 12:10:56 -0000 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 -- Adrien Mazarguil 6WIND