From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=oaT14qlPEGllYCsxLfGXjH/nK9xZPZ0lfSubIDqDDGI=; b=SXzy1WIV/OtPPBzCxscLsRgm/7RFH52mhUZfPrhpKU9qMv5DiiOPso4npLNHYJOoDW GJBiilTafcTUwzXHb8aZ8VYLTV/Pe9H2MLLtj51chmavoaJSgi3ZPuOlEDri4YU1oh3y 2iOOzhGvdDxyBdqyEa09f+g9cmz0lQuVf58O7cItj+0QIz+ozHynqr+QBdAiZfAw4aSJ U8MJJlLeyItr+I1AClisNxWOPrYvB7KKjubmc4c9DT2daejSIDx1r58rZKLO9gO4WRMK F8NzyHEHkdJnuHLhUKJij1fRJBuWUhYzCQJj6rLkfaMzsyTUdjlKdTTw6jM0XtICIAzG SYng== X-Gm-Message-State: ALoCoQnKU0yFrWoo3oSzxD2T0bPV0oytYUKvIT0IwXNADs9i/FnA1O80OfFv41xfP/iFZRLFZtHC X-Received: by 10.180.206.14 with SMTP id lk14mr8062890wic.94.1434123832050; Fri, 12 Jun 2015 08:43:52 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id h1sm3309429wiz.6.2015.06.12.08.43.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 12 Jun 2015 08:43:51 -0700 (PDT) From: Thomas Monjalon To: Nelio Laranjeiro Date: Fri, 12 Jun 2015 17:42:53 +0200 Message-ID: <2341340.D0RFBMybeT@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <20150612151546.GJ12195@6wind.com> References: <1432304251-8025-1-git-send-email-nelio.laranjeiro@6wind.com> <20150612151546.GJ12195@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] mlx4: fix compilation warnings for 32 bit 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, 12 Jun 2015 15:43:52 -0000 > > 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