mirror of https://github.com/F-Stack/f-stack.git
43 lines
613 B
Plaintext
43 lines
613 B
Plaintext
DPDK_24 {
|
|
global:
|
|
|
|
rte_pci_dump;
|
|
rte_pci_ioport_map;
|
|
rte_pci_ioport_read;
|
|
rte_pci_ioport_unmap;
|
|
rte_pci_ioport_write;
|
|
rte_pci_map_device;
|
|
rte_pci_read_config;
|
|
rte_pci_unmap_device;
|
|
rte_pci_write_config;
|
|
|
|
local: *;
|
|
};
|
|
|
|
EXPERIMENTAL {
|
|
global:
|
|
|
|
rte_pci_find_ext_capability;
|
|
|
|
# added in 21.08
|
|
rte_pci_set_bus_master;
|
|
|
|
# added in 23.07
|
|
rte_pci_mmio_read;
|
|
rte_pci_mmio_write;
|
|
|
|
# added in 23.11
|
|
rte_pci_find_capability;
|
|
rte_pci_find_next_capability;
|
|
rte_pci_has_capability_list;
|
|
};
|
|
|
|
INTERNAL {
|
|
global:
|
|
|
|
rte_pci_get_sysfs_path;
|
|
rte_pci_pasid_set_state;
|
|
rte_pci_register;
|
|
rte_pci_unregister;
|
|
};
|