FD.io VPP  v18.10-34-gcce845e
Vector Packet Processing
memory_client.c File Reference
+ Include dependency graph for memory_client.c:

Go to the source code of this file.

Data Structures

struct  memory_client_main_t
 

Macros

#define vl_typedefs   /* define message structures */
 
#define vl_endianfun   /* define message structures */
 
#define vl_print(handle, ...)   clib_warning (__VA_ARGS__)
 
#define vl_printfun
 
#define foreach_api_msg
 

Functions

static void * rx_thread_fn (void *arg)
 
static void vl_api_rx_thread_exit_t_handler (vl_api_rx_thread_exit_t *mp)
 
static void vl_api_name_and_crc_free (void)
 
static void vl_api_memclnt_create_reply_t_handler (vl_api_memclnt_create_reply_t *mp)
 
static void noop_handler (void *notused)
 
int vl_client_connect (const char *name, int ctx_quota, int input_queue_size)
 
static void vl_api_memclnt_delete_reply_t_handler (vl_api_memclnt_delete_reply_t *mp)
 
int vl_client_disconnect (void)
 
static void vl_api_memclnt_keepalive_t_handler (vl_api_memclnt_keepalive_t *mp)
 Stave off the binary API dead client reaper Only sent to inactive clients. More...
 
void vl_client_install_client_message_handlers (void)
 
int vl_client_api_map (const char *region_name)
 
void vl_client_api_unmap (void)
 
u8 vl_mem_client_is_connected (void)
 
static int connect_to_vlib_internal (const char *svm_name, const char *client_name, int rx_queue_size, int want_pthread, int do_map)
 
int vl_client_connect_to_vlib (const char *svm_name, const char *client_name, int rx_queue_size)
 
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)
 
static void disconnect_from_vlib_internal (u8 do_unmap)
 
void vl_client_disconnect_from_vlib (void)
 
void vl_client_disconnect_from_vlib_no_unmap (void)
 
static void vl_api_get_first_msg_id_reply_t_handler (vl_api_get_first_msg_id_reply_t *mp)
 
u16 vl_client_get_first_plugin_msg_id (const char *plugin_name)
 

Variables

memory_client_main_t memory_client_main
 

Macro Definition Documentation

#define foreach_api_msg
Value:
_(RX_THREAD_EXIT, rx_thread_exit) \
_(MEMCLNT_CREATE_REPLY, memclnt_create_reply) \
_(MEMCLNT_DELETE_REPLY, memclnt_delete_reply) \
_(MEMCLNT_KEEPALIVE, memclnt_keepalive)

Definition at line 355 of file memory_client.c.

#define vl_endianfun   /* define message structures */

Definition at line 37 of file memory_client.c.

#define vl_print (   handle,
  ... 
)    clib_warning (__VA_ARGS__)

Definition at line 42 of file memory_client.c.

#define vl_printfun

Definition at line 43 of file memory_client.c.

#define vl_typedefs   /* define message structures */

Definition at line 33 of file memory_client.c.

Function Documentation

static int connect_to_vlib_internal ( const char *  svm_name,
const char *  client_name,
int  rx_queue_size,
int  want_pthread,
int  do_map 
)
static

Definition at line 401 of file memory_client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void disconnect_from_vlib_internal ( u8  do_unmap)
static

Definition at line 464 of file memory_client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void noop_handler ( void *  notused)
static

Definition at line 163 of file memory_client.c.

static void* rx_thread_fn ( void *  arg)
static

Definition at line 61 of file memory_client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_get_first_msg_id_reply_t_handler ( vl_api_get_first_msg_id_reply_t mp)
static

Definition at line 500 of file memory_client.c.

+ Here is the caller graph for this function:

static void vl_api_memclnt_create_reply_t_handler ( vl_api_memclnt_create_reply_t mp)
static

Definition at line 131 of file memory_client.c.

+ Here is the call graph for this function:

static void vl_api_memclnt_delete_reply_t_handler ( vl_api_memclnt_delete_reply_t mp)
static

Definition at line 257 of file memory_client.c.

+ Here is the call graph for this function:

static void vl_api_memclnt_keepalive_t_handler ( vl_api_memclnt_keepalive_t mp)
static

Stave off the binary API dead client reaper Only sent to inactive clients.

Definition at line 339 of file memory_client.c.

+ Here is the call graph for this function:

static void vl_api_name_and_crc_free ( void  )
static

Definition at line 108 of file memory_client.c.

+ Here is the caller graph for this function:

static void vl_api_rx_thread_exit_t_handler ( vl_api_rx_thread_exit_t mp)
static

Definition at line 100 of file memory_client.c.

+ Here is the call graph for this function:

int vl_client_api_map ( const char *  region_name)

Definition at line 377 of file memory_client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vl_client_api_unmap ( void  )

Definition at line 389 of file memory_client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 168 of file memory_client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 436 of file memory_client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 455 of file memory_client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 445 of file memory_client.c.

+ Here is the call graph for this function:

int vl_client_disconnect ( void  )

Definition at line 274 of file memory_client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vl_client_disconnect_from_vlib ( void  )

Definition at line 488 of file memory_client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vl_client_disconnect_from_vlib_no_unmap ( void  )

Definition at line 494 of file memory_client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u16 vl_client_get_first_plugin_msg_id ( const char *  plugin_name)

Definition at line 510 of file memory_client.c.

+ Here is the call graph for this function:

void vl_client_install_client_message_handlers ( void  )

Definition at line 362 of file memory_client.c.

+ Here is the caller graph for this function:

u8 vl_mem_client_is_connected ( void  )

Definition at line 395 of file memory_client.c.

+ Here is the caller graph for this function:

Variable Documentation

memory_client_main_t memory_client_main

Definition at line 58 of file memory_client.c.