FD.io VPP  v19.01.2-3-gf61a1a8
Vector Packet Processing
vlib_buffer_pool_t Struct Reference
+ Collaboration diagram for vlib_buffer_pool_t:

Public Member Functions

 CLIB_CACHE_LINE_ALIGN_MARK (cacheline0)
 

Data Fields

uword start
 
uword size
 
uword log2_page_size
 
u32 physmem_map_index
 
u32 buffer_size
 
u32buffers
 
clib_spinlock_t lock
 

Detailed Description

Definition at line 417 of file buffer.h.

Member Function Documentation

vlib_buffer_pool_t::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

Field Documentation

u32 vlib_buffer_pool_t::buffer_size

Definition at line 424 of file buffer.h.

u32* vlib_buffer_pool_t::buffers

Definition at line 425 of file buffer.h.

clib_spinlock_t vlib_buffer_pool_t::lock

Definition at line 426 of file buffer.h.

uword vlib_buffer_pool_t::log2_page_size

Definition at line 422 of file buffer.h.

u32 vlib_buffer_pool_t::physmem_map_index

Definition at line 423 of file buffer.h.

uword vlib_buffer_pool_t::size

Definition at line 421 of file buffer.h.

uword vlib_buffer_pool_t::start

Definition at line 420 of file buffer.h.


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