FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | VHOST_USER_TX_COPY_THRESHOLD (VHOST_USER_COPY_ARRAY_N - 200) |
#define | foreach_vhost_user_tx_func_error |
Enumerations | |
enum | vhost_user_tx_func_error_t { VHOST_USER_TX_FUNC_N_ERROR } |
Variables | |
vnet_device_class_t | vhost_user_device_class |
static __clib_unused char * | vhost_user_tx_func_error_strings [] |
#define foreach_vhost_user_tx_func_error |
Definition at line 64 of file vhost_user_output.c.
#define VHOST_USER_TX_COPY_THRESHOLD (VHOST_USER_COPY_ARRAY_N - 200) |
Definition at line 60 of file vhost_user_output.c.
Enumerator | |
---|---|
VHOST_USER_TX_FUNC_N_ERROR |
Definition at line 73 of file vhost_user_output.c.
Definition at line 88 of file vhost_user_output.c.
VNET_DEVICE_CLASS_TX_FN() vhost_user_device_class | ( | vlib_main_t * | vm, |
vlib_node_runtime_t * | node, | ||
vlib_frame_t * | frame | ||
) |
static_always_inline uword vhost_user_device_class_packed | ( | vlib_main_t * | vm, |
vlib_node_runtime_t * | node, | ||
vlib_frame_t * | frame | ||
) |
Definition at line 398 of file vhost_user_output.c.
static_always_inline void vhost_user_handle_tx_offload | ( | vhost_user_intf_t * | vui, |
vlib_buffer_t * | b, | ||
virtio_net_hdr_t * | hdr | ||
) |
Definition at line 236 of file vhost_user_output.c.
|
static |
|
static |
Definition at line 1062 of file vhost_user_output.c.
static_always_inline void vhost_user_mark_desc_available | ( | vlib_main_t * | vm, |
vhost_user_vring_t * | rxvq, | ||
u16 * | n_descs_processed, | ||
u8 | chained, | ||
vlib_frame_t * | frame, | ||
u32 | n_left | ||
) |
Definition at line 302 of file vhost_user_output.c.
|
static |
static_always_inline u32 vhost_user_tx_copy | ( | vhost_user_intf_t * | vui, |
vhost_copy_t * | cpy, | ||
u16 | copy_len, | ||
u32 * | map_hint | ||
) |
Definition at line 189 of file vhost_user_output.c.
static_always_inline void vhost_user_tx_trace | ( | vhost_trace_t * | t, |
vhost_user_intf_t * | vui, | ||
u16 | qid, | ||
vlib_buffer_t * | b, | ||
vhost_user_vring_t * | rxvq | ||
) |
Definition at line 154 of file vhost_user_output.c.
static_always_inline void vhost_user_tx_trace_packed | ( | vhost_trace_t * | t, |
vhost_user_intf_t * | vui, | ||
u16 | qid, | ||
vlib_buffer_t * | b, | ||
vhost_user_vring_t * | rxvq | ||
) |
Definition at line 362 of file vhost_user_output.c.
static_always_inline void vhost_user_vring_lock | ( | vhost_user_intf_t * | vui, |
u32 | qid | ||
) |
Spin until the vring is successfully locked.
Definition at line 138 of file vhost_user_output.c.
static_always_inline int vhost_user_vring_try_lock | ( | vhost_user_intf_t * | vui, |
u32 | qid | ||
) |
Try once to lock the vring.
Definition at line 129 of file vhost_user_output.c.
static_always_inline void vhost_user_vring_unlock | ( | vhost_user_intf_t * | vui, |
u32 | qid | ||
) |
Unlock the vring lock.
Definition at line 148 of file vhost_user_output.c.
VNET_DEVICE_CLASS | ( | vhost_user_device_class | ) |
vnet_device_class_t vhost_user_device_class |
|
static |
Definition at line 81 of file vhost_user_output.c.