]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_jobstats/rte_jobstats.h
app/testpmd: remove port status check from TM command
[dpdk.git] / lib / librte_jobstats / rte_jobstats.h
index c2b285f878f1ffcaba97b1b8d8da52f9f929e5f1..70e034cab6d1cfdaefcf0cf6d2dae40ec346b133 100644 (file)
@@ -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. */
@@ -98,7 +98,7 @@ struct rte_jobstats {
 } __rte_cache_aligned;
 
 struct rte_jobstats_context {
-       /** Viariable holding time at different points:
+       /** Variable holding time at different points:
         * -# loop start time if loop was started but no job executed yet.
         * -# job start time if job is currently executing.
         * -# job finish time if job finished its execution.
@@ -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