FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
buffer.c File Reference

Allocate/free network buffers. More...

+ Include dependency graph for buffer.c:

Go to the source code of this file.

Macros

#define VLIB_BUFFER_DEFAULT_BUFFERS_PER_NUMA   16384
 
#define VLIB_BUFFER_DEFAULT_BUFFERS_PER_NUMA_UNPRIV   8192
 

Functions

 STATIC_ASSERT_OFFSET_OF (vlib_buffer_t, template_end, 64)
 
static void buffer_gauges_update_cached_fn (stat_segment_directory_entry_t *e, u32 index)
 
static void buffer_gauges_update_available_fn (stat_segment_directory_entry_t *e, u32 index)
 
static void buffer_gauges_update_used_fn (stat_segment_directory_entry_t *e, u32 index)
 
uword vlib_buffer_length_in_chain_slow_path (vlib_main_t *vm, vlib_buffer_t *b_first)
 
u8format_vlib_buffer (u8 *s, va_list *args)
 
u8format_vlib_buffer_and_data (u8 *s, va_list *args)
 
static u8format_vlib_buffer_known_state (u8 *s, va_list *args)
 
u8format_vlib_buffer_contents (u8 *s, va_list *va)
 
static u8vlib_validate_buffer_helper (vlib_main_t *vm, u32 bi, uword follow_buffer_next, uword **unique_hash)
 
u8vlib_validate_buffer (vlib_main_t *vm, u32 bi, uword follow_buffer_next)
 
u8vlib_validate_buffers (vlib_main_t *vm, u32 *buffers, uword next_buffer_stride, uword n_buffers, vlib_buffer_known_state_t known_state, uword follow_buffer_next)
 
void vlib_buffer_validate_alloc_free (vlib_main_t *vm, u32 *buffers, uword n_buffers, vlib_buffer_known_state_t expected_state)
 
void vlib_packet_template_init (vlib_main_t *vm, vlib_packet_template_t *t, void *packet_data, uword n_packet_data_bytes, uword min_n_buffers_each_alloc, char *fmt,...)
 
void * vlib_packet_template_get_packet (vlib_main_t *vm, vlib_packet_template_t *t, u32 *bi_result)
 
int vlib_buffer_add_data (vlib_main_t *vm, u32 *buffer_index, void *data, u32 n_data_bytes)
 
u16 vlib_buffer_chain_append_data_with_alloc (vlib_main_t *vm, vlib_buffer_t *first, vlib_buffer_t **last, void *data, u16 data_len)
 
u8 vlib_buffer_pool_create (vlib_main_t *vm, char *name, u32 data_size, u32 physmem_map_index)
 
static u8format_vlib_buffer_pool (u8 *s, va_list *va)
 
static clib_error_tshow_buffers (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
clib_error_tvlib_buffer_worker_init (vlib_main_t *vm)
 
 VLIB_WORKER_INIT_FUNCTION (vlib_buffer_worker_init)
 
static clib_error_tvlib_buffer_main_init_numa_node (struct vlib_main_t *vm, u32 numa_node, u8 *index)
 
void vlib_buffer_main_alloc (vlib_main_t *vm)
 
static u32 buffer_get_cached (vlib_buffer_pool_t *bp)
 
static vlib_buffer_pool_tbuffer_get_by_index (vlib_buffer_main_t *bm, u32 index)
 
clib_error_tvlib_buffer_main_init (struct vlib_main_t *vm)
 
static clib_error_tvlib_buffers_configure (vlib_main_t *vm, unformat_input_t *input)
 

Variables

vlib_main_t ** vlib_mains = &__bootstrap_vlib_main_vector.vm
 
static vlib_cli_command_t show_buffers_command
 (constructor) VLIB_CLI_COMMAND (show_buffers_command) More...
 

Detailed Description

Allocate/free network buffers.

Definition in file buffer.c.

Macro Definition Documentation

#define VLIB_BUFFER_DEFAULT_BUFFERS_PER_NUMA   16384

Definition at line 51 of file buffer.c.

#define VLIB_BUFFER_DEFAULT_BUFFERS_PER_NUMA_UNPRIV   8192

Definition at line 52 of file buffer.c.

Function Documentation

static void buffer_gauges_update_available_fn ( stat_segment_directory_entry_t e,
u32  index 
)
static

Definition at line 765 of file buffer.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void buffer_gauges_update_cached_fn ( stat_segment_directory_entry_t e,
u32  index 
)
static

Definition at line 777 of file buffer.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void buffer_gauges_update_used_fn ( stat_segment_directory_entry_t e,
u32  index 
)
static

Definition at line 754 of file buffer.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static vlib_buffer_pool_t* buffer_get_by_index ( vlib_buffer_main_t bm,
u32  index 
)
static

Definition at line 743 of file buffer.c.

+ Here is the caller graph for this function:

static u32 buffer_get_cached ( vlib_buffer_pool_t bp)
static

Definition at line 725 of file buffer.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* format_vlib_buffer ( u8 s,
va_list *  args 
)

Definition at line 95 of file buffer.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* format_vlib_buffer_and_data ( u8 s,
va_list *  args 
)

Definition at line 137 of file buffer.c.

+ Here is the call graph for this function:

u8* format_vlib_buffer_contents ( u8 s,
va_list *  va 
)

Definition at line 177 of file buffer.c.

+ Here is the call graph for this function:

static u8* format_vlib_buffer_known_state ( u8 s,
va_list *  args 
)
static

Definition at line 149 of file buffer.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u8* format_vlib_buffer_pool ( u8 s,
va_list *  va 
)
static

Definition at line 583 of file buffer.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* show_buffers ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 610 of file buffer.c.

+ Here is the call graph for this function:

STATIC_ASSERT_OFFSET_OF ( vlib_buffer_t  ,
template_end  ,
64   
)

+ Here is the caller graph for this function:

int vlib_buffer_add_data ( vlib_main_t vm,
u32 buffer_index,
void *  data,
u32  n_data_bytes 
)

Definition at line 410 of file buffer.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u16 vlib_buffer_chain_append_data_with_alloc ( vlib_main_t vm,
vlib_buffer_t first,
vlib_buffer_t **  last,
void *  data,
u16  data_len 
)

Definition at line 465 of file buffer.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

uword vlib_buffer_length_in_chain_slow_path ( vlib_main_t vm,
vlib_buffer_t b_first 
)

Definition at line 78 of file buffer.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vlib_buffer_main_alloc ( vlib_main_t vm)

Definition at line 712 of file buffer.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* vlib_buffer_main_init ( struct vlib_main_t vm)

Definition at line 788 of file buffer.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* vlib_buffer_main_init_numa_node ( struct vlib_main_t vm,
u32  numa_node,
u8 index 
)
static

Definition at line 656 of file buffer.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8 vlib_buffer_pool_create ( vlib_main_t vm,
char *  name,
u32  data_size,
u32  physmem_map_index 
)

Definition at line 497 of file buffer.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vlib_buffer_validate_alloc_free ( vlib_main_t vm,
u32 buffers,
uword  n_buffers,
vlib_buffer_known_state_t  expected_state 
)

Definition at line 327 of file buffer.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* vlib_buffer_worker_init ( vlib_main_t vm)

Definition at line 635 of file buffer.c.

+ Here is the call graph for this function:

static clib_error_t* vlib_buffers_configure ( vlib_main_t vm,
unformat_input_t input 
)
static

Definition at line 885 of file buffer.c.

+ Here is the call graph for this function:

void* vlib_packet_template_get_packet ( vlib_main_t vm,
vlib_packet_template_t t,
u32 bi_result 
)

Definition at line 389 of file buffer.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vlib_packet_template_init ( vlib_main_t vm,
vlib_packet_template_t t,
void *  packet_data,
uword  n_packet_data_bytes,
uword  min_n_buffers_each_alloc,
char *  fmt,
  ... 
)

Definition at line 367 of file buffer.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* vlib_validate_buffer ( vlib_main_t vm,
u32  bi,
uword  follow_buffer_next 
)

Definition at line 243 of file buffer.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u8* vlib_validate_buffer_helper ( vlib_main_t vm,
u32  bi,
uword  follow_buffer_next,
uword **  unique_hash 
)
static

Definition at line 194 of file buffer.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* vlib_validate_buffers ( vlib_main_t vm,
u32 buffers,
uword  next_buffer_stride,
uword  n_buffers,
vlib_buffer_known_state_t  known_state,
uword  follow_buffer_next 
)

Definition at line 250 of file buffer.c.

+ Here is the call graph for this function:

VLIB_WORKER_INIT_FUNCTION ( vlib_buffer_worker_init  )

+ Here is the caller graph for this function:

Variable Documentation

Definition at line 311 of file buffer.c.

vlib_cli_command_t show_buffers_command
static
Initial value:
= {
.path = "show buffers",
.short_help = "Show packet buffer allocation",
.function = show_buffers,
}
static clib_error_t * show_buffers(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: buffer.c:610

(constructor) VLIB_CLI_COMMAND (show_buffers_command)

Definition at line 627 of file buffer.c.

Definition at line 321 of file buffer.c.

Definition at line 312 of file buffer.c.