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>
29 lines
559 B
Plaintext
29 lines
559 B
Plaintext
DPDK_20.0 {
|
|
global:
|
|
|
|
rte_vmbus_chan_close;
|
|
rte_vmbus_chan_open;
|
|
rte_vmbus_chan_recv;
|
|
rte_vmbus_chan_recv_raw;
|
|
rte_vmbus_chan_rx_empty;
|
|
rte_vmbus_chan_send;
|
|
rte_vmbus_chan_send_sglist;
|
|
rte_vmbus_chan_signal_read;
|
|
rte_vmbus_chan_signal_tx;
|
|
rte_vmbus_irq_mask;
|
|
rte_vmbus_irq_read;
|
|
rte_vmbus_irq_unmask;
|
|
rte_vmbus_map_device;
|
|
rte_vmbus_max_channels;
|
|
rte_vmbus_probe;
|
|
rte_vmbus_register;
|
|
rte_vmbus_scan;
|
|
rte_vmbus_set_latency;
|
|
rte_vmbus_sub_channel_index;
|
|
rte_vmbus_subchan_open;
|
|
rte_vmbus_unmap_device;
|
|
rte_vmbus_unregister;
|
|
|
|
local: *;
|
|
};
|