FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
tuntap_per_thread_t Struct Reference

TUNTAP 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

TUNTAP per thread struct.

Definition at line 74 of file tuntap.c.

Field Documentation

◆ iovecs

struct iovec* tuntap_per_thread_t::iovecs

Vector of iovecs for readv/writev calls.

Definition at line 81 of file tuntap.c.

◆ rx_buffers

u32* tuntap_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 78 of file tuntap.c.


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