From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] test: fix mempool perf test enq_count wraparound of 32-bit uint Date: Mon, 13 Jun 2016 22:23:03 +0200 Message-ID: <18350168.SiKNmCWAYm@xps13> References: <1464267068-56805-1-git-send-email-david.hunt@intel.com> <1464272154-94512-1-git-send-email-david.hunt@intel.com> <574BFE39.7030402@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Olivier Matz To: David Hunt Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id AD07E5A4E for ; Mon, 13 Jun 2016 22:23:05 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id n184so93906683wmn.1 for ; Mon, 13 Jun 2016 13:23:05 -0700 (PDT) In-Reply-To: <574BFE39.7030402@6wind.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" > > 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 Applied, thanks