From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 380FD66DA for ; Mon, 30 May 2016 10:48:01 +0200 (CEST) Received: from was59-1-82-226-113-214.fbx.proxad.net ([82.226.113.214] helo=[192.168.0.10]) by mail.droids-corp.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1b7Ito-0006ZS-AP; Mon, 30 May 2016 10:50:13 +0200 To: David Hunt , dev@dpdk.org References: <1464267068-56805-1-git-send-email-david.hunt@intel.com> <1464272154-94512-1-git-send-email-david.hunt@intel.com> From: Olivier Matz Message-ID: <574BFE39.7030402@6wind.com> Date: Mon, 30 May 2016 10:47:53 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.6.0 MIME-Version: 1.0 In-Reply-To: <1464272154-94512-1-git-send-email-david.hunt@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] test: fix mempool perf test enq_count wraparound of 32-bit uint 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: Mon, 30 May 2016 08:48:01 -0000 Hi David, On 05/26/2016 04:15 PM, David Hunt wrote: > recent CPU's can easily wrap around a 32-bit unsigned int in > the mempool perf test. Increase to a 64-bit uint. > > v2: change from %lu to %"PRIu64" > > Signed-off-by: David Hunt Acked-by: Olivier Matz