2023-09-13 12:21:49 +00:00
|
|
|
DPDK_23 {
|
2021-02-05 08:48:47 +00:00
|
|
|
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;
|
2022-09-06 04:00:10 +00:00
|
|
|
|
|
|
|
# added in 21.08
|
|
|
|
rte_pci_set_bus_master;
|
2021-02-05 08:48:47 +00:00
|
|
|
};
|
2023-09-13 12:21:49 +00:00
|
|
|
|
|
|
|
INTERNAL {
|
|
|
|
global:
|
|
|
|
|
|
|
|
rte_pci_get_sysfs_path;
|
|
|
|
rte_pci_register;
|
|
|
|
rte_pci_unregister;
|
|
|
|
};
|