From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH v2] test: fix mempool perf test enq_count wraparound of 32-bit uint Date: Mon, 30 May 2016 10:47:53 +0200 Message-ID: <574BFE39.7030402@6wind.com> References: <1464267068-56805-1-git-send-email-david.hunt@intel.com> <1464272154-94512-1-git-send-email-david.hunt@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: David Hunt , dev@dpdk.org 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) In-Reply-To: <1464272154-94512-1-git-send-email-david.hunt@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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