85ff364f3b
Merge all versions in linker version script files to DPDK_20.0. This commit was generated by running the following command: :~/DPDK$ buildtools/update-abi.sh 20.0 Signed-off-by: Pawel Modrak <pawelx.modrak@intel.com> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Thomas Monjalon <thomas@monjalon.net>
20 lines
257 B
Plaintext
20 lines
257 B
Plaintext
DPDK_20.0 {
|
|
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;
|
|
};
|