From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mlx4: fix compilation warnings for 32 bit Date: Fri, 12 Jun 2015 17:42:53 +0200 Message-ID: <2341340.D0RFBMybeT@xps13> References: <1432304251-8025-1-git-send-email-nelio.laranjeiro@6wind.com> <20150612151546.GJ12195@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Nelio Laranjeiro Return-path: Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 399395A83 for ; Fri, 12 Jun 2015 17:43:52 +0200 (CEST) Received: by wgez8 with SMTP id z8so27523913wge.0 for ; Fri, 12 Jun 2015 08:43:52 -0700 (PDT) In-Reply-To: <20150612151546.GJ12195@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Fix warning messages "cast to pointer from integer of different size" when > > compiling DPDK in 32 bit with Mellanox PMD. > > > > SGE addresses are 64 bit integers, converting them to pointers must be done > > through uintptr_t to avoid compilation warnings when those have a different > > size. > > > > Signed-off-by: Nelio Laranjeiro > > Acked-by: Adrien Mazarguil Applied, thanks