FD.io VPP  v19.01.3-6-g70449b9b9
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

◆ CLIB_CACHE_LINE_ALIGN_MARK()

vlib_buffer_pool_t::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

Field Documentation

◆ buffer_size

u32 vlib_buffer_pool_t::buffer_size

Definition at line 424 of file buffer.h.

◆ buffers

u32* vlib_buffer_pool_t::buffers

Definition at line 425 of file buffer.h.

◆ lock

clib_spinlock_t vlib_buffer_pool_t::lock

Definition at line 426 of file buffer.h.

◆ log2_page_size

uword vlib_buffer_pool_t::log2_page_size

Definition at line 422 of file buffer.h.

◆ physmem_map_index

u32 vlib_buffer_pool_t::physmem_map_index

Definition at line 423 of file buffer.h.

◆ size

uword vlib_buffer_pool_t::size

Definition at line 421 of file buffer.h.

◆ start

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: