FD.io VPP  v17.07.01-10-g3be13f0
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 101 of file tapcli.c.

Field Documentation

struct iovec* tapcli_per_thread_t::iovecs

Vector of iovecs for readv/writev calls.

Definition at line 108 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 105 of file tapcli.c.


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