From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 89251A046B for ; Thu, 27 Jun 2019 17:26:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 52F0D2BEA; Thu, 27 Jun 2019 17:26:47 +0200 (CEST) Received: from mail-pg1-f195.google.com (mail-pg1-f195.google.com [209.85.215.195]) by dpdk.org (Postfix) with ESMTP id 0FACE2BEA for ; Thu, 27 Jun 2019 17:26:46 +0200 (CEST) Received: by mail-pg1-f195.google.com with SMTP id w10so1179233pgj.7 for ; Thu, 27 Jun 2019 08:26:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Zj/NPDmB2edKtMEn8T0Ib1biTUeqV9Q7b1tIMgjSDMY=; b=VvEbDwpntp821609tkriUYch5njNcFRurxDEKWP9uzAZEEFV08VYuOaqXj8+HDpTzF 7RPd4pTEFcQDxQ7bhnfVrs65o09/U7qtBlY1s0ZcdjJSM31ty2VQHvkO8wRJRDHVDw+1 rMJYa3w7W9I0bXS4tJFdlVIFYkeZpLtLX6XFq0DGhaf/A2LouYLJJbm1dJmrKRtlKevK VTqGFzKWcwWGPgwcGShP+pNC8z0sygwEaIO19Ljq5Mo6JCVtL44OyjqXRvvuJP03BuWi Zo+qqYB82Ahhyaxj43jkHRsC8w1xrFPL959yHrH95/5iOtpJu5KcvVaHd1QTS8dMzkWA E9+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Zj/NPDmB2edKtMEn8T0Ib1biTUeqV9Q7b1tIMgjSDMY=; b=AC8OygTOyWXMLjs+Kk9JwrpCjT9Z0sDcqb7+qsFeqKQBTzGi0vP+cN0F/GrzDwS56y kdVl20+jLxgquNAUJUQrdtkm6Dg4TUzi45A24zDFNR4htdsDCTAlEPu1tjMa7Bgs9q2V WEJvXWvL4aBtrbOjwIwgz2ylYOtJyFd/MNOQYdxgaDv5J+S5DqjMNa9C4+OoyLl5jFE+ sCeS9trErmKZI6u0pNlow4JJojsZxK04aOl5QuMdr9OQmXBD4SsPnLzdv7Hs1q3VhOmv 7Qn1n+tUoqEzPNrJ9k5wCFUxfssYd1+zxC+GXq8g2B3UyKDN8M72bUQJqNveoj//LRL/ CqMw== X-Gm-Message-State: APjAAAWBfeVPcms+Ljt7tGz6NgDZp/LUXJj7X/JMcXmi04T/xDmKl6sV YEgV0XqddCPph2/r9eRTzEPFOQ== X-Google-Smtp-Source: APXvYqycBSu0Tre15QuyZ42ql9cWka2D2LoyWqFkPxvrD7XvLDepvCYZ0BY1X70Y5fmErZVUB6rBeA== X-Received: by 2002:a65:5003:: with SMTP id f3mr4214998pgo.75.1561649205188; Thu, 27 Jun 2019 08:26:45 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id v184sm4372239pfb.82.2019.06.27.08.26.44 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Thu, 27 Jun 2019 08:26:45 -0700 (PDT) Date: Thu, 27 Jun 2019 08:26:38 -0700 From: Stephen Hemminger To: Ali Alnubani Cc: dev@dpdk.org, motih@mellanox.com, stable@dpdk.org Message-ID: <20190627082638.46fca6ce@hermes.lan> In-Reply-To: <20190627151007.5156-1-alialnu@mellanox.com> References: <20190627151007.5156-1-alialnu@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix 32-bit build X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list 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 Thu, 27 Jun 2019 18:10:07 +0300 Ali Alnubani wrote: > + DRV_LOG(DEBUG, "port %u: uar_mmap_offset 0x%"PRIx64"", Minor nitpick: You don't need empty string at the end of the format.