[dpdk-dev] [PATCH v14 1/6] lib: add information metrics library

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Apr 5 15:39:48 CEST 2017


2017-03-30 22:00, Remy Horton:
> --- a/mk/rte.app.mk
> +++ b/mk/rte.app.mk
> @@ -98,6 +98,7 @@ _LDLIBS-$(CONFIG_RTE_LIBRTE_RING)           += -lrte_ring
>  _LDLIBS-$(CONFIG_RTE_LIBRTE_EAL)            += -lrte_eal
>  _LDLIBS-$(CONFIG_RTE_LIBRTE_CMDLINE)        += -lrte_cmdline
>  _LDLIBS-$(CONFIG_RTE_LIBRTE_REORDER)        += -lrte_reorder
> +_LDLIBS-$(CONFIG_RTE_LIBRTE_METRICS)        += -lrte_metrics

It should not be added here in --whole-archive as it is not going to be
used by plugins (drivers).

I suggest moving it upper with rte_jobstats.



More information about the dev mailing list