Go to the source code of this file.
|
| VLIB_REGISTER_LOG_CLASS (if_rxq_log, static) |
|
static u32 | next_thread_index (vnet_main_t *vnm, u32 thread_index) |
|
static u64 | rx_queue_key (u32 hw_if_index, u32 queue_id) |
|
u32 | vnet_hw_if_get_rx_queue_index_by_id (vnet_main_t *vnm, u32 hw_if_index, u32 queue_id) |
|
u32 | vnet_hw_if_register_rx_queue (vnet_main_t *vnm, u32 hw_if_index, u32 queue_id, u32 thread_index) |
|
void | vnet_hw_if_unregister_rx_queue (vnet_main_t *vnm, u32 queue_index) |
|
void | vnet_hw_if_unregister_all_rx_queues (vnet_main_t *vnm, u32 hw_if_index) |
|
void | vnet_hw_if_set_rx_queue_file_index (vnet_main_t *vnm, u32 queue_index, u32 file_index) |
|
void | vnet_hw_if_set_input_node (vnet_main_t *vnm, u32 hw_if_index, u32 node_index) |
|
int | vnet_hw_if_set_rx_queue_mode (vnet_main_t *vnm, u32 queue_index, vnet_hw_if_rx_mode mode) |
|
vnet_hw_if_rx_mode | vnet_hw_if_get_rx_queue_mode (vnet_main_t *vnm, u32 queue_index) |
|
void | vnet_hw_if_set_rx_queue_thread_index (vnet_main_t *vnm, u32 queue_index, u32 thread_index) |
|
vnet_hw_if_rxq_poll_vector_t * | vnet_hw_if_generate_rxq_int_poll_vector (vlib_main_t *vm, vlib_node_runtime_t *node) |
|
◆ log_debug
◆ log_err
◆ next_thread_index()
◆ rx_queue_key()
static u64 rx_queue_key |
( |
u32 |
hw_if_index, |
|
|
u32 |
queue_id |
|
) |
| |
|
static |
◆ VLIB_REGISTER_LOG_CLASS()
VLIB_REGISTER_LOG_CLASS |
( |
if_rxq_log |
, |
|
|
static |
|
|
) |
| |
◆ vnet_hw_if_generate_rxq_int_poll_vector()
◆ vnet_hw_if_get_rx_queue_index_by_id()
◆ vnet_hw_if_get_rx_queue_mode()
◆ vnet_hw_if_register_rx_queue()
◆ vnet_hw_if_set_input_node()
void vnet_hw_if_set_input_node |
( |
vnet_main_t * |
vnm, |
|
|
u32 |
hw_if_index, |
|
|
u32 |
node_index |
|
) |
| |
◆ vnet_hw_if_set_rx_queue_file_index()
void vnet_hw_if_set_rx_queue_file_index |
( |
vnet_main_t * |
vnm, |
|
|
u32 |
queue_index, |
|
|
u32 |
file_index |
|
) |
| |
◆ vnet_hw_if_set_rx_queue_mode()
◆ vnet_hw_if_set_rx_queue_thread_index()
void vnet_hw_if_set_rx_queue_thread_index |
( |
vnet_main_t * |
vnm, |
|
|
u32 |
queue_index, |
|
|
u32 |
thread_index |
|
) |
| |
◆ vnet_hw_if_unregister_all_rx_queues()
void vnet_hw_if_unregister_all_rx_queues |
( |
vnet_main_t * |
vnm, |
|
|
u32 |
hw_if_index |
|
) |
| |
◆ vnet_hw_if_unregister_rx_queue()
void vnet_hw_if_unregister_rx_queue |
( |
vnet_main_t * |
vnm, |
|
|
u32 |
queue_index |
|
) |
| |