From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/mlx: fix printing format specifiers Date: Thu, 10 May 2018 20:39:12 +0100 Message-ID: <137bdbb8-1e66-d131-e369-0ecb62e7cbcc@intel.com> References: <20180510055321.26375-1-yskoh@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: Shahaf Shuler , Yongseok Koh , Adrien Mazarguil , =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 7671A1BB39 for ; Thu, 10 May 2018 21:39:15 +0200 (CEST) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/10/2018 11:58 AM, Shahaf Shuler wrote: > Thursday, May 10, 2018 8:53 AM, Yongseok Koh: >> Subject: [PATCH] net/mlx: fix printing format specifiers >> >> This will have to be squashed to: >> net/mlx4: add new Memory Region support >> net/mlx5: add new Memory Region support >> >> Signed-off-by: Yongseok Koh >> --- >> >> This is not a formal patch to merge but Shahaf will squash it separately to >> mlx4 and mlx5 for dpdk-next-net. >> >> drivers/net/mlx4/mlx4_mr.c | 20 ++++++++++++-------- >> drivers/net/mlx5/mlx5_mr.c | 21 +++++++++++++-------- >> 2 files changed, 25 insertions(+), 16 deletions(-) >> > > Squashed into the relevant commits on next-net-mlx, thanks. > > Ferruh - > As Koh said, there are still 32b compilation errors on mlx5 origin before the memory series. > Those should be fixed on a different commit. Already replied in other thread but to be sure this is not missed, mlx5 already doesn't claim 32bit support, so no need fixes for it.