DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] jobstats: Fix a typo in rte_jobstat.h.
@ 2016-04-20 20:04 Rami Rosen
  2016-06-30 16:48 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2016-04-20 20:04 UTC (permalink / raw)
  To: dev; +Cc: Rami Rosen

jobstats: max_exec_time represents Maximum execute time and not
Minimum execute time.

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 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 c2b285f..b368603 100644
--- a/lib/librte_jobstats/rte_jobstats.h
+++ b/lib/librte_jobstats/rte_jobstats.h
@@ -85,7 +85,7 @@ struct rte_jobstats {
 	/**< Minimum execute time. */
 
 	uint64_t max_exec_time;
-	/**< Minimum execute time. */
+	/**< Maximum execute time. */
 
 	uint64_t exec_cnt;
 	/**< Execute count. */
-- 
2.4.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] jobstats: Fix a typo in rte_jobstat.h.
  2016-04-20 20:04 [dpdk-dev] [PATCH] jobstats: Fix a typo in rte_jobstat.h Rami Rosen
@ 2016-06-30 16:48 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2016-06-30 16:48 UTC (permalink / raw)
  To: Rami Rosen; +Cc: 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 <rami.rosen@intel.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-30 16:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-20 20:04 [dpdk-dev] [PATCH] jobstats: Fix a typo in rte_jobstat.h Rami Rosen
2016-06-30 16:48 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).