FD.io VPP
v19.08.3-2-gbabecb413
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | VHOST_USER_DOWN_DISCARD_COUNT 256 |
#define | VHOST_USER_RX_BUFFER_STARVATION 32 |
#define | VHOST_USER_RX_COPY_THRESHOLD 64 |
#define | foreach_vhost_user_input_func_error |
Enumerations | |
enum | vhost_user_input_func_error_t { VHOST_USER_INPUT_FUNC_N_ERROR } |
Variables | |
vlib_node_registration_t | vhost_user_input_node |
(constructor) VLIB_REGISTER_NODE (vhost_user_input_node) More... | |
static __clib_unused char * | vhost_user_input_func_error_strings [] |
#define foreach_vhost_user_input_func_error |
Definition at line 71 of file vhost_user_input.c.
#define VHOST_USER_DOWN_DISCARD_COUNT 256 |
Definition at line 51 of file vhost_user_input.c.
#define VHOST_USER_RX_BUFFER_STARVATION 32 |
Definition at line 57 of file vhost_user_input.c.
#define VHOST_USER_RX_COPY_THRESHOLD 64 |
Definition at line 67 of file vhost_user_input.c.
Enumerator | |
---|---|
VHOST_USER_INPUT_FUNC_N_ERROR |
Definition at line 79 of file vhost_user_input.c.
static_always_inline void vhost_user_handle_rx_offload | ( | vlib_buffer_t * | b0, |
u8 * | b0_data, | ||
virtio_net_hdr_t * | hdr | ||
) |
Definition at line 248 of file vhost_user_input.c.
static_always_inline u32 vhost_user_if_input | ( | vlib_main_t * | vm, |
vhost_user_main_t * | vum, | ||
vhost_user_intf_t * | vui, | ||
u16 | qid, | ||
vlib_node_runtime_t * | node, | ||
vnet_hw_interface_rx_mode | mode, | ||
u8 | enable_csum | ||
) |
Definition at line 329 of file vhost_user_input.c.
static_always_inline u32 vhost_user_input_copy | ( | vhost_user_intf_t * | vui, |
vhost_copy_t * | cpy, | ||
u16 | copy_len, | ||
u32 * | map_hint | ||
) |
Definition at line 140 of file vhost_user_input.c.
VLIB_NODE_FN() vhost_user_input_node | ( | vlib_main_t * | vm, |
vlib_node_runtime_t * | node, | ||
vlib_frame_t * | frame | ||
) |
static_always_inline void vhost_user_input_rewind_buffers | ( | vlib_main_t * | vm, |
vhost_cpu_t * | cpu, | ||
vlib_buffer_t * | b_head | ||
) |
Definition at line 229 of file vhost_user_input.c.
static_always_inline u32 vhost_user_rx_discard_packet | ( | vlib_main_t * | vm, |
vhost_user_intf_t * | vui, | ||
vhost_user_vring_t * | txvq, | ||
u32 | discard_max | ||
) |
Try to discard packets from the tx ring (VPP RX path).
Returns the number of discarded packets.
Definition at line 188 of file vhost_user_input.c.
static_always_inline void vhost_user_rx_trace | ( | vhost_trace_t * | t, |
vhost_user_intf_t * | vui, | ||
u16 | qid, | ||
vlib_buffer_t * | b, | ||
vhost_user_vring_t * | txvq, | ||
u16 | last_avail_idx | ||
) |
Definition at line 94 of file vhost_user_input.c.
|
static |
Definition at line 87 of file vhost_user_input.c.
vlib_node_registration_t vhost_user_input_node |
(constructor) VLIB_REGISTER_NODE (vhost_user_input_node)
Definition at line 779 of file vhost_user_input.c.