FD.io VPP  v19.04.2-12-g66b1689
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

struct iovec* tuntap_per_thread_t::iovecs

Vector of iovecs for readv/writev calls.

Definition at line 81 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 78 of file tuntap.c.


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