20 #include <sys/ioctl.h> 31 #define foreach_netmap_input_error 35 #define _(f,s) NETMAP_INPUT_ERROR_##f, 62 s =
format (s,
"netmap: hw_if_index %d next-index %d",
64 s =
format (s,
"\n%Uslot: flags 0x%x len %u buf_idx %u",
116 _vec_len (nm->
rx_buffers[cpu_index]) = n_free_bufs;
120 while (cur_ring <= nif->last_rx_ring && n_free_bufs)
124 ring = NETMAP_RXRING (nif->
nifp, cur_ring);
125 r = nm_ring_space (ring);
136 cur_slot_index = ring->
cur;
140 u32 next0 = next_index;
143 while (r && n_left_to_next)
147 u32 bi0 = 0, first_bi0 = 0, prev_bi0;
148 u32 next_slot_index = (cur_slot_index + 1) % ring->
num_slots;
149 u32 next2_slot_index = (cur_slot_index + 2) % ring->
num_slots;
161 while (data_len && n_free_bufs)
165 u32 last_empty_buffer =
168 bi0 = nm->
rx_buffers[cpu_index][last_empty_buffer];
170 _vec_len (nm->
rx_buffers[cpu_index]) = last_empty_buffer;
175 data_len > n_buffer_bytes ? n_buffer_bytes : data_len;
178 (
u8 *) NETMAP_BUF (ring,
198 offset += bytes_to_copy;
199 data_len -= bytes_to_copy;
225 n_left_to_next, first_bi0,
230 n_rx_bytes += slot->
len;
231 to_next[0] = first_bi0;
234 cur_slot_index = next_slot_index;
240 ring->
head = ring->
cur = cur_slot_index;
260 u32 n_rx_packets = 0;
280 .name =
"netmap-input",
281 .sibling_of =
"device-input",
285 .state = VLIB_NODE_STATE_INTERRUPT,
#define vec_validate(V, I)
Make sure vector is long enough for given index (no header, unspecified alignment) ...
void vlib_put_next_frame(vlib_main_t *vm, vlib_node_runtime_t *r, u32 next_index, u32 n_vectors_left)
Release pointer to next frame vector data.
struct netmap_slot slot[0]
static uword netmap_input_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
sll srl srl sll sra u16x4 i
static u32 vlib_get_trace_count(vlib_main_t *vm, vlib_node_runtime_t *rt)
static uword netmap_device_input_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, netmap_if_t *nif)
vlib_node_registration_t netmap_input_node
(constructor) VLIB_REGISTER_NODE (netmap_input_node)
#define VLIB_BUFFER_TRACE_TRAJECTORY_INIT(b)
static_always_inline void vnet_feature_start_device_input_x1(u32 sw_if_index, u32 *next0, vlib_buffer_t *b0, u16 buffer_advanced0)
static void vlib_trace_buffer(vlib_main_t *vm, vlib_node_runtime_t *r, u32 next_index, vlib_buffer_t *b, int follow_chain)
vnet_main_t * vnet_get_main(void)
i16 current_data
signed offset in data[], pre_data[] that we are currently processing.
static void * vlib_buffer_get_current(vlib_buffer_t *b)
Get pointer to current data to process.
#define vec_elt_at_index(v, i)
Get vector value at index i checking that i is in bounds.
u32 per_interface_next_index
#define VLIB_BUFFER_NEXT_PRESENT
static char * netmap_input_error_strings[]
u16 current_length
Nbytes between current data and the end of this buffer.
uword os_get_cpu_number(void)
static u32 vlib_buffer_free_list_buffer_size(vlib_main_t *vm, u32 free_list_index)
#define vlib_validate_buffer_enqueue_x1(vm, node, next_index, to_next, n_left_to_next, bi0, next0)
Finish enqueueing one buffer forward in the graph.
#define vlib_get_next_frame(vm, node, next_index, vectors, n_vectors_left)
Get pointer to next frame vector data by (vlib_node_runtime_t, next_index).
static void buffer_add_to_chain(vlib_main_t *vm, u32 bi, u32 first_bi, u32 prev_bi)
#define CLIB_PREFETCH(addr, size, type)
#define clib_memcpy(a, b, c)
#define VLIB_BUFFER_TOTAL_LENGTH_VALID
#define VLIB_BUFFER_DEFAULT_FREE_LIST_INDEX
static void vlib_increment_combined_counter(vlib_combined_counter_main_t *cm, u32 cpu_index, u32 index, u32 packet_increment, u32 byte_increment)
Increment a combined counter.
netmap_main_t netmap_main
VLIB_NODE_FUNCTION_MULTIARCH(dpdk_input_node, dpdk_input)
u32 next_buffer
Next buffer for this linked-list of buffers.
u32 vlib_buffer_alloc(vlib_main_t *vm, u32 *buffers, u32 n_buffers)
Allocate buffers into supplied array.
static void * vlib_add_trace(vlib_main_t *vm, vlib_node_runtime_t *r, vlib_buffer_t *b, u32 n_data_bytes)
u32 total_length_not_including_first_buffer
Only valid for first buffer in chain.
template key/value backing page structure
u32 input_cpu_first_index
#define vec_len(v)
Number of elements in vector (rvalue-only, NULL tolerant)
#define VLIB_REGISTER_NODE(x,...)
static void vlib_set_trace_count(vlib_main_t *vm, vlib_node_runtime_t *rt, u32 count)
#define foreach_netmap_input_error
#define CLIB_CACHE_LINE_BYTES
u32 flags
buffer flags: VLIB_BUFFER_IS_TRACED: trace this buffer.
static vlib_buffer_t * vlib_get_buffer(vlib_main_t *vm, u32 buffer_index)
Translate buffer index into buffer pointer.
static u8 * format_netmap_input_trace(u8 *s, va_list *args)