9c1b4ae5c0
There is no in-tree user for this accessor that returns the PCI bus object. On the other hand, a bus object can be retrieved by name using rte_bus_find_by_name. We can remove this driver specific API. Signed-off-by: David Marchand <david.marchand@redhat.com> Acked-by: Rosen Xu <rosen.xu@intel.com>
18 lines
349 B
Plaintext
18 lines
349 B
Plaintext
DPDK_23 {
|
|
global:
|
|
|
|
rte_pmd_ifpga_cleanup;
|
|
rte_pmd_ifpga_get_dev_id;
|
|
rte_pmd_ifpga_get_phy_info;
|
|
rte_pmd_ifpga_get_property;
|
|
rte_pmd_ifpga_get_rsu_status;
|
|
rte_pmd_ifpga_partial_reconfigure;
|
|
rte_pmd_ifpga_reboot_try;
|
|
rte_pmd_ifpga_reload;
|
|
rte_pmd_ifpga_set_rsu_status;
|
|
rte_pmd_ifpga_stop_update;
|
|
rte_pmd_ifpga_update_flash;
|
|
|
|
local: *;
|
|
};
|