From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] jobstats: Fix a typo in rte_jobstat.h. Date: Thu, 30 Jun 2016 18:48:23 +0200 Message-ID: <1685659.6g60fdNBZ9@xps13> References: <1461182685-21726-1-git-send-email-rami.rosen@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Rami Rosen Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 8E4474A65 for ; Thu, 30 Jun 2016 18:49:28 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id f126so229709161wma.1 for ; Thu, 30 Jun 2016 09:49:28 -0700 (PDT) In-Reply-To: <1461182685-21726-1-git-send-email-rami.rosen@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" 2016-04-20 23:04, Rami Rosen: > jobstats: max_exec_time represents Maximum execute time and not > Minimum execute time. > > Signed-off-by: Rami Rosen Applied, thanks