| rte_bus_vdev.h(3) | Library Functions Manual | rte_bus_vdev.h(3) |
rte_bus_vdev.h
int rte_vdev_add_custom_scan (rte_vdev_scan_callback
callback, void *user_arg)
int rte_vdev_remove_custom_scan (rte_vdev_scan_callback callback, void
*user_arg)
int rte_vdev_init (const char *name, const char *args)
int rte_vdev_uninit (const char *name)
RTE virtual bus API
Definition in file rte_bus_vdev.h.
Add a callback to be called on vdev scan before reading the devargs list.
This function cannot be called in a scan callback because of deadlock.
Parameters
Returns
Remove a registered scan callback.
This function cannot be called in a scan callback because of deadlock.
Parameters
Returns
Initialize a driver specified by name.
Parameters
Returns
Uninitialize a driver specified by name.
Parameters
Returns
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |