mirror of https://github.com/F-Stack/f-stack.git
37 lines
644 B
Plaintext
37 lines
644 B
Plaintext
|
/* SPDX-License-Identifier: BSD-3-Clause */
|
||
|
|
||
|
DPDK_18.08 {
|
||
|
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_sub_channel_index;
|
||
|
rte_vmbus_subchan_open;
|
||
|
rte_vmbus_unmap_device;
|
||
|
rte_vmbus_unregister;
|
||
|
|
||
|
local: *;
|
||
|
};
|
||
|
|
||
|
DPDK_18.11 {
|
||
|
global:
|
||
|
|
||
|
rte_vmbus_set_latency;
|
||
|
|
||
|
} DPDK_18.08;
|