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>
17 lines
212 B
Plaintext
17 lines
212 B
Plaintext
DPDK_20.0 {
|
|
global:
|
|
|
|
dpaa2_eth_eventq_attach;
|
|
dpaa2_eth_eventq_detach;
|
|
|
|
local: *;
|
|
};
|
|
|
|
EXPERIMENTAL {
|
|
global:
|
|
|
|
rte_pmd_dpaa2_mux_flow_create;
|
|
rte_pmd_dpaa2_set_custom_hash;
|
|
rte_pmd_dpaa2_set_timestamp;
|
|
};
|