f724a8025d
Below miscellaneous APIs are used to implement OPAE application. 1. rte_pmd_ifpga_get_pci_bus() get PCI bus ifpga driver registered. 2. rte_pmd_ifpga_partial_reconfigure() do partial reconfiguration. 3. rte_pmd_ifpga_cleanup() free software resources allocated by driver. 4. rte_pmd_ifpga_set_rsu_status() set status of rsu process. Signed-off-by: Wei Huang <wei.huang@intel.com> Acked-by: Tianfei Zhang <tianfei.zhang@intel.com> Acked-by: Rosen Xu <rosen.xu@intel.com>
22 lines
413 B
Plaintext
22 lines
413 B
Plaintext
DPDK_21 {
|
|
local: *;
|
|
};
|
|
|
|
EXPERIMENTAL {
|
|
global:
|
|
|
|
# added in 21.05
|
|
rte_pmd_ifpga_get_dev_id;
|
|
rte_pmd_ifpga_get_rsu_status;
|
|
rte_pmd_ifpga_set_rsu_status;
|
|
rte_pmd_ifpga_get_property;
|
|
rte_pmd_ifpga_get_phy_info;
|
|
rte_pmd_ifpga_update_flash;
|
|
rte_pmd_ifpga_stop_update;
|
|
rte_pmd_ifpga_reboot_try;
|
|
rte_pmd_ifpga_reload;
|
|
rte_pmd_ifpga_get_pci_bus;
|
|
rte_pmd_ifpga_partial_reconfigure;
|
|
rte_pmd_ifpga_cleanup;
|
|
};
|