34 #define vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__) 41 #define foreach_session_api_msg \ 42 _(MAP_ANOTHER_SEGMENT_REPLY, map_another_segment_reply) \ 43 _(APPLICATION_ATTACH, application_attach) \ 44 _(APPLICATION_DETACH, application_detach) \ 45 _(BIND_URI, bind_uri) \ 46 _(UNBIND_URI, unbind_uri) \ 47 _(CONNECT_URI, connect_uri) \ 48 _(DISCONNECT_SESSION, disconnect_session) \ 49 _(DISCONNECT_SESSION_REPLY, disconnect_session_reply) \ 50 _(ACCEPT_SESSION_REPLY, accept_session_reply) \ 51 _(RESET_SESSION_REPLY, reset_session_reply) \ 52 _(BIND_SOCK, bind_sock) \ 53 _(UNBIND_SOCK, unbind_sock) \ 54 _(CONNECT_SOCK, connect_sock) \ 55 _(SESSION_ENABLE_DISABLE, session_enable_disable) \ 56 _(APP_NAMESPACE_ADD_DEL, app_namespace_add_del) \ 57 _(SESSION_RULE_ADD_DEL, session_rule_add_del) \ 58 _(SESSION_RULES_DUMP, session_rules_dump) \ 59 _(APPLICATION_TLS_CERT_ADD, application_tls_cert_add) \ 60 _(APPLICATION_TLS_KEY_ADD, application_tls_key_add) \ 101 memset (mp, 0,
sizeof (*mp));
102 mp->_vl_msg_id = clib_host_to_net_u16 (VL_API_MAP_ANOTHER_SEGMENT);
136 memset (mp, 0,
sizeof (*mp));
137 mp->_vl_msg_id = clib_host_to_net_u16 (VL_API_UNMAP_SEGMENT);
163 clib_warning (
"no registration: %u", server->api_client_index);
168 memset (mp, 0,
sizeof (*mp));
170 mp->_vl_msg_id = clib_host_to_net_u16 (VL_API_ACCEPT_SESSION);
191 tc = tp_vft->get_connection (s->connection_index, s->thread_index);
192 mp->
port = tc->rmt_port;
241 clib_warning (
"no registration: %u", app->api_client_index);
246 memset (mp, 0,
sizeof (*mp));
247 mp->_vl_msg_id = clib_host_to_net_u16 (VL_API_DISCONNECT_SESSION);
249 mp->
context = app->api_client_index;
263 clib_warning (
"no registration: %u", app->api_client_index);
268 memset (mp, 0,
sizeof (*mp));
269 mp->_vl_msg_id = clib_host_to_net_u16 (VL_API_DISCONNECT_SESSION);
271 mp->
context = app->api_client_index;
285 clib_warning (
"no registration: %u", app->api_client_index);
290 memset (mp, 0,
sizeof (*mp));
291 mp->_vl_msg_id = clib_host_to_net_u16 (VL_API_RESET_SESSION);
310 clib_warning (
"no registration: %u", app->api_client_index);
315 mp->_vl_msg_id = clib_host_to_net_u16 (VL_API_CONNECT_SESSION_REPLY);
352 clib_host_to_net_u32 (VNET_API_ERROR_SESSION_CONNECT) : 0;
376 session_event_t *evt;
378 app_mq = app->event_queue;
384 memset (evt, 0,
sizeof (*evt));
407 tc = tp_vft->get_connection (s->connection_index, s->thread_index);
408 mp->
port = tc->rmt_port;
453 session_event_t *evt;
455 app_mq = app->event_queue;
460 memset (evt, 0,
sizeof (*evt));
464 mp->
context = app->api_client_index;
475 session_event_t *evt;
477 app_mq = app->event_queue;
482 memset (evt, 0,
sizeof (*evt));
497 session_event_t *evt;
501 app_mq = app->event_queue;
504 clib_warning (
"app %u with api index: %u not attached", app->index,
505 app->api_client_index);
513 memset (evt, 0,
sizeof (*evt));
552 clib_host_to_net_u32 (VNET_API_ERROR_SESSION_CONNECT) : 0;
570 vl_api_session_enable_disable_reply_t *rmp;
594 rv = VNET_API_ERROR_FEATURE_DISABLED;
600 "Out of options, fix api message definition");
602 memset (a, 0,
sizeof (*a));
613 rv = VNET_API_ERROR_INVALID_VALUE;
641 memcpy (rmp->segment_name, segp->name, vec_len (segp->name));
642 rmp->segment_name_length = vec_len (segp->name);
663 vl_api_application_detach_reply_t *rmp;
664 int rv = VNET_API_ERROR_INVALID_VALUE_2;
670 rv = VNET_API_ERROR_FEATURE_DISABLED;
677 a->app_index = app->index;
698 rv = VNET_API_ERROR_FEATURE_DISABLED;
705 memset (a, 0,
sizeof (*a));
706 a->uri = (
char *) mp->
uri;
707 a->app_index = app->index;
712 rv = VNET_API_ERROR_APPLICATION_NOT_ATTACHED;
745 vl_api_unbind_uri_reply_t *rmp;
752 rv = VNET_API_ERROR_FEATURE_DISABLED;
759 a->uri = (
char *) mp->
uri;
760 a->app_index = app->index;
765 rv = VNET_API_ERROR_APPLICATION_NOT_ATTACHED;
783 rv = VNET_API_ERROR_FEATURE_DISABLED;
790 a->uri = (
char *) mp->
uri;
792 a->app_index = app->index;
801 rv = VNET_API_ERROR_APPLICATION_NOT_ATTACHED;
828 rv = VNET_API_ERROR_FEATURE_DISABLED;
836 a->app_index = app->index;
841 rv = VNET_API_ERROR_APPLICATION_NOT_ATTACHED;
867 a->app_index = app->index;
877 u32 index, thread_index;
885 if (s == 0 || app->index != s->app_index)
924 clib_warning (
"server %u doesn't own local handle %llu",
940 if (s->app_index != mp->
context)
966 ip46_address_t *ip46;
971 rv = VNET_API_ERROR_FEATURE_DISABLED;
978 rv = VNET_API_ERROR_APPLICATION_NOT_ATTACHED;
982 ip46 = (ip46_address_t *) mp->
ip;
983 memset (a, 0,
sizeof (*a));
984 a->sep.is_ip4 = mp->
is_ip4;
986 a->sep.port = mp->
port;
987 a->sep.fib_index = mp->
vrf;
989 a->sep.transport_proto = mp->
proto;
990 a->app_index = app->index;
1027 vl_api_unbind_sock_reply_t *rmp;
1035 rv = VNET_API_ERROR_FEATURE_DISABLED;
1042 a->app_index = app->index;
1066 rv = VNET_API_ERROR_FEATURE_DISABLED;
1074 ip46_address_t *ip46 = (ip46_address_t *) mp->
ip;
1076 memset (a, 0,
sizeof (*a));
1079 a->sep.is_ip4 = mp->
is_ip4;
1081 a->sep.port = mp->
port;
1082 a->sep.transport_proto = mp->
proto;
1083 a->sep.fib_index = mp->
vrf;
1091 a->app_index = app->index;
1101 rv = VNET_API_ERROR_APPLICATION_NOT_ATTACHED;
1118 u32 appns_index = 0;
1123 rv = VNET_API_ERROR_FEATURE_DISABLED;
1129 rv = VNET_API_ERROR_INVALID_VALUE;
1137 .secret = clib_net_to_host_u64 (mp->
secret),
1138 .sw_if_index = clib_net_to_host_u32 (mp->
sw_if_index),
1139 .ip4_fib_id = clib_net_to_host_u32 (mp->
ip4_fib_id),
1140 .ip6_fib_id = clib_net_to_host_u32 (mp->
ip6_fib_id),
1155 rv = VNET_API_ERROR_UNSPECIFIED;
1164 rmp->
appns_index = clib_host_to_net_u32 (appns_index);
1172 vl_api_session_rule_add_del_reply_t *rmp;
1179 memset (&args, 0,
sizeof (args));
1182 table_args->lcl.fp_len = mp->
lcl_plen;
1183 table_args->lcl.fp_proto = fib_proto;
1184 table_args->rmt.fp_len = mp->
rmt_plen;
1185 table_args->rmt.fp_proto = fib_proto;
1186 table_args->lcl_port = mp->
lcl_port;
1187 table_args->rmt_port = mp->
rmt_port;
1188 table_args->action_index = clib_net_to_host_u32 (mp->
action_index);
1189 table_args->is_add = mp->
is_add;
1190 mp->
tag[
sizeof (mp->
tag) - 1] = 0;
1191 table_args->tag =
format (0,
"%s", mp->
tag);
1192 args.appns_index = clib_net_to_host_u32 (mp->
appns_index);
1193 args.scope = mp->
scope;
1196 memset (&table_args->lcl.fp_addr, 0, sizeof (table_args->lcl.fp_addr));
1197 memset (&table_args->rmt.fp_addr, 0, sizeof (table_args->rmt.fp_addr));
1212 u8 transport_proto,
u32 appns_index,
u8 * tag,
1216 session_mask_or_match_4_t *match =
1217 (session_mask_or_match_4_t *) & rule->match;
1218 session_mask_or_match_4_t *mask =
1219 (session_mask_or_match_4_t *) & rule->mask;
1222 memset (rmp, 0,
sizeof (*rmp));
1223 rmp->_vl_msg_id = ntohs (VL_API_SESSION_RULES_DETAILS);
1233 rmp->
action_index = clib_host_to_net_u32 (rule->action_index);
1237 rmp->
appns_index = clib_host_to_net_u32 (appns_index);
1249 u8 transport_proto,
u32 appns_index,
u8 * tag,
1253 session_mask_or_match_6_t *match =
1254 (session_mask_or_match_6_t *) & rule->match;
1255 session_mask_or_match_6_t *mask =
1256 (session_mask_or_match_6_t *) & rule->mask;
1259 memset (rmp, 0,
sizeof (*rmp));
1260 rmp->_vl_msg_id = ntohs (VL_API_SESSION_RULES_DETAILS);
1270 rmp->
action_index = clib_host_to_net_u32 (rule->action_index);
1274 rmp->
appns_index = clib_host_to_net_u32 (appns_index);
1286 u8 tp,
u8 is_local,
u32 appns_index,
1289 mma_rule_16_t *rule16;
1290 mma_rule_40_t *rule40;
1291 mma_rules_table_16_t *srt16;
1292 mma_rules_table_40_t *srt40;
1299 srt16 = &srt->session_rules_tables_16;
1301 ri = mma_rules_table_rule_index_16 (srt16, rule16);
1302 tag = session_rules_table_rule_tag (srt, ri, 1);
1303 send_session_rule_details4 (rule16, is_local, tp, appns_index, tag,
1312 srt40 = &srt->session_rules_tables_40;
1314 ri = mma_rules_table_rule_index_40 (srt40, rule40);
1315 tag = session_rules_table_rule_tag (srt, ri, 1);
1316 send_session_rule_details6 (rule40, is_local, tp, appns_index, tag,
1339 st->active_fib_proto, tp,
1340 st->is_local, st->appns_index, reg,
1359 rv = VNET_API_ERROR_FEATURE_DISABLED;
1364 rv = VNET_API_ERROR_APPLICATION_NOT_ATTACHED;
1367 memset (a, 0,
sizeof (*a));
1368 a->app_index = app->index;
1369 cert_len = clib_net_to_host_u16 (mp->
cert_len);
1370 if (cert_len > 10000)
1372 rv = VNET_API_ERROR_INVALID_VALUE;
1384 REPLY_MACRO (VL_API_APPLICATION_TLS_CERT_ADD_REPLY);
1399 rv = VNET_API_ERROR_FEATURE_DISABLED;
1404 rv = VNET_API_ERROR_APPLICATION_NOT_ATTACHED;
1407 memset (a, 0,
sizeof (*a));
1408 a->app_index = app->index;
1409 key_len = clib_net_to_host_u16 (mp->
key_len);
1410 if (key_len > 10000)
1412 rv = VNET_API_ERROR_INVALID_VALUE;
1424 REPLY_MACRO (VL_API_APPLICATION_TLS_KEY_ADD_REPLY);
1434 a->app_index = app->index;
1442 #define vl_msg_name_crc_list 1444 #undef vl_msg_name_crc_list 1449 #define _(id,n,crc) vl_msg_api_add_msg_name_crc (am, #n "_" #crc, id); 1450 foreach_vl_msg_name_crc_session;
1467 vl_msg_api_set_handlers(VL_API_##N, #n, \ 1468 vl_api_##n##_t_handler, \ 1470 vl_api_##n##_t_endian, \ 1471 vl_api_##n##_t_print, \ 1472 sizeof(vl_api_##n##_t), 1);
#define vec_validate(V, I)
Make sure vector is long enough for given index (no header, unspecified alignment) ...
static void vl_api_disconnect_session_reply_t_handler(vl_api_disconnect_session_reply_t *mp)
session_type_t listener_session_type
Has transport embedded when listener not purely local.
#define APP_NAMESPACE_INVALID_INDEX
static clib_error_t * session_api_hookup(vlib_main_t *vm)
u64 server_event_queue_address
static void mq_send_session_reset_cb(stream_session_t *s)
void * svm_msg_q_msg_data(svm_msg_q_t *mq, svm_msg_q_msg_t *msg)
Get data for message in queue.
clib_error_t * vnet_app_namespace_add_del(vnet_app_namespace_add_del_args_t *a)
static clib_error_t * vl_api_send_fd_msg(vl_api_registration_t *reg, int fd_to_send)
static session_handle_t application_local_session_handle(local_session_t *ls)
vpp->client reset session API
VL_MSG_API_REAPER_FUNCTION(application_reaper_cb)
struct _session_rules_table_t session_rules_table_t
u8 application_has_global_scope(application_t *app)
struct _transport_connection transport_connection_t
u64 vpp_event_queue_address
struct _vnet_connect_args vnet_connect_args_t
u64 vpp_event_queue_address
static int send_del_segment_callback(u32 api_client_index, const ssvm_private_t *fs)
int vnet_bind_uri(vnet_bind_args_t *a)
static void vl_api_app_namespace_add_del_t_handler(vl_api_app_namespace_add_del_t *mp)
void ip_set(ip46_address_t *dst, void *src, u8 is_ip4)
clib_error_t * vnet_unbind(vnet_unbind_args_t *a)
#define REPLY_MACRO2(t, body)
static void vl_api_send_msg(vl_api_registration_t *rp, u8 *elem)
u8 * message_bounce
Don't automatically free message buffer vetor.
static void vl_api_map_another_segment_reply_t_handler(vl_api_map_another_segment_reply_t *mp)
struct _transport_proto_vft transport_proto_vft_t
local_session_t * application_get_local_session_from_handle(session_handle_t handle)
Bind to an ip:port pair for a given transport protocol.
struct _vnet_app_namespace_add_del_args vnet_app_namespace_add_del_args_t
client->vpp, reply to an accept message
application_t * application_lookup(u32 api_client_index)
Request for map server summary status.
static void vl_api_unbind_sock_t_handler(vl_api_unbind_sock_t *mp)
static void session_parse_handle(session_handle_t handle, u32 *index, u32 *thread_index)
transport_connection_t * session_get_transport(stream_session_t *s)
#define foreach_session_api_msg
struct _vnet_application_add_tls_cert_args_t vnet_app_add_tls_cert_args_t
static u8 session_manager_is_enabled()
void * vl_msg_api_alloc(int nbytes)
clib_error_t * vnet_app_add_tls_cert(vnet_app_add_tls_cert_args_t *a)
static stream_session_t * listen_session_get_from_handle(session_handle_t handle)
int svm_msg_q_lock_and_alloc_msg_w_ring(svm_msg_q_t *mq, u32 ring_index, u8 noblock, svm_msg_q_msg_t *msg)
Lock message queue and allocate message buffer on ring.
int application_is_proxy(application_t *app)
clib_error_t * vnet_session_rule_add_del(session_rule_add_del_args_t *args)
static void vl_api_connect_uri_t_handler(vl_api_connect_uri_t *mp)
int vnet_unbind_uri(vnet_unbind_args_t *a)
static svm_msg_q_t * session_manager_get_vpp_event_queue(u32 thread_index)
static void vl_api_session_enable_disable_t_handler(vl_api_session_enable_disable_t *mp)
#define pool_foreach(VAR, POOL, BODY)
Iterate through pool.
struct _vnet_disconnect_args_t vnet_disconnect_args_t
static void send_session_reset_callback(stream_session_t *s)
int application_local_session_connect_notify(local_session_t *ls)
u32 transport_listener_index
struct _stream_session_cb_vft session_cb_vft_t
vl_api_registration_t * vl_mem_api_client_index_to_registration(u32 handle)
struct _vnet_unbind_args_t vnet_unbind_args_t
vpp/server->client, connect reply – used for all connect_* messages
static stream_session_t * listen_session_get(u32 index)
add/del application namespace
static void vl_api_application_tls_cert_add_t_handler(vl_api_application_tls_cert_add_t *mp)
void stream_session_cleanup(stream_session_t *s)
Cleanup transport and session state.
static local_session_t * application_get_local_listen_session(application_t *app, u32 session_index)
static void send_session_rule_details4(mma_rule_16_t *rule, u8 is_local, u8 transport_proto, u32 appns_index, u8 *tag, vl_api_registration_t *reg, u32 context)
u32 app_namespace_index_from_id(const u8 *ns_id)
struct _stream_session_t stream_session_t
u64 server_event_queue_address
struct _vnet_app_attach_args_t vnet_app_attach_args_t
transport_proto_vft_t * transport_protocol_get_vft(transport_proto_t transport_proto)
Get transport virtual function table.
vpp->client unmap shared memory segment
static transport_proto_t session_get_transport_proto(stream_session_t *s)
static void vl_api_session_rules_dump_t_handler(vl_api_one_map_server_dump_t *mp)
clib_error_t * vnet_app_add_tls_key(vnet_app_add_tls_key_args_t *a)
static session_cb_vft_t session_cb_vft
#define VL_API_INVALID_FI
static void vl_api_accept_session_reply_t_handler(vl_api_accept_session_reply_t *mp)
svm_queue_t * vl_input_queue
shared memory only: pointer to client input queue
struct _session_rule_add_del_args session_rule_add_del_args_t
client->vpp, attach application to session layer
u8 hostname[hostname_len]
static u8 session_handle_is_local(session_handle_t handle)
static void vl_api_disconnect_session_t_handler(vl_api_disconnect_session_t *mp)
static session_handle_t session_handle(stream_session_t *s)
stream_session_t * application_first_listener(application_t *app, u8 fib_proto, u8 transport_proto)
static u8 application_local_session_listener_has_transport(local_session_t *ls)
static clib_error_t * application_reaper_cb(u32 client_index)
static int send_add_segment_callback(u32 api_client_index, const ssvm_private_t *sp)
clib_error_t * vnet_connect(vnet_connect_args_t *a)
static stream_session_t * session_get_if_valid(u64 si, u32 thread_index)
static int session_send_memfd_fd(vl_api_registration_t *reg, const ssvm_private_t *sp)
clib_error_t * vnet_session_enable_disable(vlib_main_t *vm, u8 is_en)
u64 vpp_event_queue_address
volatile u8 session_state
State.
vpp->client, accept this session
u32 ip6_mask_to_preflen(ip6_address_t *mask)
int send_session_connected_callback(u32 app_index, u32 api_context, stream_session_t *s, u8 is_fail)
API main structure, used by both vpp and binary API clients.
u64 client_event_queue_address
An API client registration, only in vpp/vlib.
static int send_session_accept_callback(stream_session_t *s)
void vl_msg_api_send_shmem(svm_queue_t *q, u8 *elem)
static void svm_msg_q_unlock(svm_msg_q_t *mq)
Unlock message queue.
svm_queue_t * vl_api_client_index_to_input_queue(u32 index)
#define vec_free(V)
Free vector's memory (no header).
#define ENDPOINT_INVALID_INDEX
transport_service_type_t session_transport_service_type(stream_session_t *s)
#define clib_warning(format, args...)
#define clib_memcpy(a, b, c)
int svm_msg_q_add(svm_msg_q_t *mq, svm_msg_q_msg_t *msg, int nowait)
Producer enqueue one message to queue.
u16 port
Port for connection.
u32 ip4_mask_to_preflen(ip4_address_t *mask)
struct _application application_t
int vnet_disconnect_session(vnet_disconnect_args_t *a)
static void send_session_rules_table_details(session_rules_table_t *srt, u8 fib_proto, u8 tp, u8 is_local, u32 appns_index, vl_api_registration_t *reg, u32 context)
static vl_api_registration_t * vl_api_client_index_to_registration(u32 index)
Application attach reply.
static u32 vl_api_registration_file_index(vl_api_registration_t *reg)
static u8 session_has_transport(stream_session_t *s)
static int mq_send_session_connected_cb(u32 app_index, u32 api_context, stream_session_t *s, u8 is_fail)
static void send_session_rule_details6(mma_rule_40_t *rule, u8 is_local, u8 transport_proto, u32 appns_index, u8 *tag, vl_api_registration_t *reg, u32 context)
static stream_session_t * session_get_from_handle_if_valid(session_handle_t handle)
ssvm_private_t * session_manager_get_evt_q_segment(void)
enable/disable session layer
static void vl_api_connect_sock_t_handler(vl_api_connect_sock_t *mp)
clib_error_t * vnet_bind(vnet_bind_args_t *a)
Reply for app namespace add/del.
u64 app_event_queue_address
client->vpp, attach application to session layer
static int mq_send_session_accepted_cb(stream_session_t *s)
struct _vnet_application_add_tls_key_args_t vnet_app_add_tls_key_args_t
static void vl_api_bind_sock_t_handler(vl_api_bind_sock_t *mp)
vpp->client, please map an additional shared memory segment
#define clib_error_report(e)
struct _vnet_app_detach_args_t vnet_app_detach_args_t
static uword pointer_to_uword(const void *p)
Connect to a remote peer.
static vlib_main_t * vlib_get_main(void)
static void vl_api_application_attach_t_handler(vl_api_application_attach_t *mp)
static void setup_message_id_table(api_main_t *am)
bidirectional disconnect API
static session_cb_vft_t session_mq_cb_vft
static void mq_send_session_disconnected_cb(stream_session_t *s)
clib_error_t * vnet_connect_uri(vnet_connect_args_t *a)
transport_connection_t * listen_session_get_transport(stream_session_t *s)
#define vec_len(v)
Number of elements in vector (rvalue-only, NULL tolerant)
clib_error_t * vnet_application_attach(vnet_app_attach_args_t *a)
Attach application to vpp.
#define STATIC_ASSERT(truth,...)
application_t * application_get(u32 index)
static void vl_api_application_tls_key_add_t_handler(vl_api_application_tls_key_add_t *mp)
#define clib_error_get_code(err)
VLIB_API_INIT_FUNCTION(session_api_hookup)
struct _session_lookup_table session_table_t
struct _svm_queue svm_queue_t
void * vl_mem_api_alloc_as_if_client_w_reg(vl_api_registration_t *reg, int nbytes)
static void send_session_disconnect_callback(stream_session_t *s)
static void vl_api_application_detach_t_handler(vl_api_application_detach_t *mp)
struct _session_rules_table_add_del_args session_rule_table_add_del_args_t
#define session_table_foreach(VAR, BODY)
Application add TLS certificate.
client->vpp reset session reply
static void vl_api_session_rule_add_del_t_handler(vl_api_session_rule_add_del_t *mp)
void * vl_msg_api_alloc_as_if_client(int nbytes)
u64 vpp_event_queue_address
void send_local_session_disconnect_callback(u32 app_index, local_session_t *ls)
bidirectional disconnect reply API
static fib_protocol_t session_get_fib_proto(stream_session_t *s)
int vnet_application_detach(vnet_app_detach_args_t *a)
Detach application from vpp.
struct _vnet_bind_args_t vnet_bind_args_t
static u8 session_type_is_ip4(session_type_t st)
static u64 listen_session_get_handle(stream_session_t *s)
static void vl_api_bind_uri_t_handler(vl_api_bind_uri_t *mp)
static void vl_api_reset_session_reply_t_handler(vl_api_reset_session_reply_t *mp)
u64 client_event_queue_address
static void vl_api_unbind_uri_t_handler(vl_api_unbind_uri_t *mp)
u32 app_index
Server index.
ssvm_segment_type_t ssvm_type(const ssvm_private_t *ssvm)