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 9A7EDA046B for ; Thu, 27 Jun 2019 17:26:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7366A326D; Thu, 27 Jun 2019 17:26:49 +0200 (CEST) Received: from mail-pg1-f196.google.com (mail-pg1-f196.google.com [209.85.215.196]) by dpdk.org (Postfix) with ESMTP id 09DCD20BD for ; Thu, 27 Jun 2019 17:26:46 +0200 (CEST) Received: by mail-pg1-f196.google.com with SMTP id f25so1171333pgv.10 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=QwdbV562EnuZoh7Da8uIH2K6jpy7d0edp3P0gD4fANOHa9+bR3UDYtmimMsoefaCE+ HxMFwBVw//91Cr9gN25YS4LuPe5MJX3fKe54cn5RbZAUMSHpsOLaX8cj0sv4JSVWA2Ux ww3QoAH2lV27jovzZsN/0qWHdM8wcFlXL18ZTEwIJ1jKgOInQlYPwdSRGzEA8E45y7Uz a/ayvcRTPZ+3WG2PsOOJnA+Z3I1f1/wWMN2P4Wh7OcuFigBzBCmjFDfBBNqsxm9d9/VP QXQvkJL08/EvTJ8R8R6SxWZhuMqcjsqgG/8GirBZCKThEjaWFeCe96kNvRy4zArDsnC9 6yBw== X-Gm-Message-State: APjAAAWCrcIse03KYVISaUuNfVTTpB1/tc1JuueUlMoqykN7LWgOhsUI Ue9XPeam7huzzvuRSfb8F4GT5iN+54g= 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-stable] [dpdk-dev] [PATCH] net/mlx5: fix 32-bit build X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 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.