From patchwork Mon Aug 21 00:44:51 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Congwen Zhang X-Patchwork-Id: 27674 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id BA6D57CD1; Mon, 21 Aug 2017 02:48:59 +0200 (CEST) Received: from zte.com.cn (mxhk.zte.com.cn [63.217.80.70]) by dpdk.org (Postfix) with ESMTP id 5AAC77CC8 for ; Mon, 21 Aug 2017 02:48:57 +0200 (CEST) X-scanvirus: By SEG_CYREN AntiVirus Engine X-scanresult: CLEAN X-MAILFROM: X-RCPTTO: X-FROMIP: 10.30.3.20 X-SEG-Scaned: 1 X-Received: unknown,10.30.3.20,20170821084836 Received: from unknown (HELO mse01.zte.com.cn) (10.30.3.20) by localhost with (AES256-SHA encrypted) SMTP; 21 Aug 2017 00:48:36 -0000 Received: (from root@localhost) by mse01.zte.com.cn id v7L0mspa063844; Mon, 21 Aug 2017 08:48:54 +0800 (GMT-8) (envelope-from zhang.congwen@zte.com.cn) Message-Id: <201708210048.v7L0mspa063844@mse01.zte.com.cn> Received: from notes_smtp.zte.com.cn ([10.30.1.239]) by mse01.zte.com.cn with ESMTP id v7L0kIxX058194; Mon, 21 Aug 2017 08:46:18 +0800 (GMT-8) (envelope-from zhang.congwen@zte.com.cn) Received: from localhost.localdomain.localdomain ([10.43.166.171]) by szsmtp06.zte.com.cn (Lotus Domino Release 8.5.3FP6) with ESMTP id 2017082108461933-343418 ; Mon, 21 Aug 2017 08:46:19 +0800 From: Congwen Zhang To: pawelx.wodkowski@intel.com Cc: dev@dpdk.org, CongWen Zhang Date: Mon, 21 Aug 2017 08:44:51 +0800 X-Mailer: git-send-email 1.8.3.1 X-MIMETrack: Itemize by SMTP Server on SZSMTP06/server/zte_ltd(Release 8.5.3FP6|November 21, 2013) at 2017-08-21 08:46:19, Serialize by Router on notes_smtp/zte_ltd(Release 9.0.1FP7|August 17, 2016) at 2017-08-21 08:46:18, Serialize complete at 2017-08-21 08:46:18 X-MAIL: mse01.zte.com.cn v7L0mspa063844 X-MSS: AUDITRELEASE@mse01.zte.com.cn X-HQIP: 127.0.0.1 Subject: [dpdk-dev] [PATCH] lib/librte_jobstats: fix max_exec_time comments 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: CongWen Zhang Signed-off-by: CongWen Zhang Reviewed-by: Kirill Rybalchenko --- lib/librte_jobstats/rte_jobstats.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_jobstats/rte_jobstats.h b/lib/librte_jobstats/rte_jobstats.h index 7e76fd5..70e034c 100644 --- a/lib/librte_jobstats/rte_jobstats.h +++ b/lib/librte_jobstats/rte_jobstats.h @@ -117,7 +117,7 @@ struct rte_jobstats_context { /**< Minimum loop execute time. */ uint64_t max_exec_time; - /**< Minimum loop execute time. */ + /**< Maximum loop execute time. */ /** * Sum of time that is not the execute time (ex: from job finish to next