From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id EB0C1C3BA for ; Mon, 3 Aug 2015 17:43:29 +0200 (CEST) Received: by wibud3 with SMTP id ud3so141517315wib.1 for ; Mon, 03 Aug 2015 08:43:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=IQWoLckbePTyu7CN9AMf+X19FDECAeDBBhRjTrWSjRI=; b=E/vuMuxCFpXVwaEAsDM4pqDel2olG/7lk9mlSRtusK52jWwij2V73DJmttQSQ7cAbG lqIQIXYmVPjcrBnxNGajFuWcZxV45z417b31uQMSdUIt5CyWG4Sq7t1mtbF0cFHfGS3a gOX4Smpj1UlHwmlbawooE8jjwFcbzwRNau5Elntds0IpFE0HSLtj+1WAjsAPLpI4nTH7 VCs7U6TMUrQv0FpLUXa0/f3tfifF3DZo4IcF9weSzxbJQBQzdwhrJBiScp9iJ1CMmq4m fL/pgTi7VcNaKybQx6nuwXocvv6ARFkCZRvKzGWbZlQLoF5WiCpNWMmQw11i95RC5uzZ gpPA== X-Gm-Message-State: ALoCoQl5LJfpsvfmGZgrdomzOKVP6zYXk4rYOU+8bEOCsN8GlH+gfsWpRwQbdLgpClP8f0numZn8 X-Received: by 10.194.171.200 with SMTP id aw8mr33818156wjc.62.1438616609777; Mon, 03 Aug 2015 08:43:29 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id ib9sm23526494wjb.2.2015.08.03.08.43.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Aug 2015 08:43:28 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger , Harish Patil Date: Mon, 03 Aug 2015 17:42:14 +0200 Message-ID: <2887608.2NSK5MRCJz@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1438098424-30515-5-git-send-email-thomas.monjalon@6wind.com> References: <1438098424-30515-1-git-send-email-thomas.monjalon@6wind.com> <1438098424-30515-5-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 4/4] bnx2x: fix part of 32-bit build 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: Mon, 03 Aug 2015 15:43:30 -0000 2015-07-28 17:47, Thomas Monjalon: > Example of errors: > =09error: cast to pointer from integer of different size [-Werror=3Di= nt-to-pointer-cast] > =09error: format =E2=80=98%lx=E2=80=99 expects argument of type =E2=80= =98long unsigned int=E2=80=99, but argument 5 has type =E2=80=98uint64_= t > =09error: format =E2=80=98%lu=E2=80=99 expects argument of type =E2=80= =98long unsigned int=E2=80=99, but argument 6 has type =E2=80=98unsigne= d int=E2=80=99 >=20 > Only 2 files are fixed. The others errors are left as exercise to the= authors. >=20 > Signed-off-by: Thomas Monjalon There was no ack nor completion of this patch, so it will be applied as-is (with some checkpatch fixes).