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>
14 lines
185 B
Plaintext
14 lines
185 B
Plaintext
DPDK_20.0 {
|
|
global:
|
|
|
|
rte_reorder_create;
|
|
rte_reorder_drain;
|
|
rte_reorder_find_existing;
|
|
rte_reorder_free;
|
|
rte_reorder_init;
|
|
rte_reorder_insert;
|
|
rte_reorder_reset;
|
|
|
|
local: *;
|
|
};
|