From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 7EA561B7A4 for ; Wed, 4 Apr 2018 12:42:31 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id EA97020D11; Wed, 4 Apr 2018 06:42:30 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 04 Apr 2018 06:42:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=7DeiTVAeWuCA+ytfoNVZH32MCr rk4XoeIFtWFSw+fOo=; b=XBqqgo71zrsDg2CNEcCwMGt6tow4tqN4Ss4mbxPGMF 7i0uppJdkavEH7mp5KG7yoFRJ/tSOiqpMszKPLzbDhkFADLX/+tgknA8h+FP2uBD Sda6eDgrEooagSho+2/MlcO4Y37ND/6Jpkkv9woQjf6zw8bPpIO/G564+2iVWC8j s= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=7DeiTV AeWuCA+ytfoNVZH32MCrrk4XoeIFtWFSw+fOo=; b=YO9enAHW2a5YQpZMt5b/HD 4nwtkCB104Yyx3IjWzBH5r1fifFfKiD1SGqzkaDGWmjX6GOcyc9IBU60ZNKEWeIm I1c/I3J5C8QjsM7RKBSZdrZbIFqoIKMFBJHZycbZirE5ByGtwQJNXqWCqHY4T0wL MYswq+ehc6ceDH8IeimcJJfnjZ0T5DlXYHu3jf3iGaYgeVOzEtEN3VTqZhen6iFf JQykWyLM/ByOBv8BScimfTRw7IY3N4ihy00GO+ARJ328ci2E+3JNjTz77bYtTALl jh1TVwpxOWZCqJx4YtG3PbmfshCpz0wvEryxySwmkLv+BT38frDLtovZVbjE8hJQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 6B2D3E49E8; Wed, 4 Apr 2018 06:42:30 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org Date: Wed, 04 Apr 2018 12:41:08 +0200 Message-ID: <6844497.rET6ehq5B7@xps> In-Reply-To: <20180215222550.31128-1-stephen@networkplumber.org> References: <20180215222550.31128-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/2] use %z for formatting 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: , X-List-Received-Date: Wed, 04 Apr 2018 10:42:31 -0000 15/02/2018 23:25, Stephen Hemminger: > Better to use %z and avoid any 32 bit platform woes; > and not cast unnecessarily > > Stephen Hemminger (2): > pci: use %z to format size_t > eal: use %zu to format size_t > > lib/librte_eal/linuxapp/eal/eal_memory.c | 8 ++++---- > lib/librte_pci/rte_pci.c | 11 ++++++----- > 2 files changed, 10 insertions(+), 9 deletions(-) Applied, thanks