FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
memory_client.h File Reference
+ Include dependency graph for memory_client.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  memory_client_main_t
 

Functions

int vl_client_connect (const char *name, int ctx_quota, int input_queue_size)
 
void vl_client_send_disconnect (u8 do_cleanup)
 
int vl_client_disconnect (void)
 
int vl_client_api_map (const char *region_name)
 
void vl_client_api_unmap (void)
 
void vl_client_disconnect_from_vlib (void)
 
void vl_client_disconnect_from_vlib_no_unmap (void)
 
int vl_client_connect_to_vlib (const char *svm_name, const char *client_name, int rx_queue_size)
 
int vl_client_connect_to_vlib_thread_fn (const char *svm_name, const char *client_name, int rx_queue_size, void *(*)(void *))
 
int vl_client_connect_to_vlib_no_rx_pthread (const char *svm_name, const char *client_name, int rx_queue_size)
 
int vl_client_connect_to_vlib_no_map (const char *svm_name, const char *client_name, int rx_queue_size)
 
int vl_client_connect_to_vlib_no_rx_pthread_no_map (const char *svm_name, const char *client_name, int rx_queue_size)
 
void vl_client_install_client_message_handlers (void)
 
u8 vl_mem_client_is_connected (void)
 

Variables

memory_client_main_t memory_client_main
 

Function Documentation

◆ vl_client_api_map()

int vl_client_api_map ( const char *  region_name)

Definition at line 356 of file memory_client.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_client_api_unmap()

void vl_client_api_unmap ( void  )

Definition at line 368 of file memory_client.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_client_connect()

int vl_client_connect ( const char *  name,
int  ctx_quota,
int  input_queue_size 
)

Definition at line 139 of file memory_client.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_client_connect_to_vlib()

int vl_client_connect_to_vlib ( const char *  svm_name,
const char *  client_name,
int  rx_queue_size 
)

Definition at line 416 of file memory_client.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_client_connect_to_vlib_no_map()

int vl_client_connect_to_vlib_no_map ( const char *  svm_name,
const char *  client_name,
int  rx_queue_size 
)

Definition at line 434 of file memory_client.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_client_connect_to_vlib_no_rx_pthread()

int vl_client_connect_to_vlib_no_rx_pthread ( const char *  svm_name,
const char *  client_name,
int  rx_queue_size 
)

Definition at line 424 of file memory_client.c.

+ Here is the call graph for this function:

◆ vl_client_connect_to_vlib_no_rx_pthread_no_map()

int vl_client_connect_to_vlib_no_rx_pthread_no_map ( const char *  svm_name,
const char *  client_name,
int  rx_queue_size 
)

Definition at line 442 of file memory_client.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_client_connect_to_vlib_thread_fn()

int vl_client_connect_to_vlib_thread_fn ( const char *  svm_name,
const char *  client_name,
int  rx_queue_size,
void *  *)(void * 
)

◆ vl_client_disconnect()

int vl_client_disconnect ( void  )

Definition at line 266 of file memory_client.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_client_disconnect_from_vlib()

void vl_client_disconnect_from_vlib ( void  )

Definition at line 487 of file memory_client.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_client_disconnect_from_vlib_no_unmap()

void vl_client_disconnect_from_vlib_no_unmap ( void  )

Definition at line 493 of file memory_client.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_client_install_client_message_handlers()

void vl_client_install_client_message_handlers ( void  )

Definition at line 341 of file memory_client.c.

+ Here is the caller graph for this function:

◆ vl_client_send_disconnect()

void vl_client_send_disconnect ( u8  do_cleanup)

Definition at line 245 of file memory_client.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_mem_client_is_connected()

u8 vl_mem_client_is_connected ( void  )

Definition at line 374 of file memory_client.c.

+ Here is the caller graph for this function:

Variable Documentation

◆ memory_client_main

memory_client_main_t memory_client_main

Definition at line 47 of file memory_client.c.