34 #include <memif/memif.api_enum.h> 35 #include <memif/memif.api_types.h> 37 #define REPLY_MSG_ID_BASE mm->msg_id_base 53 vl_api_memif_socket_filename_add_del_reply_t *rmp;
60 socket_id = clib_net_to_host_u32 (mp->
socket_id);
61 if (socket_id == 0 || socket_id == ~0)
63 rv = VNET_API_ERROR_INVALID_ARGUMENT;
82 REPLY_MACRO (VL_API_MEMIF_SOCKET_FILENAME_ADD_DEL_REPLY);
98 static const u8 empty_hw_addr[6];
103 args.
id = clib_net_to_host_u32 (mp->
id);
110 if (strlen ((
char *) mp->
secret) > 0)
147 rv = VNET_API_ERROR_INVALID_ARGUMENT;
161 if (memcmp (&mac, empty_hw_addr, 6) != 0)
163 memcpy (args.
hw_addr, &mac, 6);
190 vl_api_memif_delete_reply_t *rmp;
200 rv = VNET_API_ERROR_INVALID_SW_IF_INDEX;
214 u8 * interface_name,
u32 context)
227 mp->_vl_msg_id = htons (VL_API_MEMIF_DETAILS + mm->
msg_id_base);
239 mp->
id = clib_host_to_net_u32 (mif->
id);
285 swif = vnet_get_sw_interface (vnm, mif->sw_if_index);
287 if_name = format (if_name,
"%U%c",
288 format_vnet_sw_interface_name,
291 send_memif_details (reg, mif, swif, if_name, mp->context);
292 _vec_len (if_name) = 0;
302 u8 * socket_filename,
u32 context)
310 mp->_vl_msg_id = htons (VL_API_MEMIF_SOCKET_FILENAME_DETAILS
314 mp->
socket_id = clib_host_to_net_u32 (socket_id);
341 memif_socket_file_t *msf;
344 msf = pool_elt_at_index(mm->socket_files, msf_idx);
345 filename = msf->filename;
346 send_memif_socket_filename_details(reg, sock_id, filename, mp->context);
352 #include <memif/memif.api.c>
#define vec_validate(V, I)
Make sure vector is long enough for given index (no header, unspecified alignment) ...
vl_api_mac_address_t hw_addr
void vl_api_memif_dump_t_handler(vl_api_memif_dump_t *mp)
Message handler for memif_dump API.
string socket_filename[108]
Memory interface details structure.
vnet_main_t * vnet_get_main(void)
static vnet_hw_interface_t * vnet_get_sup_hw_interface(vnet_main_t *vnm, u32 sw_if_index)
Create memory interface response.
void mac_address_encode(const mac_address_t *in, u8 *out)
Create or remove named socket file for memif interfaces.
memif_socket_file_t * socket_files
memif_log2_ring_size_t log2_ring_size
#define REPLY_MACRO2(t, body)
clib_memset(h->entries, 0, sizeof(h->entries[0]) *entries)
static void vl_api_send_msg(vl_api_registration_t *rp, u8 *elem)
struct memif_if_t::@615 run
memif_interface_mode_t mode
vl_api_if_status_flags_t flags
Dump all memory interfaces.
void * vl_msg_api_alloc(int nbytes)
static uword min_log2(uword x)
vl_api_interface_index_t sw_if_index
#define pool_foreach(VAR, POOL, BODY)
Iterate through pool.
clib_error_t * memif_plugin_api_hookup(vlib_main_t *vm)
void vl_api_memif_socket_filename_dump_t_handler(vl_api_memif_socket_filename_dump_t *mp)
Message handler for memif_socket_filename_dump API.
memif_log2_ring_size_t log2_ring_size
vnet_hw_interface_flags_t flags
#define hash_foreach(key_var, value_var, h, body)
vnet_device_class_t memif_device_class
u16 msg_id_base
API message ID base.
#define pool_elt_at_index(p, i)
Returns pointer to element at given index.
int memif_delete_if(vlib_main_t *vm, memif_if_t *mif)
void vl_api_memif_create_t_handler(vl_api_memif_create_t *mp)
Message handler for memif_create API.
vnet_sw_interface_flags_t flags
int memif_create_if(vlib_main_t *vm, memif_create_if_args_t *args)
#define MEMIF_DEFAULT_TX_QUEUES
static void send_memif_details(vl_api_registration_t *reg, memif_if_t *mif, vnet_sw_interface_t *swif, u8 *interface_name, u32 context)
string socket_filename[108]
An API client registration, only in vpp/vlib.
Memory interface details structure.
#define vec_free(V)
Free vector's memory (no header).
static vnet_hw_interface_t * vnet_get_sup_hw_interface_api_visible_or_null(vnet_main_t *vnm, u32 sw_if_index)
static void send_memif_socket_filename_details(vl_api_registration_t *reg, u32 socket_id, u8 *socket_filename, u32 context)
int memif_socket_filename_add_del(u8 is_add, u32 sock_id, u8 *sock_filename)
static vl_api_registration_t * vl_api_client_index_to_registration(u32 index)
void vl_api_memif_delete_t_handler(vl_api_memif_delete_t *mp)
Message handler for memif_delete API.
#define MEMIF_DEFAULT_BUFFER_SIZE
vl_api_interface_index_t sw_if_index
vl_api_interface_index_t sw_if_index
#define MEMIF_DEFAULT_RX_QUEUES
Dump the table of socket ids and corresponding filenames.
static vlib_main_t * vlib_get_main(void)
static uword is_pow2(uword x)
#define vec_len(v)
Number of elements in vector (rvalue-only, NULL tolerant)
#define MEMIF_DEFAULT_RING_SIZE
vl_api_mac_address_t hw_addr
static void setup_message_id_table(snat_main_t *sm, api_main_t *am)
uword * socket_file_index_by_sock_id
void vl_api_memif_socket_filename_add_del_t_handler(vl_api_memif_socket_filename_add_del_t *mp)
Message handler for memif_socket_filename_add_del API.
void mac_address_decode(const u8 *in, mac_address_t *out)
Conversion functions to/from (decode/encode) API types to VPP internal types.
memif_interface_mode_t mode