1022ff0c33
Now that all libraries have a single version, we can drop the empty stable blocks that had been added when moving symbols from stable to internal ABI. Signed-off-by: David Marchand <david.marchand@redhat.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
17 lines
211 B
Plaintext
17 lines
211 B
Plaintext
EXPERIMENTAL {
|
|
global:
|
|
|
|
rte_pmd_dpaa2_mux_flow_create;
|
|
rte_pmd_dpaa2_set_custom_hash;
|
|
rte_pmd_dpaa2_set_timestamp;
|
|
};
|
|
|
|
INTERNAL {
|
|
global:
|
|
|
|
dpaa2_eth_eventq_attach;
|
|
dpaa2_eth_eventq_detach;
|
|
|
|
local: *;
|
|
};
|