FD.io VPP  v21.06
Vector Packet Processing
api.c File Reference
+ Include dependency graph for api.c:

Go to the source code of this file.

Functions

static rdma_mode_t rdma_api_mode (vl_api_rdma_mode_t mode)
 
static rdma_rss4_t rdma_api_rss4 (const vl_api_rdma_rss4_t rss4)
 
static rdma_rss6_t rdma_api_rss6 (const vl_api_rdma_rss6_t rss6)
 
static void vl_api_rdma_create_v3_t_handler (vl_api_rdma_create_v3_t *mp)
 
static void vl_api_rdma_create_v2_t_handler (vl_api_rdma_create_v2_t *mp)
 
static void vl_api_rdma_create_t_handler (vl_api_rdma_create_t *mp)
 
static void vl_api_rdma_delete_t_handler (vl_api_rdma_delete_t *mp)
 
static clib_error_trdma_plugin_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (rdma_plugin_api_hookup)
 

Function Documentation

◆ rdma_api_mode()

static rdma_mode_t rdma_api_mode ( vl_api_rdma_mode_t  mode)
static

Definition at line 33 of file api.c.

+ Here is the caller graph for this function:

◆ rdma_api_rss4()

static rdma_rss4_t rdma_api_rss4 ( const vl_api_rdma_rss4_t  rss4)
static

Definition at line 48 of file api.c.

+ Here is the caller graph for this function:

◆ rdma_api_rss6()

static rdma_rss6_t rdma_api_rss6 ( const vl_api_rdma_rss6_t  rss6)
static

Definition at line 65 of file api.c.

+ Here is the caller graph for this function:

◆ rdma_plugin_api_hookup()

static clib_error_t* rdma_plugin_api_hookup ( vlib_main_t vm)
static

Definition at line 204 of file api.c.

+ Here is the call graph for this function:

◆ vl_api_rdma_create_t_handler()

static void vl_api_rdma_create_t_handler ( vl_api_rdma_create_t mp)
static

Definition at line 142 of file api.c.

+ Here is the call graph for this function:

◆ vl_api_rdma_create_v2_t_handler()

static void vl_api_rdma_create_v2_t_handler ( vl_api_rdma_create_v2_t mp)
static

Definition at line 111 of file api.c.

+ Here is the call graph for this function:

◆ vl_api_rdma_create_v3_t_handler()

static void vl_api_rdma_create_v3_t_handler ( vl_api_rdma_create_v3_t mp)
static

Definition at line 82 of file api.c.

+ Here is the call graph for this function:

◆ vl_api_rdma_delete_t_handler()

static void vl_api_rdma_delete_t_handler ( vl_api_rdma_delete_t mp)
static

Definition at line 174 of file api.c.

+ Here is the call graph for this function:

◆ VLIB_API_INIT_FUNCTION()

VLIB_API_INIT_FUNCTION ( rdma_plugin_api_hookup  )