blob: 4ce0a9ab053cc5d979e6865550d37b68b2aa0be7 [file] [log] [blame]
Dave Barachaff70772016-10-31 11:59:07 -04001/*
2 *------------------------------------------------------------------
3 * interface_api.c - vnet interface api
4 *
5 * Copyright (c) 2016 Cisco and/or its affiliates.
6 * Licensed under the Apache License, Version 2.0 (the "License");
7 * you may not use this file except in compliance with the License.
8 * You may obtain a copy of the License at:
9 *
10 * http://www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing, software
13 * distributed under the License is distributed on an "AS IS" BASIS,
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing permissions and
16 * limitations under the License.
17 *------------------------------------------------------------------
18 */
19
20#include <vnet/vnet.h>
21#include <vlibmemory/api.h>
22
23#include <vnet/interface.h>
24#include <vnet/api_errno.h>
Matus Fabiand162f3d2016-12-05 01:05:35 -080025#include <vnet/ethernet/ethernet.h>
Dave Barach6d963c22016-12-05 09:50:05 -050026#include <vnet/ip/ip.h>
27#include <vnet/fib/fib_table.h>
Neale Ranns4008ac92017-02-13 23:20:04 -080028#include <vnet/mfib/mfib_table.h>
Dave Barach6d963c22016-12-05 09:50:05 -050029#include <vnet/l2/l2_vtr.h>
Dave Barachaff70772016-10-31 11:59:07 -040030#include <vnet/vnet_msg_enum.h>
Dave Barachb5e8a772016-12-06 12:04:42 -050031#include <vnet/fib/fib_api.h>
Neale Ranns358425b2017-02-20 09:42:36 -080032#include <vnet/mfib/mfib_table.h>
Dave Barachaff70772016-10-31 11:59:07 -040033
Jakub Grajciar053204a2019-03-18 13:17:53 +010034#include <vlibapi/api_types.h>
35
36#include <vnet/ip/ip_types_api.h>
37#include <vnet/ethernet/ethernet_types_api.h>
38
Dave Barachaff70772016-10-31 11:59:07 -040039#define vl_typedefs /* define message structures */
40#include <vnet/vnet_all_api_h.h>
41#undef vl_typedefs
42
43#define vl_endianfun /* define message structures */
44#include <vnet/vnet_all_api_h.h>
45#undef vl_endianfun
46
47/* instantiate all the print functions we know about */
48#define vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__)
49#define vl_printfun
50#include <vnet/vnet_all_api_h.h>
51#undef vl_printfun
52
53#include <vlibapi/api_helper_macros.h>
Dave Barachf1586612017-03-30 09:33:01 -040054vpe_api_main_t vpe_api_main;
Dave Barachaff70772016-10-31 11:59:07 -040055
Dave Barach6d963c22016-12-05 09:50:05 -050056#define foreach_vpe_api_msg \
57_(SW_INTERFACE_SET_FLAGS, sw_interface_set_flags) \
Ole Troand7231612018-06-07 10:17:57 +020058_(HW_INTERFACE_SET_MTU, hw_interface_set_mtu) \
Dave Barach6d963c22016-12-05 09:50:05 -050059_(SW_INTERFACE_SET_MTU, sw_interface_set_mtu) \
60_(WANT_INTERFACE_EVENTS, want_interface_events) \
61_(SW_INTERFACE_DUMP, sw_interface_dump) \
Dave Barach6d963c22016-12-05 09:50:05 -050062_(SW_INTERFACE_ADD_DEL_ADDRESS, sw_interface_add_del_address) \
Stevenad8015b2017-10-29 22:10:46 -070063_(SW_INTERFACE_SET_RX_MODE, sw_interface_set_rx_mode) \
Mohsin Kazmif0b42f42018-09-10 18:11:00 +020064_(SW_INTERFACE_RX_PLACEMENT_DUMP, sw_interface_rx_placement_dump) \
Mohsin Kazmi54f7c512018-08-23 18:28:11 +020065_(SW_INTERFACE_SET_RX_PLACEMENT, sw_interface_set_rx_placement) \
Dave Barach6d963c22016-12-05 09:50:05 -050066_(SW_INTERFACE_SET_TABLE, sw_interface_set_table) \
Juraj Slobodadfc19232016-12-05 13:20:37 +010067_(SW_INTERFACE_GET_TABLE, sw_interface_get_table) \
Dave Barach6d963c22016-12-05 09:50:05 -050068_(SW_INTERFACE_SET_UNNUMBERED, sw_interface_set_unnumbered) \
69_(SW_INTERFACE_CLEAR_STATS, sw_interface_clear_stats) \
Jon Loeliger10c273b2017-03-30 08:39:33 -050070_(SW_INTERFACE_TAG_ADD_DEL, sw_interface_tag_add_del) \
Matthew Smithe0792fd2019-07-12 11:48:24 -050071_(SW_INTERFACE_ADD_DEL_MAC_ADDRESS, sw_interface_add_del_mac_address) \
Neale Rannsb8d44812017-11-10 06:53:54 -080072_(SW_INTERFACE_SET_MAC_ADDRESS, sw_interface_set_mac_address) \
Juraj Slobodac0374232018-02-01 15:18:49 +010073_(SW_INTERFACE_GET_MAC_ADDRESS, sw_interface_get_mac_address) \
Neale Rannsb8d44812017-11-10 06:53:54 -080074_(CREATE_VLAN_SUBIF, create_vlan_subif) \
75_(CREATE_SUBIF, create_subif) \
76_(DELETE_SUBIF, delete_subif) \
77_(CREATE_LOOPBACK, create_loopback) \
78_(CREATE_LOOPBACK_INSTANCE, create_loopback_instance) \
79_(DELETE_LOOPBACK, delete_loopback) \
Neale Ranns6f4a6be2018-03-16 16:26:21 -070080_(INTERFACE_NAME_RENUMBER, interface_name_renumber) \
Neale Ranns1855b8e2018-07-11 10:31:26 -070081_(COLLECT_DETAILED_INTERFACE_STATS, collect_detailed_interface_stats) \
82_(SW_INTERFACE_SET_IP_DIRECTED_BROADCAST, \
83 sw_interface_set_ip_directed_broadcast)
Dave Barachaff70772016-10-31 11:59:07 -040084
85static void
86vl_api_sw_interface_set_flags_t_handler (vl_api_sw_interface_set_flags_t * mp)
87{
88 vl_api_sw_interface_set_flags_reply_t *rmp;
89 vnet_main_t *vnm = vnet_get_main ();
90 int rv = 0;
91 clib_error_t *error;
92 u16 flags;
93
94 VALIDATE_SW_IF_INDEX (mp);
95
Jakub Grajciar053204a2019-03-18 13:17:53 +010096 flags =
97 ((ntohl (mp->flags)) & IF_STATUS_API_FLAG_ADMIN_UP) ?
98 VNET_SW_INTERFACE_FLAG_ADMIN_UP : 0;
Dave Barachaff70772016-10-31 11:59:07 -040099
100 error = vnet_sw_interface_set_flags (vnm, ntohl (mp->sw_if_index), flags);
101 if (error)
102 {
103 rv = -1;
104 clib_error_report (error);
105 }
106
107 BAD_SW_IF_INDEX_LABEL;
108 REPLY_MACRO (VL_API_SW_INTERFACE_SET_FLAGS_REPLY);
109}
110
Matus Fabiand162f3d2016-12-05 01:05:35 -0800111static void
Ole Troand7231612018-06-07 10:17:57 +0200112vl_api_hw_interface_set_mtu_t_handler (vl_api_hw_interface_set_mtu_t * mp)
Matus Fabiand162f3d2016-12-05 01:05:35 -0800113{
Ole Troand7231612018-06-07 10:17:57 +0200114 vl_api_hw_interface_set_mtu_reply_t *rmp;
Matus Fabiand162f3d2016-12-05 01:05:35 -0800115 vnet_main_t *vnm = vnet_get_main ();
Matus Fabiand162f3d2016-12-05 01:05:35 -0800116 u32 sw_if_index = ntohl (mp->sw_if_index);
117 u16 mtu = ntohs (mp->mtu);
Damjan Marionfe7d4a22018-04-13 19:43:39 +0200118 ethernet_main_t *em = &ethernet_main;
Matus Fabiand162f3d2016-12-05 01:05:35 -0800119 int rv = 0;
120
121 VALIDATE_SW_IF_INDEX (mp);
122
Damjan Marionfe7d4a22018-04-13 19:43:39 +0200123 vnet_sw_interface_t *si = vnet_get_sw_interface (vnm, sw_if_index);
124 if (si->type != VNET_SW_INTERFACE_TYPE_HARDWARE)
125 {
126 rv = VNET_API_ERROR_INVALID_VALUE;
127 goto bad_sw_if_index;
128 }
129
130 vnet_hw_interface_t *hi = vnet_get_hw_interface (vnm, si->hw_if_index);
131 ethernet_interface_t *eif = ethernet_get_interface (em, si->hw_if_index);
132
133 if (!eif)
134 {
135 rv = VNET_API_ERROR_FEATURE_DISABLED;
136 goto bad_sw_if_index;
137 }
138
139 if (mtu < hi->min_supported_packet_bytes)
140 {
141 rv = VNET_API_ERROR_INVALID_VALUE;
142 goto bad_sw_if_index;
143 }
144
145 if (mtu > hi->max_supported_packet_bytes)
146 {
147 rv = VNET_API_ERROR_INVALID_VALUE;
148 goto bad_sw_if_index;
149 }
150
151 vnet_hw_interface_set_mtu (vnm, si->hw_if_index, mtu);
Matus Fabiand162f3d2016-12-05 01:05:35 -0800152
153 BAD_SW_IF_INDEX_LABEL;
Ole Troand7231612018-06-07 10:17:57 +0200154 REPLY_MACRO (VL_API_HW_INTERFACE_SET_MTU_REPLY);
155}
156
157static void
158vl_api_sw_interface_set_mtu_t_handler (vl_api_sw_interface_set_mtu_t * mp)
159{
160 vl_api_sw_interface_set_mtu_reply_t *rmp;
161 vnet_main_t *vnm = vnet_get_main ();
162 u32 sw_if_index = ntohl (mp->sw_if_index);
163 int rv = 0;
164 int i;
165 u32 per_protocol_mtu[VNET_N_MTU];
166
167 VALIDATE_SW_IF_INDEX (mp);
168
169 for (i = 0; i < VNET_N_MTU; i++)
Ole Troan33a58172019-09-04 09:12:29 +0200170 {
171 per_protocol_mtu[i] = ntohl (mp->mtu[i]);
Ole Troan33a58172019-09-04 09:12:29 +0200172 }
Ole Troand7231612018-06-07 10:17:57 +0200173 vnet_sw_interface_set_protocol_mtu (vnm, sw_if_index, per_protocol_mtu);
174
175 BAD_SW_IF_INDEX_LABEL;
Matus Fabiand162f3d2016-12-05 01:05:35 -0800176 REPLY_MACRO (VL_API_SW_INTERFACE_SET_MTU_REPLY);
177}
178
Dave Barach6d963c22016-12-05 09:50:05 -0500179static void
Neale Ranns1855b8e2018-07-11 10:31:26 -0700180 vl_api_sw_interface_set_ip_directed_broadcast_t_handler
181 (vl_api_sw_interface_set_ip_directed_broadcast_t * mp)
182{
183 vl_api_sw_interface_set_ip_directed_broadcast_reply_t *rmp;
184 u32 sw_if_index = ntohl (mp->sw_if_index);
185 int rv = 0;
186
187 VALIDATE_SW_IF_INDEX (mp);
188
189 vnet_sw_interface_ip_directed_broadcast (vnet_get_main (),
190 sw_if_index, mp->enable);
191
192 BAD_SW_IF_INDEX_LABEL;
193 REPLY_MACRO (VL_API_SW_INTERFACE_SET_IP_DIRECTED_BROADCAST_REPLY);
194}
195
196static void
Dave Barach6d963c22016-12-05 09:50:05 -0500197send_sw_interface_details (vpe_api_main_t * am,
Dave Barach59b25652017-09-10 15:04:27 -0400198 vl_api_registration_t * rp,
Dave Barach6d963c22016-12-05 09:50:05 -0500199 vnet_sw_interface_t * swif,
200 u8 * interface_name, u32 context)
201{
Eyal Bari1c82cd42017-03-14 14:39:51 +0200202 vnet_hw_interface_t *hi =
203 vnet_get_sup_hw_interface (am->vnet_main, swif->sw_if_index);
Mohsin Kazmide312c22019-09-27 13:44:28 +0200204 vnet_device_class_t *dev_class =
205 vnet_get_device_class (am->vnet_main, hi->dev_class_index);
Dave Barach6d963c22016-12-05 09:50:05 -0500206
Ole Troane5ff5a32019-08-23 22:55:18 +0200207 vl_api_sw_interface_details_t *mp = vl_msg_api_alloc (sizeof (*mp));
208 clib_memset (mp, 0, sizeof (*mp));
Dave Barach6d963c22016-12-05 09:50:05 -0500209 mp->_vl_msg_id = ntohs (VL_API_SW_INTERFACE_DETAILS);
210 mp->sw_if_index = ntohl (swif->sw_if_index);
211 mp->sup_sw_if_index = ntohl (swif->sup_sw_if_index);
Jakub Grajciar053204a2019-03-18 13:17:53 +0100212
213 mp->flags |= (swif->flags & VNET_SW_INTERFACE_FLAG_ADMIN_UP) ?
214 IF_STATUS_API_FLAG_ADMIN_UP : 0;
215 mp->flags |= (hi->flags & VNET_HW_INTERFACE_FLAG_LINK_UP) ?
216 IF_STATUS_API_FLAG_LINK_UP : 0;
217 mp->flags = ntohl (mp->flags);
218
219 switch (swif->type)
220 {
221 case VNET_SW_INTERFACE_TYPE_SUB:
222 mp->type = IF_API_TYPE_SUB;
223 break;
224 case VNET_SW_INTERFACE_TYPE_P2P:
225 mp->type = IF_API_TYPE_P2P;
226 break;
227 case VNET_SW_INTERFACE_TYPE_PIPE:
228 mp->type = IF_API_TYPE_PIPE;
229 break;
230 default:
231 mp->type = IF_API_TYPE_HARDWARE;
232 }
233 mp->type = ntohl (mp->type);
234
Dave Barach6d963c22016-12-05 09:50:05 -0500235 mp->link_duplex = ((hi->flags & VNET_HW_INTERFACE_FLAG_DUPLEX_MASK) >>
236 VNET_HW_INTERFACE_FLAG_DUPLEX_SHIFT);
Ole Troan8ee72512018-11-20 11:03:10 +0100237 mp->link_speed = ntohl (hi->link_speed);
Damjan Marionfe7d4a22018-04-13 19:43:39 +0200238 mp->link_mtu = ntohs (hi->max_packet_bytes);
Ole Troand7231612018-06-07 10:17:57 +0200239 mp->mtu[VNET_MTU_L3] = ntohl (swif->mtu[VNET_MTU_L3]);
240 mp->mtu[VNET_MTU_IP4] = ntohl (swif->mtu[VNET_MTU_IP4]);
241 mp->mtu[VNET_MTU_IP6] = ntohl (swif->mtu[VNET_MTU_IP6]);
242 mp->mtu[VNET_MTU_MPLS] = ntohl (swif->mtu[VNET_MTU_MPLS]);
243
Dave Barach6d963c22016-12-05 09:50:05 -0500244 mp->context = context;
245
Ole Troane5ff5a32019-08-23 22:55:18 +0200246 strncpy ((char *) mp->interface_name,
247 (char *) interface_name, ARRAY_LEN (mp->interface_name) - 1);
248
Mohsin Kazmide312c22019-09-27 13:44:28 +0200249 if (dev_class && dev_class->name)
250 strncpy ((char *) mp->interface_dev_type, (char *) dev_class->name,
251 ARRAY_LEN (mp->interface_dev_type) - 1);
252
Dave Barach6d963c22016-12-05 09:50:05 -0500253 /* Send the L2 address for ethernet physical intfcs */
254 if (swif->sup_sw_if_index == swif->sw_if_index
255 && hi->hw_class_index == ethernet_hw_interface_class.index)
256 {
257 ethernet_main_t *em = ethernet_get_main (am->vlib_main);
258 ethernet_interface_t *ei;
259
260 ei = pool_elt_at_index (em->interfaces, hi->hw_instance);
261 ASSERT (sizeof (mp->l2_address) >= sizeof (ei->address));
Jakub Grajciar053204a2019-03-18 13:17:53 +0100262 mac_address_encode ((mac_address_t *) ei->address, mp->l2_address);
Dave Barach6d963c22016-12-05 09:50:05 -0500263 }
264 else if (swif->sup_sw_if_index != swif->sw_if_index)
265 {
266 vnet_sub_interface_t *sub = &swif->sub;
267 mp->sub_id = ntohl (sub->id);
Dave Barach6d963c22016-12-05 09:50:05 -0500268 mp->sub_number_of_tags =
269 sub->eth.flags.one_tag + sub->eth.flags.two_tags * 2;
270 mp->sub_outer_vlan_id = ntohs (sub->eth.outer_vlan_id);
271 mp->sub_inner_vlan_id = ntohs (sub->eth.inner_vlan_id);
Jakub Grajciar053204a2019-03-18 13:17:53 +0100272 mp->sub_if_flags =
273 ntohl (sub->eth.raw_flags & SUB_IF_API_FLAG_MASK_VNET);
Jon Loeliger9485d992019-11-08 15:05:23 -0600274 }
Dave Barach6d963c22016-12-05 09:50:05 -0500275
Jon Loeliger9485d992019-11-08 15:05:23 -0600276 /* vlan tag rewrite data */
277 u32 vtr_op = L2_VTR_DISABLED;
278 u32 vtr_push_dot1q = 0, vtr_tag1 = 0, vtr_tag2 = 0;
Dave Barach6d963c22016-12-05 09:50:05 -0500279
Jon Loeliger9485d992019-11-08 15:05:23 -0600280 if (l2vtr_get (am->vlib_main, am->vnet_main, swif->sw_if_index,
281 &vtr_op, &vtr_push_dot1q, &vtr_tag1, &vtr_tag2) != 0)
282 {
283 // error - default to disabled
284 mp->vtr_op = ntohl (L2_VTR_DISABLED);
285 clib_warning ("cannot get vlan tag rewrite for sw_if_index %d",
286 swif->sw_if_index);
287 }
288 else
289 {
290 mp->vtr_op = ntohl (vtr_op);
291 mp->vtr_push_dot1q = ntohl (vtr_push_dot1q);
292 mp->vtr_tag1 = ntohl (vtr_tag1);
293 mp->vtr_tag2 = ntohl (vtr_tag2);
Dave Barach6d963c22016-12-05 09:50:05 -0500294 }
295
Pavel Kotucek65e84572017-01-16 17:01:56 +0100296 /* pbb tag rewrite data */
Gabriel Gannef7f2a9f2017-03-06 15:19:40 +0100297 ethernet_header_t eth_hdr;
Alexander Chernavinfdea5c62019-04-26 10:43:09 -0400298 u32 pbb_vtr_op = L2_VTR_DISABLED;
Pavel Kotucek65e84572017-01-16 17:01:56 +0100299 u16 outer_tag = 0;
Pavel Kotucek65e84572017-01-16 17:01:56 +0100300 u16 b_vlanid = 0;
301 u32 i_sid = 0;
Dave Barachb7b92992018-10-17 10:38:51 -0400302 clib_memset (&eth_hdr, 0, sizeof (eth_hdr));
Pavel Kotucek65e84572017-01-16 17:01:56 +0100303
304 if (!l2pbb_get (am->vlib_main, am->vnet_main, swif->sw_if_index,
Alexander Chernavinfdea5c62019-04-26 10:43:09 -0400305 &pbb_vtr_op, &outer_tag, &eth_hdr, &b_vlanid, &i_sid))
Pavel Kotucek65e84572017-01-16 17:01:56 +0100306 {
Jakub Grajciar053204a2019-03-18 13:17:53 +0100307 mp->sub_if_flags |= ntohl (SUB_IF_API_FLAG_DOT1AH);
308 mac_address_encode ((mac_address_t *) eth_hdr.dst_address, mp->b_dmac);
309 mac_address_encode ((mac_address_t *) eth_hdr.src_address, mp->b_smac);
Pavel Kotucek65e84572017-01-16 17:01:56 +0100310 mp->b_vlanid = b_vlanid;
311 mp->i_sid = i_sid;
312 }
313
Ole Troane5ff5a32019-08-23 22:55:18 +0200314 u8 *tag = vnet_get_sw_interface_tag (vnet_get_main (), swif->sw_if_index);
315 if (tag)
316 strncpy ((char *) mp->tag, (char *) tag, ARRAY_LEN (mp->tag) - 1);
Dave Barach6d963c22016-12-05 09:50:05 -0500317
Florin Corase86a8ed2018-01-05 03:20:25 -0800318 vl_api_send_msg (rp, (u8 *) mp);
Dave Barach6d963c22016-12-05 09:50:05 -0500319}
320
321static void
322vl_api_sw_interface_dump_t_handler (vl_api_sw_interface_dump_t * mp)
323{
324 vpe_api_main_t *am = &vpe_api_main;
325 vnet_sw_interface_t *swif;
326 vnet_interface_main_t *im = &am->vnet_main->interface_main;
Dave Barach59b25652017-09-10 15:04:27 -0400327 vl_api_registration_t *rp;
Paul Vinciguerra6407ba52019-04-04 13:22:20 -0700328 u32 sw_if_index;
Dave Barach6d963c22016-12-05 09:50:05 -0500329
Dave Barach59b25652017-09-10 15:04:27 -0400330 rp = vl_api_client_index_to_registration (mp->client_index);
331
332 if (rp == 0)
333 {
334 clib_warning ("Client %d AWOL", mp->client_index);
335 return;
336 }
Dave Barach6d963c22016-12-05 09:50:05 -0500337
Eyal Bari1c82cd42017-03-14 14:39:51 +0200338 u8 *filter = 0, *name = 0;
Paul Vinciguerra6407ba52019-04-04 13:22:20 -0700339 sw_if_index = ntohl (mp->sw_if_index);
340
Vratko Polakb8591ac2019-04-23 12:26:44 +0200341 if (!mp->name_filter_valid && sw_if_index != ~0 && sw_if_index != 0)
Paul Vinciguerra6407ba52019-04-04 13:22:20 -0700342 {
Vratko Polakb8591ac2019-04-23 12:26:44 +0200343 /* is it a valid sw_if_index? */
Neale Rannsf5b01762019-06-14 08:26:21 +0000344 if (!vnet_sw_if_index_is_api_valid (sw_if_index))
Paul Vinciguerra6407ba52019-04-04 13:22:20 -0700345 return;
346
347 swif = vec_elt_at_index (im->sw_interfaces, sw_if_index);
348
Paul Vinciguerra6407ba52019-04-04 13:22:20 -0700349 vec_reset_length (name);
350 name =
351 format (name, "%U%c", format_vnet_sw_interface_name, am->vnet_main,
352 swif, 0);
353 send_sw_interface_details (am, rp, swif, name, mp->context);
354 vec_free (name);
355 return;
356 }
357
Dave Barach6d963c22016-12-05 09:50:05 -0500358 if (mp->name_filter_valid)
359 {
Jakub Grajciar2dbee932020-02-07 11:30:26 +0100360 filter = vl_api_from_api_to_new_vec (&mp->name_filter);
Aleksander Djuricc12eae72019-10-31 14:35:21 +0300361 vec_add1 (filter, 0); /* Ensure it's a C string for strcasecmp() */
Dave Barach6d963c22016-12-05 09:50:05 -0500362 }
363
Eyal Bari1c82cd42017-03-14 14:39:51 +0200364 char *strcasestr (char *, char *); /* lnx hdr file botch */
Dave Barach6d963c22016-12-05 09:50:05 -0500365 /* *INDENT-OFF* */
366 pool_foreach (swif, im->sw_interfaces,
367 ({
Eyal Bari1c82cd42017-03-14 14:39:51 +0200368 if (!vnet_swif_is_api_visible (swif))
369 continue;
370 vec_reset_length(name);
371 name = format (name, "%U%c", format_vnet_sw_interface_name, am->vnet_main,
372 swif, 0);
Dave Barach6d963c22016-12-05 09:50:05 -0500373
Eyal Bari1c82cd42017-03-14 14:39:51 +0200374 if (filter && !strcasestr((char *) name, (char *) filter))
375 continue;
Dave Barach6d963c22016-12-05 09:50:05 -0500376
Dave Barach59b25652017-09-10 15:04:27 -0400377 send_sw_interface_details (am, rp, swif, name, mp->context);
Dave Barach6d963c22016-12-05 09:50:05 -0500378 }));
379 /* *INDENT-ON* */
380
Eyal Bari1c82cd42017-03-14 14:39:51 +0200381 vec_free (name);
382 vec_free (filter);
Dave Barach6d963c22016-12-05 09:50:05 -0500383}
384
385static void
386 vl_api_sw_interface_add_del_address_t_handler
387 (vl_api_sw_interface_add_del_address_t * mp)
388{
389 vlib_main_t *vm = vlib_get_main ();
Jon Loeliger35ffa3e2017-09-28 13:54:16 -0500390 vnet_main_t *vnm = vnet_get_main ();
Dave Barach6d963c22016-12-05 09:50:05 -0500391 vl_api_sw_interface_add_del_address_reply_t *rmp;
392 int rv = 0;
393 u32 is_del;
Jon Loeliger35ffa3e2017-09-28 13:54:16 -0500394 clib_error_t *error = 0;
Jakub Grajciar053204a2019-03-18 13:17:53 +0100395 ip46_address_t address;
Dave Barach6d963c22016-12-05 09:50:05 -0500396
397 VALIDATE_SW_IF_INDEX (mp);
398
399 is_del = mp->is_add == 0;
Jon Loeliger35ffa3e2017-09-28 13:54:16 -0500400 vnm->api_errno = 0;
Dave Barach6d963c22016-12-05 09:50:05 -0500401
402 if (mp->del_all)
403 ip_del_all_interface_addresses (vm, ntohl (mp->sw_if_index));
Jakub Grajciar053204a2019-03-18 13:17:53 +0100404 else if (ip_address_decode (&mp->prefix.address, &address) == IP46_TYPE_IP6)
Jon Loeliger35ffa3e2017-09-28 13:54:16 -0500405 error = ip6_add_del_interface_address (vm, ntohl (mp->sw_if_index),
Jakub Grajciar053204a2019-03-18 13:17:53 +0100406 (void *) &address.ip6,
407 mp->prefix.len, is_del);
Dave Barach6d963c22016-12-05 09:50:05 -0500408 else
Jon Loeliger35ffa3e2017-09-28 13:54:16 -0500409 error = ip4_add_del_interface_address (vm, ntohl (mp->sw_if_index),
Jakub Grajciar053204a2019-03-18 13:17:53 +0100410 (void *) &address.ip4,
411 mp->prefix.len, is_del);
Jon Loeliger35ffa3e2017-09-28 13:54:16 -0500412
413 if (error)
414 {
415 rv = vnm->api_errno;
416 clib_error_report (error);
417 goto done;
418 }
Dave Barach6d963c22016-12-05 09:50:05 -0500419
420 BAD_SW_IF_INDEX_LABEL;
421
Jon Loeliger35ffa3e2017-09-28 13:54:16 -0500422done:
Dave Barach6d963c22016-12-05 09:50:05 -0500423 REPLY_MACRO (VL_API_SW_INTERFACE_ADD_DEL_ADDRESS_REPLY);
424}
425
Dave Barach6d963c22016-12-05 09:50:05 -0500426static void
427vl_api_sw_interface_set_table_t_handler (vl_api_sw_interface_set_table_t * mp)
428{
Dave Barach6d963c22016-12-05 09:50:05 -0500429 vl_api_sw_interface_set_table_reply_t *rmp;
Neale Ranns15002542017-09-10 04:39:11 -0700430 u32 sw_if_index = ntohl (mp->sw_if_index);
431 u32 table_id = ntohl (mp->vrf_id);
432 int rv = 0;
Dave Barach6d963c22016-12-05 09:50:05 -0500433
434 VALIDATE_SW_IF_INDEX (mp);
435
Dave Barach6d963c22016-12-05 09:50:05 -0500436 if (mp->is_ipv6)
Neale Ranns15002542017-09-10 04:39:11 -0700437 rv = ip_table_bind (FIB_PROTOCOL_IP6, sw_if_index, table_id, 1);
Dave Barach6d963c22016-12-05 09:50:05 -0500438 else
Neale Ranns15002542017-09-10 04:39:11 -0700439 rv = ip_table_bind (FIB_PROTOCOL_IP4, sw_if_index, table_id, 1);
Dave Barach6d963c22016-12-05 09:50:05 -0500440
Dave Barach6d963c22016-12-05 09:50:05 -0500441 BAD_SW_IF_INDEX_LABEL;
442
443 REPLY_MACRO (VL_API_SW_INTERFACE_SET_TABLE_REPLY);
444}
445
Neale Ranns15002542017-09-10 04:39:11 -0700446int
447ip_table_bind (fib_protocol_t fproto,
Neale Ranns6b3a8ef2017-09-11 10:34:33 -0700448 u32 sw_if_index, u32 table_id, u8 is_api)
Neale Ranns15002542017-09-10 04:39:11 -0700449{
450 CLIB_UNUSED (ip_interface_address_t * ia);
451 u32 fib_index, mfib_index;
452 fib_source_t src;
453 mfib_source_t msrc;
454
455 if (is_api)
456 {
457 src = FIB_SOURCE_API;
458 msrc = MFIB_SOURCE_API;
459 }
460 else
461 {
462 src = FIB_SOURCE_CLI;
463 msrc = MFIB_SOURCE_CLI;
464 }
465
Florin Corasd0a59722017-10-15 17:41:21 +0000466 /*
Florin Corasd0a59722017-10-15 17:41:21 +0000467 * This if table does not exist = error is what we want in the end.
468 */
Neale Ranns8f6dd322018-05-17 06:34:24 -0700469 fib_index = fib_table_find (fproto, table_id);
470 mfib_index = mfib_table_find (fproto, table_id);
Florin Corasd0a59722017-10-15 17:41:21 +0000471
Neale Ranns8f6dd322018-05-17 06:34:24 -0700472 if (~0 == fib_index || ~0 == mfib_index)
473 {
474 return (VNET_API_ERROR_NO_SUCH_FIB);
475 }
Florin Corasd0a59722017-10-15 17:41:21 +0000476
Neale Ranns15002542017-09-10 04:39:11 -0700477 if (FIB_PROTOCOL_IP6 == fproto)
478 {
479 /*
480 * If the interface already has in IP address, then a change int
481 * VRF is not allowed. The IP address applied must first be removed.
482 * We do not do that automatically here, since VPP has no knowledge
Paul Vinciguerrabdc0e6b2018-09-22 05:32:50 -0700483 * of whether those subnets are valid in the destination VRF.
Neale Ranns15002542017-09-10 04:39:11 -0700484 */
485 /* *INDENT-OFF* */
486 foreach_ip_interface_address (&ip6_main.lookup_main,
487 ia, sw_if_index,
488 1 /* honor unnumbered */ ,
489 ({
490 return (VNET_API_ERROR_ADDRESS_FOUND_FOR_INTERFACE);
491 }));
492 /* *INDENT-ON* */
493
494 vec_validate (ip6_main.fib_index_by_sw_if_index, sw_if_index);
495 vec_validate (ip6_main.mfib_index_by_sw_if_index, sw_if_index);
496
497 /*
498 * tell those that are interested that the binding is changing.
499 */
500 ip6_table_bind_callback_t *cb;
501 vec_foreach (cb, ip6_main.table_bind_callbacks)
502 cb->function (&ip6_main, cb->function_opaque,
503 sw_if_index,
504 fib_index,
505 ip6_main.fib_index_by_sw_if_index[sw_if_index]);
506
507 if (0 == table_id)
508 {
509 /* reset back to default */
510 if (0 != ip6_main.fib_index_by_sw_if_index[sw_if_index])
511 fib_table_unlock (ip6_main.fib_index_by_sw_if_index[sw_if_index],
512 FIB_PROTOCOL_IP6, src);
513 if (0 != ip6_main.mfib_index_by_sw_if_index[sw_if_index])
514 mfib_table_unlock (ip6_main.mfib_index_by_sw_if_index
515 [sw_if_index], FIB_PROTOCOL_IP6, msrc);
516
517 }
518 else
519 {
520 /* we need to lock the table now it's inuse */
521 fib_table_lock (fib_index, FIB_PROTOCOL_IP6, src);
522 mfib_table_lock (mfib_index, FIB_PROTOCOL_IP6, msrc);
523 }
524
525 ip6_main.fib_index_by_sw_if_index[sw_if_index] = fib_index;
526 ip6_main.mfib_index_by_sw_if_index[sw_if_index] = mfib_index;
527 }
528 else
529 {
530 /*
531 * If the interface already has in IP address, then a change int
532 * VRF is not allowed. The IP address applied must first be removed.
533 * We do not do that automatically here, since VPP has no knowledge
Paul Vinciguerrabdc0e6b2018-09-22 05:32:50 -0700534 * of whether those subnets are valid in the destination VRF.
Neale Ranns15002542017-09-10 04:39:11 -0700535 */
536 /* *INDENT-OFF* */
537 foreach_ip_interface_address (&ip4_main.lookup_main,
538 ia, sw_if_index,
539 1 /* honor unnumbered */ ,
540 ({
541 return (VNET_API_ERROR_ADDRESS_FOUND_FOR_INTERFACE);
542 }));
543 /* *INDENT-ON* */
544
545 vec_validate (ip4_main.fib_index_by_sw_if_index, sw_if_index);
546 vec_validate (ip4_main.mfib_index_by_sw_if_index, sw_if_index);
547
548 /*
549 * tell those that are interested that the binding is changing.
550 */
551 ip4_table_bind_callback_t *cb;
552 vec_foreach (cb, ip4_main.table_bind_callbacks)
553 cb->function (&ip4_main, cb->function_opaque,
554 sw_if_index,
555 fib_index,
556 ip4_main.fib_index_by_sw_if_index[sw_if_index]);
557
558 if (0 == table_id)
559 {
560 /* reset back to default */
561 if (0 != ip4_main.fib_index_by_sw_if_index[sw_if_index])
562 fib_table_unlock (ip4_main.fib_index_by_sw_if_index[sw_if_index],
563 FIB_PROTOCOL_IP4, src);
564 if (0 != ip4_main.mfib_index_by_sw_if_index[sw_if_index])
565 mfib_table_unlock (ip4_main.mfib_index_by_sw_if_index
566 [sw_if_index], FIB_PROTOCOL_IP4, msrc);
567
568 }
569 else
570 {
571 /* we need to lock the table now it's inuse */
572 fib_index = fib_table_find_or_create_and_lock (FIB_PROTOCOL_IP4,
573 table_id, src);
574
575 mfib_index = mfib_table_find_or_create_and_lock (FIB_PROTOCOL_IP4,
576 table_id, msrc);
577 }
578
579 ip4_main.fib_index_by_sw_if_index[sw_if_index] = fib_index;
580 ip4_main.mfib_index_by_sw_if_index[sw_if_index] = mfib_index;
581 }
582
Neale Ranns15002542017-09-10 04:39:11 -0700583 return (0);
584}
585
Juraj Slobodadfc19232016-12-05 13:20:37 +0100586static void
Florin Coras6c4dae22018-01-09 06:39:23 -0800587send_sw_interface_get_table_reply (vl_api_registration_t * reg,
Juraj Slobodadfc19232016-12-05 13:20:37 +0100588 u32 context, int retval, u32 vrf_id)
589{
590 vl_api_sw_interface_get_table_reply_t *mp;
591
592 mp = vl_msg_api_alloc (sizeof (*mp));
Dave Barachb7b92992018-10-17 10:38:51 -0400593 clib_memset (mp, 0, sizeof (*mp));
Juraj Slobodadfc19232016-12-05 13:20:37 +0100594 mp->_vl_msg_id = ntohs (VL_API_SW_INTERFACE_GET_TABLE_REPLY);
595 mp->context = context;
596 mp->retval = htonl (retval);
597 mp->vrf_id = htonl (vrf_id);
598
Florin Coras6c4dae22018-01-09 06:39:23 -0800599 vl_api_send_msg (reg, (u8 *) mp);
Juraj Slobodadfc19232016-12-05 13:20:37 +0100600}
601
602static void
603vl_api_sw_interface_get_table_t_handler (vl_api_sw_interface_get_table_t * mp)
604{
Florin Coras6c4dae22018-01-09 06:39:23 -0800605 vl_api_registration_t *reg;
Juraj Slobodadfc19232016-12-05 13:20:37 +0100606 fib_table_t *fib_table = 0;
607 u32 sw_if_index = ~0;
608 u32 fib_index = ~0;
609 u32 table_id = ~0;
610 fib_protocol_t fib_proto = FIB_PROTOCOL_IP4;
611 int rv = 0;
612
Florin Coras6c4dae22018-01-09 06:39:23 -0800613 reg = vl_api_client_index_to_registration (mp->client_index);
614 if (!reg)
Juraj Slobodadfc19232016-12-05 13:20:37 +0100615 return;
616
617 VALIDATE_SW_IF_INDEX (mp);
618
619 sw_if_index = ntohl (mp->sw_if_index);
620
621 if (mp->is_ipv6)
622 fib_proto = FIB_PROTOCOL_IP6;
623
624 fib_index = fib_table_get_index_for_sw_if_index (fib_proto, sw_if_index);
625 if (fib_index != ~0)
626 {
627 fib_table = fib_table_get (fib_index, fib_proto);
628 table_id = fib_table->ft_table_id;
629 }
630
631 BAD_SW_IF_INDEX_LABEL;
632
Florin Coras6c4dae22018-01-09 06:39:23 -0800633 send_sw_interface_get_table_reply (reg, mp->context, rv, table_id);
Juraj Slobodadfc19232016-12-05 13:20:37 +0100634}
635
Dave Barach6d963c22016-12-05 09:50:05 -0500636static void vl_api_sw_interface_set_unnumbered_t_handler
637 (vl_api_sw_interface_set_unnumbered_t * mp)
638{
639 vl_api_sw_interface_set_unnumbered_reply_t *rmp;
640 int rv = 0;
Dave Barach6d963c22016-12-05 09:50:05 -0500641 vnet_main_t *vnm = vnet_get_main ();
Eyal Bari1c82cd42017-03-14 14:39:51 +0200642 u32 sw_if_index = ntohl (mp->sw_if_index);
643 u32 unnumbered_sw_if_index = ntohl (mp->unnumbered_sw_if_index);
Dave Barach6d963c22016-12-05 09:50:05 -0500644
645 /*
646 * The API message field names are backwards from
647 * the underlying data structure names.
648 * It's not worth changing them now.
649 */
Eyal Bari1c82cd42017-03-14 14:39:51 +0200650 if (!vnet_sw_interface_is_api_valid (vnm, unnumbered_sw_if_index))
Dave Barach6d963c22016-12-05 09:50:05 -0500651 {
652 rv = VNET_API_ERROR_INVALID_SW_IF_INDEX;
653 goto done;
654 }
655
656 /* Only check the "use loop0" field when setting the binding */
Eyal Bari1c82cd42017-03-14 14:39:51 +0200657 if (mp->is_add && !vnet_sw_interface_is_api_valid (vnm, sw_if_index))
Dave Barach6d963c22016-12-05 09:50:05 -0500658 {
659 rv = VNET_API_ERROR_INVALID_SW_IF_INDEX_2;
660 goto done;
661 }
662
Neale Ranns2ae2bc52018-03-16 03:22:39 -0700663 vnet_sw_interface_update_unnumbered (unnumbered_sw_if_index,
664 sw_if_index, mp->is_add);
Dave Barach6d963c22016-12-05 09:50:05 -0500665done:
666 REPLY_MACRO (VL_API_SW_INTERFACE_SET_UNNUMBERED_REPLY);
667}
668
669static void
670vl_api_sw_interface_clear_stats_t_handler (vl_api_sw_interface_clear_stats_t *
671 mp)
672{
673 vl_api_sw_interface_clear_stats_reply_t *rmp;
674
675 vnet_main_t *vnm = vnet_get_main ();
676 vnet_interface_main_t *im = &vnm->interface_main;
677 vlib_simple_counter_main_t *sm;
678 vlib_combined_counter_main_t *cm;
Dave Barach8fdde3c2019-05-17 10:46:40 -0400679 int j, n_counters;
Dave Barach6d963c22016-12-05 09:50:05 -0500680 int rv = 0;
681
682 if (mp->sw_if_index != ~0)
683 VALIDATE_SW_IF_INDEX (mp);
684
Dave Barach6d963c22016-12-05 09:50:05 -0500685 n_counters = vec_len (im->combined_sw_if_counters);
686
687 for (j = 0; j < n_counters; j++)
688 {
Dave Barach8fdde3c2019-05-17 10:46:40 -0400689 im = &vnm->interface_main;
690 cm = im->combined_sw_if_counters + j;
691 if (mp->sw_if_index == (u32) ~ 0)
692 vlib_clear_combined_counters (cm);
693 else
694 vlib_zero_combined_counter (cm, ntohl (mp->sw_if_index));
Dave Barach6d963c22016-12-05 09:50:05 -0500695 }
696
697 n_counters = vec_len (im->sw_if_counters);
698
699 for (j = 0; j < n_counters; j++)
700 {
Dave Barach8fdde3c2019-05-17 10:46:40 -0400701 im = &vnm->interface_main;
702 sm = im->sw_if_counters + j;
703 if (mp->sw_if_index == (u32) ~ 0)
704 vlib_clear_simple_counters (sm);
705 else
706 vlib_zero_simple_counter (sm, ntohl (mp->sw_if_index));
Dave Barach6d963c22016-12-05 09:50:05 -0500707 }
708
709 BAD_SW_IF_INDEX_LABEL;
710
711 REPLY_MACRO (VL_API_SW_INTERFACE_CLEAR_STATS_REPLY);
712}
713
Ole Troan2e1c8962019-04-10 09:44:23 +0200714/*
715 * Events used for sw_interface_events
716 */
717enum api_events
Dave Barach6d963c22016-12-05 09:50:05 -0500718{
Ole Troan2e1c8962019-04-10 09:44:23 +0200719 API_LINK_STATE_UP_EVENT = 1 << 1,
720 API_LINK_STATE_DOWN_EVENT = 1 << 2,
721 API_ADMIN_UP_EVENT = 1 << 3,
722 API_ADMIN_DOWN_EVENT = 1 << 4,
723 API_SW_INTERFACE_ADD_EVENT = 1 << 5,
724 API_SW_INTERFACE_DEL_EVENT = 1 << 6,
725};
Dave Barach6d963c22016-12-05 09:50:05 -0500726
727static void
Neale Rannsa07bd702017-08-07 07:53:49 -0700728send_sw_interface_event (vpe_api_main_t * am,
Neale Rannsd292ab12017-08-15 12:29:48 -0700729 vpe_client_registration_t * reg,
Florin Coras6c4dae22018-01-09 06:39:23 -0800730 vl_api_registration_t * vl_reg,
Ole Troan2e1c8962019-04-10 09:44:23 +0200731 u32 sw_if_index, enum api_events events)
Dave Barach6d963c22016-12-05 09:50:05 -0500732{
Neale Rannsa07bd702017-08-07 07:53:49 -0700733 vl_api_sw_interface_event_t *mp;
Dave Barach6d963c22016-12-05 09:50:05 -0500734
Dave Barach6d963c22016-12-05 09:50:05 -0500735 mp = vl_msg_api_alloc (sizeof (*mp));
Dave Barachb7b92992018-10-17 10:38:51 -0400736 clib_memset (mp, 0, sizeof (*mp));
Neale Rannsa07bd702017-08-07 07:53:49 -0700737 mp->_vl_msg_id = ntohs (VL_API_SW_INTERFACE_EVENT);
Ole Troan2e1c8962019-04-10 09:44:23 +0200738 mp->sw_if_index = ntohl (sw_if_index);
Neale Rannsd292ab12017-08-15 12:29:48 -0700739 mp->client_index = reg->client_index;
740 mp->pid = reg->client_pid;
Jakub Grajciar053204a2019-03-18 13:17:53 +0100741 mp->flags = 0;
742 mp->flags |= (events & API_ADMIN_UP_EVENT) ?
743 IF_STATUS_API_FLAG_ADMIN_UP : 0;
744 mp->flags |= (events & API_LINK_STATE_UP_EVENT) ?
745 IF_STATUS_API_FLAG_LINK_UP : 0;
746 mp->flags = ntohl (mp->flags);
747 mp->deleted = events & API_SW_INTERFACE_DEL_EVENT ? true : false;
Florin Coras6c4dae22018-01-09 06:39:23 -0800748 vl_api_send_msg (vl_reg, (u8 *) mp);
Dave Barach6d963c22016-12-05 09:50:05 -0500749}
750
751static uword
752link_state_process (vlib_main_t * vm,
753 vlib_node_runtime_t * rt, vlib_frame_t * f)
754{
755 vpe_api_main_t *vam = &vpe_api_main;
Ole Troan2e1c8962019-04-10 09:44:23 +0200756 uword *event_by_sw_if_index = 0;
Dave Barach6d963c22016-12-05 09:50:05 -0500757 vpe_client_registration_t *reg;
758 int i;
Florin Coras6c4dae22018-01-09 06:39:23 -0800759 vl_api_registration_t *vl_reg;
Ole Troan2e1c8962019-04-10 09:44:23 +0200760 uword event_type;
761 uword *event_data = 0;
762 u32 sw_if_index;
Dave Barach6d963c22016-12-05 09:50:05 -0500763
764 vam->link_state_process_up = 1;
765
766 while (1)
767 {
768 vlib_process_wait_for_event (vm);
769
Ole Troan2e1c8962019-04-10 09:44:23 +0200770 /* Batch up events */
771 while ((event_type = vlib_process_get_events (vm, &event_data)) != ~0)
Dave Barach6d963c22016-12-05 09:50:05 -0500772 {
Ole Troan2e1c8962019-04-10 09:44:23 +0200773 for (i = 0; i < vec_len (event_data); i++)
774 {
775 sw_if_index = event_data[i];
776 vec_validate_init_empty (event_by_sw_if_index, sw_if_index, 0);
777 event_by_sw_if_index[sw_if_index] |= event_type;
778 }
779 vec_reset_length (event_data);
780 }
781
782 for (i = 0; i < vec_len (event_by_sw_if_index); i++)
783 {
784 if (event_by_sw_if_index[i] == 0)
Dave Barach6d963c22016-12-05 09:50:05 -0500785 continue;
Dave Barach6d963c22016-12-05 09:50:05 -0500786
787 /* *INDENT-OFF* */
788 pool_foreach(reg, vam->interface_events_registrations,
789 ({
Florin Coras6c4dae22018-01-09 06:39:23 -0800790 vl_reg = vl_api_client_index_to_registration (reg->client_index);
791 if (vl_reg)
Ole Troan2e1c8962019-04-10 09:44:23 +0200792 send_sw_interface_event (vam, reg, vl_reg, i, event_by_sw_if_index[i]);
Dave Barach6d963c22016-12-05 09:50:05 -0500793 }));
794 /* *INDENT-ON* */
795 }
Ole Troan2e1c8962019-04-10 09:44:23 +0200796 vec_reset_length (event_by_sw_if_index);
Dave Barach6d963c22016-12-05 09:50:05 -0500797 }
798
799 return 0;
800}
801
802static clib_error_t *link_up_down_function (vnet_main_t * vm, u32 hw_if_index,
803 u32 flags);
804static clib_error_t *admin_up_down_function (vnet_main_t * vm,
805 u32 hw_if_index, u32 flags);
Ole Troan2e1c8962019-04-10 09:44:23 +0200806static clib_error_t *sw_interface_add_del_function (vnet_main_t * vm,
807 u32 sw_if_index,
808 u32 flags);
Dave Barach6d963c22016-12-05 09:50:05 -0500809
810/* *INDENT-OFF* */
811VLIB_REGISTER_NODE (link_state_process_node,static) = {
812 .function = link_state_process,
813 .type = VLIB_NODE_TYPE_PROCESS,
814 .name = "vpe-link-state-process",
815};
816/* *INDENT-ON* */
817
818VNET_SW_INTERFACE_ADMIN_UP_DOWN_FUNCTION (admin_up_down_function);
819VNET_HW_INTERFACE_LINK_UP_DOWN_FUNCTION (link_up_down_function);
Ole Troan2e1c8962019-04-10 09:44:23 +0200820VNET_SW_INTERFACE_ADD_DEL_FUNCTION (sw_interface_add_del_function);
Dave Barach6d963c22016-12-05 09:50:05 -0500821
822static clib_error_t *
823link_up_down_function (vnet_main_t * vm, u32 hw_if_index, u32 flags)
824{
825 vpe_api_main_t *vam = &vpe_api_main;
826 vnet_hw_interface_t *hi = vnet_get_hw_interface (vm, hw_if_index);
827
828 if (vam->link_state_process_up)
Ole Troan2e1c8962019-04-10 09:44:23 +0200829 {
Alexander Chernavinaa27dcb2019-11-06 09:58:18 -0500830 enum api_events event = ((flags & VNET_HW_INTERFACE_FLAG_LINK_UP) ?
831 API_LINK_STATE_UP_EVENT :
832 API_LINK_STATE_DOWN_EVENT);
Ole Troan2e1c8962019-04-10 09:44:23 +0200833 vlib_process_signal_event (vam->vlib_main,
834 link_state_process_node.index, event,
835 hi->sw_if_index);
836 }
Dave Barach6d963c22016-12-05 09:50:05 -0500837 return 0;
838}
839
840static clib_error_t *
841admin_up_down_function (vnet_main_t * vm, u32 sw_if_index, u32 flags)
842{
843 vpe_api_main_t *vam = &vpe_api_main;
844
845 /*
846 * Note: it's perfectly fair to set a subif admin up / admin down.
847 * Note the subtle distinction between this routine and the previous
848 * routine.
849 */
850 if (vam->link_state_process_up)
Ole Troan2e1c8962019-04-10 09:44:23 +0200851 {
Alexander Chernavinaa27dcb2019-11-06 09:58:18 -0500852 enum api_events event = ((flags & VNET_SW_INTERFACE_FLAG_ADMIN_UP) ?
853 API_ADMIN_UP_EVENT : API_ADMIN_DOWN_EVENT);
Ole Troan2e1c8962019-04-10 09:44:23 +0200854 vlib_process_signal_event (vam->vlib_main,
855 link_state_process_node.index, event,
856 sw_if_index);
857 }
858 return 0;
859}
860
861static clib_error_t *
862sw_interface_add_del_function (vnet_main_t * vm, u32 sw_if_index, u32 flags)
863{
864 vpe_api_main_t *vam = &vpe_api_main;
865
866 if (vam->link_state_process_up)
867 {
868 enum api_events event =
869 flags ? API_SW_INTERFACE_ADD_EVENT : API_SW_INTERFACE_DEL_EVENT;
870 vlib_process_signal_event (vam->vlib_main,
871 link_state_process_node.index, event,
872 sw_if_index);
873 }
Dave Barach6d963c22016-12-05 09:50:05 -0500874 return 0;
875}
876
877static void vl_api_sw_interface_tag_add_del_t_handler
878 (vl_api_sw_interface_tag_add_del_t * mp)
879{
880 vnet_main_t *vnm = vnet_get_main ();
881 vl_api_sw_interface_tag_add_del_reply_t *rmp;
882 int rv = 0;
883 u8 *tag;
884 u32 sw_if_index = ntohl (mp->sw_if_index);
885
886 VALIDATE_SW_IF_INDEX (mp);
887
888 if (mp->is_add)
889 {
Ole Troane5ff5a32019-08-23 22:55:18 +0200890 if (mp->tag[0] == 0)
Dave Barach6d963c22016-12-05 09:50:05 -0500891 {
892 rv = VNET_API_ERROR_INVALID_VALUE;
893 goto out;
894 }
895
Ole Troane5ff5a32019-08-23 22:55:18 +0200896 mp->tag[ARRAY_LEN (mp->tag) - 1] = 0;
897 tag = format (0, "%s%c", mp->tag, 0);
Dave Barach6d963c22016-12-05 09:50:05 -0500898 vnet_set_sw_interface_tag (vnm, tag, sw_if_index);
899 }
900 else
901 vnet_clear_sw_interface_tag (vnm, sw_if_index);
902
903 BAD_SW_IF_INDEX_LABEL;
904out:
905 REPLY_MACRO (VL_API_SW_INTERFACE_TAG_ADD_DEL_REPLY);
906}
907
Matthew Smithe0792fd2019-07-12 11:48:24 -0500908static void vl_api_sw_interface_add_del_mac_address_t_handler
909 (vl_api_sw_interface_add_del_mac_address_t * mp)
910{
911 vl_api_sw_interface_add_del_mac_address_reply_t *rmp;
912 vnet_main_t *vnm = vnet_get_main ();
913 u32 sw_if_index = ntohl (mp->sw_if_index);
914 vnet_hw_interface_t *hi;
915 clib_error_t *error;
916 int rv = 0;
917
918 VALIDATE_SW_IF_INDEX (mp);
919
920 /* for subifs, the MAC should be changed on the actual hw if */
921 hi = vnet_get_sup_hw_interface (vnm, sw_if_index);
922 error = vnet_hw_interface_add_del_mac_address (vnm, hi->hw_if_index,
923 mp->addr, mp->is_add);
924 if (error)
925 {
926 rv = VNET_API_ERROR_UNIMPLEMENTED;
927 clib_error_report (error);
928 goto out;
929 }
930
931 BAD_SW_IF_INDEX_LABEL;
932out:
933 REPLY_MACRO (VL_API_SW_INTERFACE_ADD_DEL_MAC_ADDRESS_REPLY);
934}
935
Jon Loeliger10c273b2017-03-30 08:39:33 -0500936static void vl_api_sw_interface_set_mac_address_t_handler
937 (vl_api_sw_interface_set_mac_address_t * mp)
938{
939 vl_api_sw_interface_set_mac_address_reply_t *rmp;
940 vnet_main_t *vnm = vnet_get_main ();
941 u32 sw_if_index = ntohl (mp->sw_if_index);
Neale Rannsd867a7c2017-10-04 02:29:07 -0700942 vnet_sw_interface_t *si;
Jon Loeliger10c273b2017-03-30 08:39:33 -0500943 clib_error_t *error;
944 int rv = 0;
Jakub Grajciar053204a2019-03-18 13:17:53 +0100945 mac_address_t mac;
Jon Loeliger10c273b2017-03-30 08:39:33 -0500946
947 VALIDATE_SW_IF_INDEX (mp);
948
Neale Rannsd867a7c2017-10-04 02:29:07 -0700949 si = vnet_get_sw_interface (vnm, sw_if_index);
Jakub Grajciar053204a2019-03-18 13:17:53 +0100950 mac_address_decode (mp->mac_address, &mac);
951 error =
952 vnet_hw_interface_change_mac_address (vnm, si->hw_if_index, (u8 *) & mac);
Jon Loeliger10c273b2017-03-30 08:39:33 -0500953 if (error)
954 {
955 rv = VNET_API_ERROR_UNIMPLEMENTED;
956 clib_error_report (error);
957 goto out;
958 }
959
960 BAD_SW_IF_INDEX_LABEL;
961out:
962 REPLY_MACRO (VL_API_SW_INTERFACE_SET_MAC_ADDRESS_REPLY);
963}
964
Juraj Slobodac0374232018-02-01 15:18:49 +0100965static void vl_api_sw_interface_get_mac_address_t_handler
966 (vl_api_sw_interface_get_mac_address_t * mp)
967{
968 vl_api_sw_interface_get_mac_address_reply_t *rmp;
969 vl_api_registration_t *reg;
970 vnet_main_t *vnm = vnet_get_main ();
971 u32 sw_if_index = ntohl (mp->sw_if_index);
972 vnet_sw_interface_t *si;
973 ethernet_interface_t *eth_if = 0;
974 int rv = 0;
975
976 VALIDATE_SW_IF_INDEX (mp);
977
978 si = vnet_get_sup_sw_interface (vnm, sw_if_index);
979 if (si->type == VNET_SW_INTERFACE_TYPE_HARDWARE)
980 eth_if = ethernet_get_interface (&ethernet_main, si->hw_if_index);
981
982 BAD_SW_IF_INDEX_LABEL;
983
984 reg = vl_api_client_index_to_registration (mp->client_index);
985 if (!reg)
986 return;
987 rmp = vl_msg_api_alloc (sizeof (*rmp));
988 rmp->_vl_msg_id = htons (VL_API_SW_INTERFACE_GET_MAC_ADDRESS_REPLY);
989 rmp->context = mp->context;
990 rmp->retval = htonl (rv);
991 if (!rv && eth_if)
Jakub Grajciar053204a2019-03-18 13:17:53 +0100992 mac_address_encode ((mac_address_t *) eth_if->address, rmp->mac_address);
Juraj Slobodac0374232018-02-01 15:18:49 +0100993 vl_api_send_msg (reg, (u8 *) rmp);
994}
995
Stevenad8015b2017-10-29 22:10:46 -0700996static void vl_api_sw_interface_set_rx_mode_t_handler
997 (vl_api_sw_interface_set_rx_mode_t * mp)
998{
999 vl_api_sw_interface_set_rx_mode_reply_t *rmp;
1000 vnet_main_t *vnm = vnet_get_main ();
1001 u32 sw_if_index = ntohl (mp->sw_if_index);
1002 vnet_sw_interface_t *si;
1003 clib_error_t *error;
1004 int rv = 0;
1005
1006 VALIDATE_SW_IF_INDEX (mp);
1007
1008 si = vnet_get_sw_interface (vnm, sw_if_index);
Mohsin Kazmi54f7c512018-08-23 18:28:11 +02001009 if (si->type != VNET_SW_INTERFACE_TYPE_HARDWARE)
1010 {
1011 rv = VNET_API_ERROR_INVALID_VALUE;
1012 goto bad_sw_if_index;
1013 }
1014
Stevenad8015b2017-10-29 22:10:46 -07001015 error = set_hw_interface_change_rx_mode (vnm, si->hw_if_index,
1016 mp->queue_id_valid,
Jakub Grajciar053204a2019-03-18 13:17:53 +01001017 ntohl (mp->queue_id),
1018 (vnet_hw_interface_rx_mode)
1019 mp->mode);
1020
Stevenad8015b2017-10-29 22:10:46 -07001021 if (error)
1022 {
1023 rv = VNET_API_ERROR_UNIMPLEMENTED;
1024 clib_error_report (error);
1025 goto out;
1026 }
1027
1028 BAD_SW_IF_INDEX_LABEL;
1029out:
1030 REPLY_MACRO (VL_API_SW_INTERFACE_SET_RX_MODE_REPLY);
1031}
1032
Mohsin Kazmif0b42f42018-09-10 18:11:00 +02001033static void
1034send_interface_rx_placement_details (vpe_api_main_t * am,
1035 vl_api_registration_t * rp,
1036 u32 sw_if_index, u32 worker_id,
1037 u32 queue_id, u8 mode, u32 context)
1038{
1039 vl_api_sw_interface_rx_placement_details_t *mp;
1040 mp = vl_msg_api_alloc (sizeof (*mp));
Dave Barachb7b92992018-10-17 10:38:51 -04001041 clib_memset (mp, 0, sizeof (*mp));
Mohsin Kazmif0b42f42018-09-10 18:11:00 +02001042
1043 mp->_vl_msg_id = htons (VL_API_SW_INTERFACE_RX_PLACEMENT_DETAILS);
1044 mp->sw_if_index = htonl (sw_if_index);
1045 mp->queue_id = htonl (queue_id);
1046 mp->worker_id = htonl (worker_id);
1047 mp->mode = mode;
1048 mp->context = context;
1049
1050 vl_api_send_msg (rp, (u8 *) mp);
1051}
1052
1053static void vl_api_sw_interface_rx_placement_dump_t_handler
1054 (vl_api_sw_interface_rx_placement_dump_t * mp)
1055{
1056 vnet_main_t *vnm = vnet_get_main ();
1057 vpe_api_main_t *am = &vpe_api_main;
1058 u32 sw_if_index = ntohl (mp->sw_if_index);
1059 vl_api_registration_t *reg;
1060
1061 reg = vl_api_client_index_to_registration (mp->client_index);
1062 if (!reg)
1063 return;
1064
1065 if (sw_if_index == ~0)
1066 {
1067 vnet_device_input_runtime_t *rt;
1068 vnet_device_and_queue_t *dq;
1069 vlib_node_t *pn = vlib_get_node_by_name (am->vlib_main,
1070 (u8 *) "device-input");
1071 uword si;
1072 int index = 0;
1073
1074 /* *INDENT-OFF* */
1075 foreach_vlib_main (({
1076 clib_bitmap_foreach (si, pn->sibling_bitmap,
1077 ({
1078 rt = vlib_node_get_runtime_data (this_vlib_main, si);
1079 vec_foreach (dq, rt->devices_and_queues)
1080 {
1081 vnet_hw_interface_t *hw = vnet_get_hw_interface (vnm,
1082 dq->hw_if_index);
1083 send_interface_rx_placement_details (am, reg, hw->sw_if_index, index,
1084 dq->queue_id, dq->mode, mp->context);
1085 }
1086 }));
1087 index++;
1088 }));
1089 /* *INDENT-ON* */
1090 }
1091 else
1092 {
1093 int i;
1094 vnet_sw_interface_t *si;
1095
1096 if (!vnet_sw_if_index_is_api_valid (sw_if_index))
1097 {
1098 clib_warning ("sw_if_index %u does not exist", sw_if_index);
1099 goto bad_sw_if_index;
1100 }
1101
1102 si = vnet_get_sw_interface (vnm, sw_if_index);
1103 if (si->type != VNET_SW_INTERFACE_TYPE_HARDWARE)
1104 {
1105 clib_warning ("interface type is not HARDWARE! P2P, PIPE and SUB"
1106 " interfaces are not supported");
1107 goto bad_sw_if_index;
1108 }
1109
1110 vnet_hw_interface_t *hw = vnet_get_hw_interface (vnm, si->hw_if_index);
1111
1112 for (i = 0; i < vec_len (hw->dq_runtime_index_by_queue); i++)
1113 {
1114 send_interface_rx_placement_details (am, reg, hw->sw_if_index,
1115 hw->input_node_thread_index_by_queue
1116 [i], i,
1117 hw->rx_mode_by_queue[i],
1118 mp->context);
1119 }
1120 }
1121
1122 BAD_SW_IF_INDEX_LABEL;
1123}
1124
Mohsin Kazmi54f7c512018-08-23 18:28:11 +02001125static void vl_api_sw_interface_set_rx_placement_t_handler
1126 (vl_api_sw_interface_set_rx_placement_t * mp)
1127{
1128 vl_api_sw_interface_set_rx_placement_reply_t *rmp;
1129 vnet_main_t *vnm = vnet_get_main ();
1130 u32 sw_if_index = ntohl (mp->sw_if_index);
1131 vnet_sw_interface_t *si;
1132 clib_error_t *error = 0;
1133 int rv = 0;
1134
1135 VALIDATE_SW_IF_INDEX (mp);
1136
1137 si = vnet_get_sw_interface (vnm, sw_if_index);
1138 if (si->type != VNET_SW_INTERFACE_TYPE_HARDWARE)
1139 {
1140 rv = VNET_API_ERROR_INVALID_VALUE;
1141 goto bad_sw_if_index;
1142 }
1143
1144 error = set_hw_interface_rx_placement (si->hw_if_index,
1145 ntohl (mp->queue_id),
1146 ntohl (mp->worker_id), mp->is_main);
1147 if (error)
1148 {
1149 rv = VNET_API_ERROR_UNIMPLEMENTED;
1150 clib_error_report (error);
1151 goto out;
1152 }
1153
1154 BAD_SW_IF_INDEX_LABEL;
1155out:
1156 REPLY_MACRO (VL_API_SW_INTERFACE_SET_RX_PLACEMENT_REPLY);
1157}
1158
Neale Rannsb8d44812017-11-10 06:53:54 -08001159static void
1160vl_api_create_vlan_subif_t_handler (vl_api_create_vlan_subif_t * mp)
1161{
1162 vl_api_create_vlan_subif_reply_t *rmp;
1163 vnet_main_t *vnm = vnet_get_main ();
1164 u32 sw_if_index = (u32) ~ 0;
1165 vnet_hw_interface_t *hi;
1166 int rv = 0;
1167 u32 id;
1168 vnet_sw_interface_t template;
1169 uword *p;
1170 vnet_interface_main_t *im = &vnm->interface_main;
1171 u64 sup_and_sub_key;
Florin Coras6c4dae22018-01-09 06:39:23 -08001172 vl_api_registration_t *reg;
Neale Rannsb8d44812017-11-10 06:53:54 -08001173 clib_error_t *error;
1174
1175 VALIDATE_SW_IF_INDEX (mp);
1176
1177 hi = vnet_get_sup_hw_interface (vnm, ntohl (mp->sw_if_index));
1178
1179 if (hi->bond_info == VNET_HW_INTERFACE_BOND_INFO_SLAVE)
1180 {
1181 rv = VNET_API_ERROR_BOND_SLAVE_NOT_ALLOWED;
1182 goto out;
1183 }
1184
1185 id = ntohl (mp->vlan_id);
1186 if (id == 0 || id > 4095)
1187 {
1188 rv = VNET_API_ERROR_INVALID_VLAN;
1189 goto out;
1190 }
1191
1192 sup_and_sub_key = ((u64) (hi->sw_if_index) << 32) | (u64) id;
1193
1194 p = hash_get_mem (im->sw_if_index_by_sup_and_sub, &sup_and_sub_key);
1195 if (p)
1196 {
1197 rv = VNET_API_ERROR_VLAN_ALREADY_EXISTS;
1198 goto out;
1199 }
1200
Dave Barachb7b92992018-10-17 10:38:51 -04001201 clib_memset (&template, 0, sizeof (template));
Neale Rannsb8d44812017-11-10 06:53:54 -08001202 template.type = VNET_SW_INTERFACE_TYPE_SUB;
Joe Zhou715f94e2019-03-06 23:05:32 -08001203 template.flood_class = VNET_FLOOD_CLASS_NORMAL;
Neale Rannsb8d44812017-11-10 06:53:54 -08001204 template.sup_sw_if_index = hi->sw_if_index;
1205 template.sub.id = id;
1206 template.sub.eth.raw_flags = 0;
1207 template.sub.eth.flags.one_tag = 1;
1208 template.sub.eth.outer_vlan_id = id;
1209 template.sub.eth.flags.exact_match = 1;
1210
1211 error = vnet_create_sw_interface (vnm, &template, &sw_if_index);
1212 if (error)
1213 {
1214 clib_error_report (error);
1215 rv = VNET_API_ERROR_INVALID_REGISTRATION;
1216 goto out;
1217 }
1218
1219 u64 *kp = clib_mem_alloc (sizeof (*kp));
1220 *kp = sup_and_sub_key;
1221
1222 hash_set (hi->sub_interface_sw_if_index_by_id, id, sw_if_index);
1223 hash_set_mem (im->sw_if_index_by_sup_and_sub, kp, sw_if_index);
1224
1225 BAD_SW_IF_INDEX_LABEL;
1226
1227out:
Florin Coras6c4dae22018-01-09 06:39:23 -08001228 reg = vl_api_client_index_to_registration (mp->client_index);
1229 if (!reg)
Neale Rannsb8d44812017-11-10 06:53:54 -08001230 return;
1231
1232 rmp = vl_msg_api_alloc (sizeof (*rmp));
1233 rmp->_vl_msg_id = htons (VL_API_CREATE_VLAN_SUBIF_REPLY);
1234 rmp->context = mp->context;
1235 rmp->retval = htonl (rv);
1236 rmp->sw_if_index = htonl (sw_if_index);
Florin Coras6c4dae22018-01-09 06:39:23 -08001237 vl_api_send_msg (reg, (u8 *) rmp);
Neale Rannsb8d44812017-11-10 06:53:54 -08001238}
1239
1240static void
1241vl_api_create_subif_t_handler (vl_api_create_subif_t * mp)
1242{
1243 vl_api_create_subif_reply_t *rmp;
1244 vnet_main_t *vnm = vnet_get_main ();
Neale Ranns669f4e32019-10-28 07:56:15 -07001245 u32 sub_sw_if_index = ~0;
Neale Rannsb8d44812017-11-10 06:53:54 -08001246 vnet_hw_interface_t *hi;
Neale Ranns669f4e32019-10-28 07:56:15 -07001247 int rv = 0;
Neale Rannsb8d44812017-11-10 06:53:54 -08001248
1249 VALIDATE_SW_IF_INDEX (mp);
1250
Neale Rannsb8d44812017-11-10 06:53:54 -08001251 hi = vnet_get_sup_hw_interface (vnm, ntohl (mp->sw_if_index));
1252
1253 if (hi->bond_info == VNET_HW_INTERFACE_BOND_INFO_SLAVE)
Neale Ranns669f4e32019-10-28 07:56:15 -07001254 rv = VNET_API_ERROR_BOND_SLAVE_NOT_ALLOWED;
1255 else
1256 rv = vnet_create_sub_interface (ntohl (mp->sw_if_index),
1257 ntohl (mp->sub_id),
1258 ntohl (mp->sub_if_flags),
1259 ntohs (mp->inner_vlan_id),
1260 ntohs (mp->outer_vlan_id),
1261 &sub_sw_if_index);
Neale Rannsb8d44812017-11-10 06:53:54 -08001262
1263 BAD_SW_IF_INDEX_LABEL;
1264
Neale Rannsb8d44812017-11-10 06:53:54 -08001265 /* *INDENT-OFF* */
1266 REPLY_MACRO2(VL_API_CREATE_SUBIF_REPLY,
1267 ({
Neale Ranns669f4e32019-10-28 07:56:15 -07001268 rmp->sw_if_index = ntohl(sub_sw_if_index);
Neale Rannsb8d44812017-11-10 06:53:54 -08001269 }));
1270 /* *INDENT-ON* */
1271}
1272
1273static void
1274vl_api_delete_subif_t_handler (vl_api_delete_subif_t * mp)
1275{
1276 vl_api_delete_subif_reply_t *rmp;
1277 int rv;
1278
1279 rv = vnet_delete_sub_interface (ntohl (mp->sw_if_index));
1280
1281 REPLY_MACRO (VL_API_DELETE_SUBIF_REPLY);
1282}
1283
1284static void
1285vl_api_interface_name_renumber_t_handler (vl_api_interface_name_renumber_t *
1286 mp)
1287{
1288 vl_api_interface_name_renumber_reply_t *rmp;
1289 int rv = 0;
1290
1291 VALIDATE_SW_IF_INDEX (mp);
1292
1293 rv = vnet_interface_name_renumber
1294 (ntohl (mp->sw_if_index), ntohl (mp->new_show_dev_instance));
1295
1296 BAD_SW_IF_INDEX_LABEL;
1297
1298 REPLY_MACRO (VL_API_INTERFACE_NAME_RENUMBER_REPLY);
1299}
1300
1301static void
1302vl_api_create_loopback_t_handler (vl_api_create_loopback_t * mp)
1303{
1304 vl_api_create_loopback_reply_t *rmp;
1305 u32 sw_if_index;
1306 int rv;
Jakub Grajciar053204a2019-03-18 13:17:53 +01001307 mac_address_t mac;
Neale Rannsb8d44812017-11-10 06:53:54 -08001308
Jakub Grajciar053204a2019-03-18 13:17:53 +01001309 mac_address_decode (mp->mac_address, &mac);
1310 rv = vnet_create_loopback_interface (&sw_if_index, (u8 *) & mac, 0, 0);
Neale Rannsb8d44812017-11-10 06:53:54 -08001311
1312 /* *INDENT-OFF* */
1313 REPLY_MACRO2(VL_API_CREATE_LOOPBACK_REPLY,
1314 ({
1315 rmp->sw_if_index = ntohl (sw_if_index);
1316 }));
1317 /* *INDENT-ON* */
1318}
1319
1320static void vl_api_create_loopback_instance_t_handler
1321 (vl_api_create_loopback_instance_t * mp)
1322{
1323 vl_api_create_loopback_instance_reply_t *rmp;
1324 u32 sw_if_index;
1325 u8 is_specified = mp->is_specified;
1326 u32 user_instance = ntohl (mp->user_instance);
1327 int rv;
Jakub Grajciar053204a2019-03-18 13:17:53 +01001328 mac_address_t mac;
Neale Rannsb8d44812017-11-10 06:53:54 -08001329
Jakub Grajciar053204a2019-03-18 13:17:53 +01001330 mac_address_decode (mp->mac_address, &mac);
1331 rv = vnet_create_loopback_interface (&sw_if_index, (u8 *) & mac,
Neale Rannsb8d44812017-11-10 06:53:54 -08001332 is_specified, user_instance);
1333
1334 /* *INDENT-OFF* */
1335 REPLY_MACRO2(VL_API_CREATE_LOOPBACK_INSTANCE_REPLY,
1336 ({
1337 rmp->sw_if_index = ntohl (sw_if_index);
1338 }));
1339 /* *INDENT-ON* */
1340}
1341
1342static void
1343vl_api_delete_loopback_t_handler (vl_api_delete_loopback_t * mp)
1344{
1345 vl_api_delete_loopback_reply_t *rmp;
1346 u32 sw_if_index;
1347 int rv;
1348
1349 sw_if_index = ntohl (mp->sw_if_index);
1350 rv = vnet_delete_loopback_interface (sw_if_index);
1351
1352 REPLY_MACRO (VL_API_DELETE_LOOPBACK_REPLY);
1353}
1354
Neale Ranns6f4a6be2018-03-16 16:26:21 -07001355static void
1356 vl_api_collect_detailed_interface_stats_t_handler
1357 (vl_api_collect_detailed_interface_stats_t * mp)
1358{
1359 vl_api_collect_detailed_interface_stats_reply_t *rmp;
1360 int rv = 0;
1361
Neale Ranns871dc422018-03-29 01:28:09 -07001362 rv =
1363 vnet_sw_interface_stats_collect_enable_disable (ntohl (mp->sw_if_index),
1364 mp->enable_disable);
Neale Ranns6f4a6be2018-03-16 16:26:21 -07001365
1366 REPLY_MACRO (VL_API_COLLECT_DETAILED_INTERFACE_STATS_REPLY);
1367}
1368
Dave Barachaff70772016-10-31 11:59:07 -04001369/*
1370 * vpe_api_hookup
1371 * Add vpe's API message handlers to the table.
Paul Vinciguerrabdc0e6b2018-09-22 05:32:50 -07001372 * vlib has already mapped shared memory and
Dave Barachaff70772016-10-31 11:59:07 -04001373 * added the client registration handlers.
1374 * See .../vlib-api/vlibmemory/memclnt_vlib.c:memclnt_process()
1375 */
1376#define vl_msg_name_crc_list
Dave Barachb5e8a772016-12-06 12:04:42 -05001377#include <vnet/interface.api.h>
Dave Barachaff70772016-10-31 11:59:07 -04001378#undef vl_msg_name_crc_list
1379
1380static void
1381setup_message_id_table (api_main_t * am)
1382{
1383#define _(id,n,crc) vl_msg_api_add_msg_name_crc (am, #n "_" #crc, id);
1384 foreach_vl_msg_name_crc_interface;
1385#undef _
1386}
1387
Dave Barach6d963c22016-12-05 09:50:05 -05001388pub_sub_handler (interface_events, INTERFACE_EVENTS);
1389
Dave Barachaff70772016-10-31 11:59:07 -04001390static clib_error_t *
1391interface_api_hookup (vlib_main_t * vm)
1392{
Dave Barach39d69112019-11-27 11:42:13 -05001393 api_main_t *am = vlibapi_get_main ();
Dave Barachaff70772016-10-31 11:59:07 -04001394
1395#define _(N,n) \
1396 vl_msg_api_set_handlers(VL_API_##N, #n, \
1397 vl_api_##n##_t_handler, \
1398 vl_noop_handler, \
1399 vl_api_##n##_t_endian, \
1400 vl_api_##n##_t_print, \
1401 sizeof(vl_api_##n##_t), 1);
1402 foreach_vpe_api_msg;
1403#undef _
1404
Steven Luongc5fa2b82019-04-25 11:19:49 -07001405 /* Mark these APIs as mp safe */
1406 am->is_mp_safe[VL_API_SW_INTERFACE_DUMP] = 1;
1407 am->is_mp_safe[VL_API_SW_INTERFACE_DETAILS] = 1;
1408 am->is_mp_safe[VL_API_SW_INTERFACE_TAG_ADD_DEL] = 1;
1409
Dave Barach3940de32019-07-23 16:28:36 -04001410 /* Do not replay VL_API_SW_INTERFACE_DUMP messages */
1411 am->api_trace_cfg[VL_API_SW_INTERFACE_DUMP].replay_enable = 0;
1412
Dave Barachaff70772016-10-31 11:59:07 -04001413 /*
1414 * Set up the (msg_name, crc, message-id) table
1415 */
1416 setup_message_id_table (am);
1417
1418 return 0;
1419}
1420
1421VLIB_API_INIT_FUNCTION (interface_api_hookup);
1422
1423/*
1424 * fd.io coding-style-patch-verification: ON
1425 *
1426 * Local Variables:
1427 * eval: (c-set-style "gnu")
1428 * End:
1429 */