[dpdk-dev] [PATCH v6 1/3] librte_jobstats: New library for checking core/system/app load

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Feb 24 22:18:15 CET 2015


2015-02-24 17:33, Pawel Wodkowski:
> --- /dev/null
> +++ b/lib/librte_jobstats/rte_jobstats_version.map
> @@ -0,0 +1,19 @@
> +DPDK_2.0 {
> +	global:
> +
> +	rte_jobstats_context_init;
> +	rte_jobstats_context_start;
> +	rte_jobstats_context_finish;
> +	rte_jobstats_context_reset;
> +	rte_jobstats_init;
> +	rte_jobstats_set_target;
> +	rte_jobstats_start;
> +	rte_jobstats_finish;
> +	rte_jobstats_set_period;
> +	rte_jobstats_set_min;
> +	rte_jobstats_set_max;
> +	rte_jobstats_set_update_period_function;
> +	rte_jobstats_reset;
> +
> +	local: *;
> +};

This list should be alphabetically ordered.



More information about the dev mailing list