![]() |
FD.io VPP
v19.08-27-gf4dcae4
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
void | dpdk_device_error (dpdk_device_t *xd, char *str, int rv) |
void | dpdk_device_setup (dpdk_device_t *xd) |
void | dpdk_device_start (dpdk_device_t *xd) |
void | dpdk_device_stop (dpdk_device_t *xd) |
void | vl_api_force_rpc_call_main_thread (void *fp, u8 *data, u32 data_length) |
static int | dpdk_port_state_callback_inline (dpdk_portid_t port_id, enum rte_eth_event_type type, void *param) |
int | dpdk_port_state_callback (dpdk_portid_t port_id, enum rte_eth_event_type type, void *param, void *ret_param) |
struct rte_pci_device * | dpdk_get_pci_device (const struct rte_eth_dev_info *info) |
void dpdk_device_error | ( | dpdk_device_t * | xd, |
char * | str, | ||
int | rv | ||
) |
void dpdk_device_setup | ( | dpdk_device_t * | xd | ) |
void dpdk_device_start | ( | dpdk_device_t * | xd | ) |
void dpdk_device_stop | ( | dpdk_device_t * | xd | ) |
struct rte_pci_device* dpdk_get_pci_device | ( | const struct rte_eth_dev_info * | info | ) |
int dpdk_port_state_callback | ( | dpdk_portid_t | port_id, |
enum rte_eth_event_type | type, | ||
void * | param, | ||
void * | ret_param | ||
) |
|
inlinestatic |
Definition at line 611 of file vlib_api.c.