session: ensure detach is done with worker barrier
[vpp.git] / src / vnet / session / application_interface.c
1 /*
2  * Copyright (c) 2016 Cisco and/or its affiliates.
3  * Licensed under the Apache License, Version 2.0 (the "License");
4  * you may not use this file except in compliance with the License.
5  * You may obtain a copy of the License at:
6  *
7  *     http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  */
15 #include <vnet/session/application_interface.h>
16
17 #include <vnet/session/session.h>
18 #include <vlibmemory/api.h>
19 #include <vnet/dpo/load_balance.h>
20
21 /** @file
22     VPP's application/session API bind/unbind/connect/disconnect calls
23 */
24
25 /*
26  * TLS server cert and keys to be used for testing only
27  */
28 const char test_srv_crt_rsa[] =
29   "-----BEGIN CERTIFICATE-----\r\n"
30   "MIID5zCCAs+gAwIBAgIJALeMYCEHrTtJMA0GCSqGSIb3DQEBCwUAMIGJMQswCQYD\r\n"
31   "VQQGEwJVUzELMAkGA1UECAwCQ0ExETAPBgNVBAcMCFNhbiBKb3NlMQ4wDAYDVQQK\r\n"
32   "DAVDaXNjbzEOMAwGA1UECwwFZmQuaW8xFjAUBgNVBAMMDXRlc3R0bHMuZmQuaW8x\r\n"
33   "IjAgBgkqhkiG9w0BCQEWE3ZwcC1kZXZAbGlzdHMuZmQuaW8wHhcNMTgwMzA1MjEx\r\n"
34   "NTEyWhcNMjgwMzAyMjExNTEyWjCBiTELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNB\r\n"
35   "MREwDwYDVQQHDAhTYW4gSm9zZTEOMAwGA1UECgwFQ2lzY28xDjAMBgNVBAsMBWZk\r\n"
36   "LmlvMRYwFAYDVQQDDA10ZXN0dGxzLmZkLmlvMSIwIAYJKoZIhvcNAQkBFhN2cHAt\r\n"
37   "ZGV2QGxpc3RzLmZkLmlvMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA\r\n"
38   "4C1k8a1DuStgggqT4o09fP9sJ2dC54bxhS/Xk2VEfaIZ222WSo4X/syRVfVy9Yah\r\n"
39   "cpI1zJ/RDxaZSFhgA+nPZBrFMsrULkrdAOpOVj8eDEp9JuWdO2ODSoFnCvLxcYWB\r\n"
40   "Yc5kHryJpEaGJl1sFQSesnzMFty/59ta0stk0Fp8r5NhIjWvSovGzPo6Bhz+VS2c\r\n"
41   "ebIZh4x1t2hHaFcgm0qJoJ6DceReWCW8w+yOVovTolGGq+bpb2Hn7MnRSZ2K2NdL\r\n"
42   "+aLXpkZbS/AODP1FF2vTO1mYL290LO7/51vJmPXNKSDYMy5EvILr5/VqtjsFCwRL\r\n"
43   "Q4jcM/+GeHSAFWx4qIv0BwIDAQABo1AwTjAdBgNVHQ4EFgQUWa1SOB37xmT53tZQ\r\n"
44   "aXuLLhRI7U8wHwYDVR0jBBgwFoAUWa1SOB37xmT53tZQaXuLLhRI7U8wDAYDVR0T\r\n"
45   "BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAoUht13W4ya27NVzQuCMvqPWL3VM4\r\n"
46   "3xbPFk02FaGz/WupPu276zGlzJAZrbuDcQowwwU1Ni1Yygxl96s1c2M5rHDTrOKG\r\n"
47   "rK0hbkSFBo+i6I8u4HiiQ4rYmG0Hv6+sXn3of0HsbtDPGgWZoipPWDljPYEURu3e\r\n"
48   "3HRe/Dtsj9CakBoSDzs8ndWaBR+f4sM9Tk1cjD46Gq2T/qpSPXqKxEUXlzhdCAn4\r\n"
49   "twub17Bq2kykHpppCwPg5M+v30tHG/R2Go15MeFWbEJthFk3TZMjKL7UFs7fH+x2\r\n"
50   "wSonXb++jY+KmCb93C+soABBizE57g/KmiR2IxQ/LMjDik01RSUIaM0lLA==\r\n"
51   "-----END CERTIFICATE-----\r\n";
52 const u32 test_srv_crt_rsa_len = sizeof (test_srv_crt_rsa);
53
54 const char test_srv_key_rsa[] =
55   "-----BEGIN PRIVATE KEY-----\r\n"
56   "MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDgLWTxrUO5K2CC\r\n"
57   "CpPijT18/2wnZ0LnhvGFL9eTZUR9ohnbbZZKjhf+zJFV9XL1hqFykjXMn9EPFplI\r\n"
58   "WGAD6c9kGsUyytQuSt0A6k5WPx4MSn0m5Z07Y4NKgWcK8vFxhYFhzmQevImkRoYm\r\n"
59   "XWwVBJ6yfMwW3L/n21rSy2TQWnyvk2EiNa9Ki8bM+joGHP5VLZx5shmHjHW3aEdo\r\n"
60   "VyCbSomgnoNx5F5YJbzD7I5Wi9OiUYar5ulvYefsydFJnYrY10v5otemRltL8A4M\r\n"
61   "/UUXa9M7WZgvb3Qs7v/nW8mY9c0pINgzLkS8guvn9Wq2OwULBEtDiNwz/4Z4dIAV\r\n"
62   "bHioi/QHAgMBAAECggEBAMzGipP8+oT166U+NlJXRFifFVN1DvdhG9PWnOxGL+c3\r\n"
63   "ILmBBC08WQzmHshPemBvR6DZkA1H23cV5JTiLWrFtC00CvhXsLRMrE5+uWotI6yE\r\n"
64   "iofybMroHvD6/X5R510UX9hQ6MHu5ShLR5VZ9zXHz5MpTmB/60jG5dLx+jgcwBK8\r\n"
65   "LuGv2YB/WCUwT9QJ3YU2eaingnXtz/MrFbkbltrqlnBdlD+kTtw6Yac9y1XuuQXc\r\n"
66   "BPeulLNDuPolJVWbUvDBZrpt2dXTgz8ws1sv+wCNE0xwQJsqW4Nx3QkpibUL9RUr\r\n"
67   "CVbKlNfa9lopT6nGKlgX69R/uH35yh9AOsfasro6w0ECgYEA82UJ8u/+ORah+0sF\r\n"
68   "Q0FfW5MTdi7OAUHOz16pUsGlaEv0ERrjZxmAkHA/VRwpvDBpx4alCv0Hc39PFLIk\r\n"
69   "nhSsM2BEuBkTAs6/GaoNAiBtQVE/hN7awNRWVmlieS0go3Y3dzaE9IUMyj8sPOFT\r\n"
70   "5JdJ6BM69PHKCkY3dKdnnfpFEuECgYEA68mRpteunF1mdZgXs+WrN+uLlRrQR20F\r\n"
71   "ZyMYiUCH2Dtn26EzA2moy7FipIIrQcX/j+KhYNGM3e7MU4LymIO29E18mn8JODnH\r\n"
72   "sQOXzBTsf8A4yIVMkcuQD3bfb0JiUGYUPOidTp2N7IJA7+6Yc3vQOyb74lnKnJoO\r\n"
73   "gougPT2wS+cCgYAn7muzb6xFsXDhyW0Tm6YJYBfRS9yAWEuVufINobeBZPSl2cN1\r\n"
74   "Jrnw+HlrfTNbrJWuJmjtZJXUXQ6cVp2rUbjutNyRV4vG6iRwEXYQ40EJdkr1gZpi\r\n"
75   "CHQhuShuuPih2MNAy7EEbM+sXrDjTBR3bFqzuHPzu7dp+BshCFX3lRfAAQKBgGQt\r\n"
76   "K5i7IhCFDjb/+3IPLgOAK7mZvsvZ4eXD33TQ2eZgtut1PXtBtNl17/b85uv293Fm\r\n"
77   "VDISVcsk3eLNS8zIiT6afUoWlxAwXEs0v5WRfjl4radkGvgGiJpJYvyeM67877RB\r\n"
78   "EDSKc/X8ESLfOB44iGvZUEMG6zJFscx9DgN25iQZAoGAbyd+JEWwdVH9/K3IH1t2\r\n"
79   "PBkZX17kNWv+iVM1WyFjbe++vfKZCrOJiyiqhDeEqgrP3AuNMlaaduC3VRC3G5oV\r\n"
80   "Mj1tlhDWQ/qhvKdCKNdIVQYDE75nw+FRWV8yYkHAnXYW3tNoweDIwixE0hkPR1bc\r\n"
81   "oEjPLVNtx8SOj/M4rhaPT3I=\r\n" "-----END PRIVATE KEY-----\r\n";
82 const u32 test_srv_key_rsa_len = sizeof (test_srv_key_rsa);
83
84 #define app_interface_check_thread_and_barrier(_fn, _arg)               \
85   if (PREDICT_FALSE (vlib_get_thread_index () != 0 ||                   \
86                      (vlib_worker_threads[0].wait_at_barrier &&         \
87                       !vlib_worker_threads[0].wait_at_barrier[0])))     \
88     {                                                                   \
89       vlib_rpc_call_main_thread (_fn, (u8 *) _arg, sizeof(*_arg));      \
90       return 0;                                                         \
91     }
92
93 static u8
94 session_endpoint_is_local (session_endpoint_t * sep)
95 {
96   return (ip_is_zero (&sep->ip, sep->is_ip4)
97           || ip_is_local_host (&sep->ip, sep->is_ip4));
98 }
99
100 static u8
101 session_endpoint_is_zero (session_endpoint_t * sep)
102 {
103   return ip_is_zero (&sep->ip, sep->is_ip4);
104 }
105
106 u8
107 session_endpoint_in_ns (session_endpoint_t * sep)
108 {
109   u8 is_lep = session_endpoint_is_local (sep);
110   if (!is_lep && sep->sw_if_index != ENDPOINT_INVALID_INDEX
111       && !ip_interface_has_address (sep->sw_if_index, &sep->ip, sep->is_ip4))
112     {
113       clib_warning ("sw_if_index %u not configured with ip %U",
114                     sep->sw_if_index, format_ip46_address, &sep->ip,
115                     sep->is_ip4);
116       return 0;
117     }
118   return (is_lep || ip_is_local (sep->fib_index, &sep->ip, sep->is_ip4));
119 }
120
121 int
122 api_parse_session_handle (u64 handle, u32 * session_index, u32 * thread_index)
123 {
124   session_manager_main_t *smm = vnet_get_session_manager_main ();
125   stream_session_t *pool;
126
127   *thread_index = handle & 0xFFFFFFFF;
128   *session_index = handle >> 32;
129
130   if (*thread_index >= vec_len (smm->sessions))
131     return VNET_API_ERROR_INVALID_VALUE;
132
133   pool = smm->sessions[*thread_index];
134
135   if (pool_is_free_index (pool, *session_index))
136     return VNET_API_ERROR_INVALID_VALUE_2;
137
138   return 0;
139 }
140
141 static void
142 session_endpoint_update_for_app (session_endpoint_extended_t * sep,
143                                  application_t * app)
144 {
145   app_namespace_t *app_ns;
146   u32 ns_index;
147
148   ns_index = app->ns_index;
149
150   /* App is a transport proto, so fetch the calling app's ns */
151   if (app->flags & APP_OPTIONS_FLAGS_IS_TRANSPORT_APP)
152     {
153       app_worker_t *owner_wrk;
154       application_t *owner_app;
155
156       owner_wrk = app_worker_get (sep->app_wrk_index);
157       owner_app = application_get (owner_wrk->app_index);
158       ns_index = owner_app->ns_index;
159     }
160   app_ns = app_namespace_get (ns_index);
161   if (app_ns)
162     {
163       /* Ask transport and network to bind to/connect using local interface
164        * that "supports" app's namespace. This will fix our local connection
165        * endpoint.
166        */
167       sep->sw_if_index = app_ns->sw_if_index;
168       sep->fib_index =
169         sep->is_ip4 ? app_ns->ip4_fib_index : app_ns->ip6_fib_index;
170     }
171 }
172
173 static inline int
174 vnet_bind_inline (vnet_bind_args_t * a)
175 {
176   u64 ll_handle = SESSION_INVALID_HANDLE;
177   app_worker_t *app_wrk;
178   application_t *app;
179   int rv;
180
181   app = application_get_if_valid (a->app_index);
182   if (!app)
183     {
184       SESSION_DBG ("app not attached");
185       return VNET_API_ERROR_APPLICATION_NOT_ATTACHED;
186     }
187   app_wrk = application_get_worker (app, a->wrk_map_index);
188   a->sep_ext.app_wrk_index = app_wrk->wrk_index;
189
190   session_endpoint_update_for_app (&a->sep_ext, app);
191   if (!session_endpoint_in_ns (&a->sep))
192     return VNET_API_ERROR_INVALID_VALUE_2;
193
194   /*
195    * Add session endpoint to local session table. Only binds to "inaddr_any"
196    * (i.e., zero address) are added to local scope table.
197    */
198   if (application_has_local_scope (app)
199       && session_endpoint_is_local (&a->sep))
200     {
201       if ((rv = application_start_local_listen (app, &a->sep_ext,
202                                                 &a->handle)))
203         return rv;
204       ll_handle = a->handle;
205     }
206
207   if (!application_has_global_scope (app))
208     return (ll_handle == SESSION_INVALID_HANDLE ? -1 : 0);
209
210   /*
211    * Add session endpoint to global session table
212    */
213
214   /* Setup listen path down to transport */
215   rv = application_start_listen (app, &a->sep_ext, &a->handle);
216   if (rv && ll_handle != SESSION_INVALID_HANDLE)
217     {
218       application_stop_local_listen (a->app_index, a->wrk_map_index,
219                                      ll_handle);
220       return rv;
221     }
222
223   /*
224    * Store in local table listener the index of the transport layer
225    * listener. We'll need if if local listeners are hit and we need to
226    * return global handle
227    */
228   if (ll_handle != SESSION_INVALID_HANDLE)
229     {
230       local_session_t *ll;
231       stream_session_t *tl;
232       ll = application_get_local_listener_w_handle (ll_handle);
233       tl = listen_session_get_from_handle (a->handle);
234       if (ll->transport_listener_index == ~0)
235         ll->transport_listener_index = tl->session_index;
236     }
237   return rv;
238 }
239
240 static inline int
241 vnet_unbind_inline (vnet_unbind_args_t * a)
242 {
243   application_t *app;
244   int rv;
245
246   if (!(app = application_get_if_valid (a->app_index)))
247     {
248       SESSION_DBG ("app (%d) not attached", wrk_map_index);
249       return VNET_API_ERROR_APPLICATION_NOT_ATTACHED;
250     }
251
252   if (application_has_local_scope (app))
253     {
254       if ((rv = application_stop_local_listen (a->app_index,
255                                                a->wrk_map_index, a->handle)))
256         return rv;
257     }
258
259   /*
260    * Clear the global scope table of the listener
261    */
262   if (application_has_global_scope (app))
263     return application_stop_listen (a->app_index, a->wrk_map_index,
264                                     a->handle);
265   return 0;
266 }
267
268 static int
269 application_connect (vnet_connect_args_t * a)
270 {
271   app_worker_t *server_wrk, *client_wrk;
272   u32 table_index, server_index, li;
273   stream_session_t *listener;
274   application_t *client, *server;
275   local_session_t *ll;
276   u8 fib_proto;
277   u64 lh;
278
279   if (session_endpoint_is_zero (&a->sep))
280     return VNET_API_ERROR_INVALID_VALUE;
281
282   client = application_get (a->app_index);
283   session_endpoint_update_for_app (&a->sep_ext, client);
284   client_wrk = application_get_worker (client, a->wrk_map_index);
285
286   /*
287    * First check the local scope for locally attached destinations.
288    * If we have local scope, we pass *all* connects through it since we may
289    * have special policy rules even for non-local destinations, think proxy.
290    */
291   if (application_has_local_scope (client))
292     {
293       table_index = application_local_session_table (client);
294       lh = session_lookup_local_endpoint (table_index, &a->sep);
295       if (lh == SESSION_DROP_HANDLE)
296         return VNET_API_ERROR_APP_CONNECT_FILTERED;
297
298       if (lh == SESSION_INVALID_HANDLE)
299         goto global_scope;
300
301       local_session_parse_handle (lh, &server_index, &li);
302
303       /*
304        * Break loop if rule in local table points to connecting app. This
305        * can happen if client is a generic proxy. Route connect through
306        * global table instead.
307        */
308       if (server_index != a->app_index)
309         {
310           server = application_get (server_index);
311           ll = application_get_local_listen_session (server, li);
312           listener = (stream_session_t *) ll;
313           server_wrk = application_listener_select_worker (listener,
314                                                            1 /* is_local */ );
315           return application_local_session_connect (client_wrk,
316                                                     server_wrk, ll,
317                                                     a->api_context);
318         }
319     }
320
321   /*
322    * If nothing found, check the global scope for locally attached
323    * destinations. Make sure first that we're allowed to.
324    */
325
326 global_scope:
327   if (session_endpoint_is_local (&a->sep))
328     return VNET_API_ERROR_SESSION_CONNECT;
329
330   if (!application_has_global_scope (client))
331     return VNET_API_ERROR_APP_CONNECT_SCOPE;
332
333   fib_proto = session_endpoint_fib_proto (&a->sep);
334   table_index = application_session_table (client, fib_proto);
335   listener = session_lookup_listener (table_index, &a->sep);
336   if (listener)
337     {
338       server_wrk = application_listener_select_worker (listener,
339                                                        0 /* is_local */ );
340       ll = (local_session_t *) listener;
341       return application_local_session_connect (client_wrk, server_wrk, ll,
342                                                 a->api_context);
343     }
344
345   /*
346    * Not connecting to a local server, propagate to transport
347    */
348   if (app_worker_open_session (client_wrk, &a->sep, a->api_context))
349     return VNET_API_ERROR_SESSION_CONNECT;
350   return 0;
351 }
352
353 /**
354  * unformat a vnet URI
355  *
356  * transport-proto://[hostname]ip46-addr:port
357  * eg.  tcp://ip46-addr:port
358  *      tls://[testtsl.fd.io]ip46-addr:port
359  *
360  * u8 ip46_address[16];
361  * u16  port_in_host_byte_order;
362  * stream_session_type_t sst;
363  * u8 *fifo_name;
364  *
365  * if (unformat (input, "%U", unformat_vnet_uri, &ip46_address,
366  *              &sst, &port, &fifo_name))
367  *  etc...
368  *
369  */
370 uword
371 unformat_vnet_uri (unformat_input_t * input, va_list * args)
372 {
373   session_endpoint_extended_t *sep = va_arg (*args,
374                                              session_endpoint_extended_t *);
375   u32 transport_proto = 0, port;
376
377   if (unformat (input, "%U://%U/%d", unformat_transport_proto,
378                 &transport_proto, unformat_ip4_address, &sep->ip.ip4, &port))
379     {
380       sep->transport_proto = transport_proto;
381       sep->port = clib_host_to_net_u16 (port);
382       sep->is_ip4 = 1;
383       return 1;
384     }
385   else if (unformat (input, "%U://[%s]%U/%d", unformat_transport_proto,
386                      &transport_proto, &sep->hostname, unformat_ip4_address,
387                      &sep->ip.ip4, &port))
388     {
389       sep->transport_proto = transport_proto;
390       sep->port = clib_host_to_net_u16 (port);
391       sep->is_ip4 = 1;
392       return 1;
393     }
394   else if (unformat (input, "%U://%U/%d", unformat_transport_proto,
395                      &transport_proto, unformat_ip6_address, &sep->ip.ip6,
396                      &port))
397     {
398       sep->transport_proto = transport_proto;
399       sep->port = clib_host_to_net_u16 (port);
400       sep->is_ip4 = 0;
401       return 1;
402     }
403   else if (unformat (input, "%U://[%s]%U/%d", unformat_transport_proto,
404                      &transport_proto, &sep->hostname, unformat_ip6_address,
405                      &sep->ip.ip6, &port))
406     {
407       sep->transport_proto = transport_proto;
408       sep->port = clib_host_to_net_u16 (port);
409       sep->is_ip4 = 0;
410       return 1;
411     }
412   return 0;
413 }
414
415 static u8 *cache_uri;
416 static session_endpoint_extended_t *cache_sep;
417
418 int
419 parse_uri (char *uri, session_endpoint_extended_t * sep)
420 {
421   unformat_input_t _input, *input = &_input;
422
423   if (cache_uri && !strncmp (uri, (char *) cache_uri, vec_len (cache_uri)))
424     {
425       *sep = *cache_sep;
426       return 0;
427     }
428
429   /* Make sure */
430   uri = (char *) format (0, "%s%c", uri, 0);
431
432   /* Parse uri */
433   unformat_init_string (input, uri, strlen (uri));
434   if (!unformat (input, "%U", unformat_vnet_uri, sep))
435     {
436       unformat_free (input);
437       return VNET_API_ERROR_INVALID_VALUE;
438     }
439   unformat_free (input);
440
441   vec_free (cache_uri);
442   cache_uri = (u8 *) uri;
443   if (cache_sep)
444     clib_mem_free (cache_sep);
445   cache_sep = clib_mem_alloc (sizeof (*sep));
446   *cache_sep = *sep;
447
448   return 0;
449 }
450
451 static int
452 app_validate_namespace (u8 * namespace_id, u64 secret, u32 * app_ns_index)
453 {
454   app_namespace_t *app_ns;
455   if (vec_len (namespace_id) == 0)
456     {
457       /* Use default namespace */
458       *app_ns_index = 0;
459       return 0;
460     }
461
462   *app_ns_index = app_namespace_index_from_id (namespace_id);
463   if (*app_ns_index == APP_NAMESPACE_INVALID_INDEX)
464     return VNET_API_ERROR_APP_INVALID_NS;
465   app_ns = app_namespace_get (*app_ns_index);
466   if (!app_ns)
467     return VNET_API_ERROR_APP_INVALID_NS;
468   if (app_ns->ns_secret != secret)
469     return VNET_API_ERROR_APP_WRONG_NS_SECRET;
470   return 0;
471 }
472
473 /**
474  * Attach application to vpp
475  *
476  * Allocates a vpp app, i.e., a structure that keeps back pointers
477  * to external app and a segment manager for shared memory fifo based
478  * communication with the external app.
479  */
480 clib_error_t *
481 vnet_application_attach (vnet_app_attach_args_t * a)
482 {
483   svm_fifo_segment_private_t *fs;
484   application_t *app = 0;
485   app_worker_t *app_wrk;
486   segment_manager_t *sm;
487   u32 app_ns_index = 0;
488   u64 secret;
489   int rv;
490
491   if (a->api_client_index != APP_INVALID_INDEX)
492     app = application_lookup (a->api_client_index);
493   else if (a->name)
494     app = application_lookup_name (a->name);
495   else
496     return clib_error_return_code (0, VNET_API_ERROR_INVALID_VALUE, 0,
497                                    "api index or name must be provided");
498
499   if (app)
500     return clib_error_return_code (0, VNET_API_ERROR_APP_ALREADY_ATTACHED, 0,
501                                    "app already attached");
502
503   secret = a->options[APP_OPTIONS_NAMESPACE_SECRET];
504   if ((rv = app_validate_namespace (a->namespace_id, secret, &app_ns_index)))
505     return clib_error_return_code (0, rv, 0, "namespace validation: %d", rv);
506   a->options[APP_OPTIONS_NAMESPACE] = app_ns_index;
507
508   if ((rv = application_alloc_and_init ((app_init_args_t *) a)))
509     return clib_error_return_code (0, rv, 0, "app init: %d", rv);
510
511   app = application_get (a->app_index);
512   if ((rv = app_worker_alloc_and_init (app, &app_wrk)))
513     return clib_error_return_code (0, rv, 0, "app default wrk init: %d", rv);
514
515   a->app_evt_q = app_wrk->event_queue;
516   sm = segment_manager_get (app_wrk->first_segment_manager);
517   fs = segment_manager_get_segment_w_lock (sm, 0);
518
519   if (application_is_proxy (app))
520     application_setup_proxy (app);
521
522   ASSERT (vec_len (fs->ssvm.name) <= 128);
523   a->segment = &fs->ssvm;
524
525   segment_manager_segment_reader_unlock (sm);
526
527   return 0;
528 }
529
530 /**
531  * Detach application from vpp
532  */
533 int
534 vnet_application_detach (vnet_app_detach_args_t * a)
535 {
536   application_t *app;
537
538   app = application_get_if_valid (a->app_index);
539   if (!app)
540     {
541       clib_warning ("app not attached");
542       return VNET_API_ERROR_APPLICATION_NOT_ATTACHED;
543     }
544
545   app_interface_check_thread_and_barrier (vnet_application_detach, a);
546   application_free (app);
547   return 0;
548 }
549
550 int
551 vnet_bind_uri (vnet_bind_args_t * a)
552 {
553   session_endpoint_extended_t sep = SESSION_ENDPOINT_EXT_NULL;
554   int rv;
555
556   rv = parse_uri (a->uri, &sep);
557   if (rv)
558     return rv;
559   sep.app_wrk_index = 0;
560   clib_memcpy (&a->sep_ext, &sep, sizeof (sep));
561   return vnet_bind_inline (a);
562 }
563
564 int
565 vnet_unbind_uri (vnet_unbind_args_t * a)
566 {
567   session_endpoint_extended_t sep = SESSION_ENDPOINT_EXT_NULL;
568   stream_session_t *listener;
569   u32 table_index;
570   int rv;
571
572   rv = parse_uri (a->uri, &sep);
573   if (rv)
574     return rv;
575
576   /* NOTE: only default fib tables supported for uri apis */
577   table_index = session_lookup_get_index_for_fib (fib_ip_proto (!sep.is_ip4),
578                                                   0);
579   listener = session_lookup_listener (table_index,
580                                       (session_endpoint_t *) & sep);
581   if (!listener)
582     return VNET_API_ERROR_ADDRESS_NOT_IN_USE;
583   a->handle = listen_session_get_handle (listener);
584   return vnet_unbind_inline (a);
585 }
586
587 clib_error_t *
588 vnet_connect_uri (vnet_connect_args_t * a)
589 {
590   session_endpoint_extended_t sep = SESSION_ENDPOINT_EXT_NULL;
591   int rv;
592
593   /* Parse uri */
594   rv = parse_uri (a->uri, &sep);
595   if (rv)
596     return clib_error_return_code (0, rv, 0, "app init: %d", rv);
597
598   clib_memcpy (&a->sep_ext, &sep, sizeof (sep));
599   if ((rv = application_connect (a)))
600     return clib_error_return_code (0, rv, 0, "connect failed");
601   return 0;
602 }
603
604 int
605 vnet_disconnect_session (vnet_disconnect_args_t * a)
606 {
607   if (session_handle_is_local (a->handle))
608     {
609       local_session_t *ls;
610
611       /* Disconnect reply came to worker 1 not main thread */
612       app_interface_check_thread_and_barrier (vnet_disconnect_session, a);
613
614       if (!(ls = application_get_local_session_from_handle (a->handle)))
615         return 0;
616
617       return application_local_session_disconnect (a->app_index, ls);
618     }
619   else
620     {
621       app_worker_t *app_wrk;
622       stream_session_t *s;
623
624       s = session_get_from_handle_if_valid (a->handle);
625       if (!s)
626         return VNET_API_ERROR_INVALID_VALUE;
627       app_wrk = app_worker_get (s->app_wrk_index);
628       if (app_wrk->app_index != a->app_index)
629         return VNET_API_ERROR_INVALID_VALUE;
630
631       /* We're peeking into another's thread pool. Make sure */
632       ASSERT (s->session_index == session_index_from_handle (a->handle));
633
634       stream_session_disconnect (s);
635     }
636   return 0;
637 }
638
639 clib_error_t *
640 vnet_bind (vnet_bind_args_t * a)
641 {
642   int rv;
643   if ((rv = vnet_bind_inline (a)))
644     return clib_error_return_code (0, rv, 0, "bind failed: %d", rv);
645   return 0;
646 }
647
648 clib_error_t *
649 vnet_unbind (vnet_unbind_args_t * a)
650 {
651   int rv;
652   if ((rv = vnet_unbind_inline (a)))
653     return clib_error_return_code (0, rv, 0, "unbind failed: %d", rv);
654   return 0;
655 }
656
657 clib_error_t *
658 vnet_connect (vnet_connect_args_t * a)
659 {
660   int rv;
661
662   if ((rv = application_connect (a)))
663     return clib_error_return_code (0, rv, 0, "connect failed: %d", rv);
664   return 0;
665 }
666
667 /*
668  * fd.io coding-style-patch-verification: ON
669  *
670  * Local Variables:
671  * eval: (c-set-style "gnu")
672  * End:
673  */