FD.io VPP  v18.01-8-g0eacf49
Vector Packet Processing
tapcli_per_thread_t Struct Reference

TAPCLI per thread struct. More...

Data Fields

u32rx_buffers
 Vector of VLIB rx buffers to use. More...
 
struct iovec * iovecs
 Vector of iovecs for readv/writev calls. More...
 

Detailed Description

TAPCLI per thread struct.

Definition at line 103 of file tapcli.c.

Field Documentation

struct iovec* tapcli_per_thread_t::iovecs

Vector of iovecs for readv/writev calls.

Definition at line 110 of file tapcli.c.

u32* tapcli_per_thread_t::rx_buffers

Vector of VLIB rx buffers to use.

We allocate them in blocks of VLIB_FRAME_SIZE (256).

Definition at line 107 of file tapcli.c.


The documentation for this struct was generated from the following file: