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>
13 lines
175 B
Plaintext
13 lines
175 B
Plaintext
DPDK_20.0 {
|
|
global:
|
|
|
|
rte_pdump_disable;
|
|
rte_pdump_disable_by_deviceid;
|
|
rte_pdump_enable;
|
|
rte_pdump_enable_by_deviceid;
|
|
rte_pdump_init;
|
|
rte_pdump_uninit;
|
|
|
|
local: *;
|
|
};
|