diff options
Diffstat (limited to 'lib/librte_jobstats')
-rw-r--r-- | lib/librte_jobstats/Makefile | 1 | ||||
-rw-r--r-- | lib/librte_jobstats/rte_jobstats.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/librte_jobstats/Makefile b/lib/librte_jobstats/Makefile index 561a0678..d0bddd12 100644 --- a/lib/librte_jobstats/Makefile +++ b/lib/librte_jobstats/Makefile @@ -36,6 +36,7 @@ LIB = librte_jobstats.a CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) +LDLIBS += -lrte_eal EXPORT_MAP := rte_jobstats_version.map diff --git a/lib/librte_jobstats/rte_jobstats.h b/lib/librte_jobstats/rte_jobstats.h index 7e76fd50..70e034ca 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 |