FD.io VPP  v17.10-9-gd594711
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 73 of file tuntap.c.

Field Documentation

struct iovec* tuntap_per_thread_t::iovecs

Vector of iovecs for readv/writev calls.

Definition at line 80 of file tuntap.c.

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 77 of file tuntap.c.


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