63b3907833
Since each version map file is contained in the subdirectory of the library it refers to, there is no need to include the library name in the filename. This makes things simpler in case of library renaming. Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Luca Boccassi <bluca@debian.org> Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru> Acked-by: Rosen Xu <rosen.xu@intel.com>
27 lines
468 B
Plaintext
27 lines
468 B
Plaintext
DPDK_21 {
|
|
global:
|
|
|
|
rte_metrics_get_names;
|
|
rte_metrics_get_values;
|
|
rte_metrics_init;
|
|
rte_metrics_reg_name;
|
|
rte_metrics_reg_names;
|
|
rte_metrics_update_value;
|
|
rte_metrics_update_values;
|
|
|
|
local: *;
|
|
};
|
|
|
|
EXPERIMENTAL {
|
|
global:
|
|
|
|
rte_metrics_deinit;
|
|
rte_metrics_tel_encode_json_format;
|
|
rte_metrics_tel_reg_all_ethdev;
|
|
rte_metrics_tel_get_global_stats;
|
|
rte_metrics_tel_get_port_stats_ids;
|
|
rte_metrics_tel_get_ports_stats_json;
|
|
rte_metrics_tel_extract_data;
|
|
|
|
};
|