blob: efbba1ce6036383ea86bb5a4a03a20b1d9798263 [file] [log] [blame]
Nathan Skrzypczak9ad39c02021-08-19 11:38:06 +02001Release notes for VPP 19.08
2===========================
3
4More than 850 commits since the 19.04 release.
5
6Features
7--------
8
9Infrastructure
10~~~~~~~~~~~~~~
11
12- API
13
14 - API language: new types and limits support
15 - Python API - add support for defaults
16 - Export ip_types.api for out-of-tree plugins use
17 - Refactor ipip.api with explicit types
18
19- DPDK
20
21 - 19.05 integration
22 - Remove bonding code
23 - Rework extended stats
24
25- Debugging & Servicability
26
27 - debug CLI leak-checker
28 - vlib: add “memory-trace stats-segment”
29 - vppapitrace JSON/API trace converter
30 - ARP: add arp-disabled node
31 - igmp: Trace more data from input packets
32 - ip: Trace the packet from the punt node
33 - Python API debug introspection improvements
34 - Pin dependencies for make test infra
35 - FEATURE.yaml meta-data infrastructure
36 - tcp: add cc stats plotting tools
37 - Packet tracer support for thread handoffs
38
39- libmemif: support for multi-thread connection establishment
40- svm
41
42 - fifo ooo reads/writes with multiple chunks
43 - support addition/removal of chunks to fifos
44
45- vppinfra
46
47 - Mapped pcap file support
48 - More AVX2 and AVX512 inlines
49 - VLIB_INIT_FUNCTION sequencing rework
50 - refactor spinlocks and rwlocks
51 - add rbtree
52 - add doubly linked list
53
54- rdma: bump rdma-core to v25.0
55- stats
56
57 - Add the number of worker threads and per worker thread vector
58 rates
59 - Support multiple workers for error counters
60
61VNET & Plugins
62~~~~~~~~~~~~~~
63
64- New Plugins
65
66 - HTTP static page server with TLS support
67 - L3 cross connect
68
69- acl: implement stat-segment counters
70- arp: add feature arcs: arp-reply, arp-input, arp-proxy
71- avf: improved logging and added 2.5/5 Gbps speeds
72- bonding: NUMA-related improvements
73- crypto: add support for AES-CTR cipher
74- fib
75
76 - FIB Entry tracking
77 - Support the POP of a Pseudo Wire Control Word
78
79- gbp
80
81 - Anonymous l3-out subnets support
82 - ARP unicast forward in gbp bridge domain
83 - An Endpoint can change sclass
84 - Consider data-plane learnt source better than control-plane
85 - VRF scoped contracts
86
87- gso (experimental)
88
89 - Add support to pg interfaces
90 - Add support to vhost user
91 - Add support to native virtio
92 - Add support for tagged interfaces
93
94- punt: allow to specify packets by IP protocol Type
95- ip6-local: hop-by-hop protocol demux table
96- ipsec
97
98 - intel-ipsec-mb version 0.52
99 - AH encrypt rework
100 - handle UDP keepalives
101 - support GCM in ESP
102
103- virtio
104
105 - Refactor control queue support
106
107- dhcp-client: DSCP marking for transmitted packets
108- Idle resource usage improvements
109
110 - Allocate bihash virtual space on demand
111 - gre: don’t register gre input nodes unless a gre tunnel is created
112 - gtpu: don’t register udp ports unless a tunnel is created
113 - lacp: create lacp-process on demand
114 - lisp-cp: start lisp retry service on demand
115 - start the cdp period and dns resolver process on demand
116 - vat: unload unused vat plugins
117
118- nat: api cleanup & update
119- nsim: make available as an output feature
120- load-balance performance improvements
121- l2: Add support for arp unicast forwarding
122- mactime
123
124 - Mini-ACLs
125 - Per-MAC allow-with-quota feature
126
127- qos
128
129 - QoS dump APIs
130 - Store function
131
132- rdma: add support for promiscuous mode (l2-switching and xconnect)
133- sr: update the Segment Routing definition to be compliant with
134 current in IETF
135- udp-ping: disable due to conflict with mldv2
136- vxlan-gpe: improve encap performance
137- vom
138
139 - QoS support
140 - Bridge domain arp unicast forwarding flag
141 - Bridge domain unknown unicast flooding flag
142
143Host stack
144~~~~~~~~~~
145
146- session
147
148 - API to support manual svm fifo resizing
149 - Improved session output scheduler and close state machine
150 - Transport and session cleanup notifications for builtin apps
151 - Session migration notifications for builtin apps
152 - Support for no session layer lookup transports (quic and tls)
153 - Ability to retrieve local/remote endpoint in transport vft
154 - Cleanup segment manager and fifo segment
155 - Fix vpp to app msg generation on enqueue fail
156 - Improve event logging
157 - Moved test applications to hsa plugin
158
159- tcp
160
161 - Congestion control algorithm enhancements
162 - Delivery rate estimator
163 - ACK/retransmission refactor and pacing
164 - Add tcp-input sibling nodes without full 6-tuple lookup
165 - More RFC4898 connection statistics
166 - Allow custom output next node
167 - Allow custom congestion control algorithms
168
169- quic
170
171 - Multi-thread support
172 - Logs readability improvements
173 - Multistream support
174
175- tls
176
177 - Fix close with data and listen failures
178 - Handle TCP transport rests
179 - Support endpoint retrieval interface
180
181- vcl
182
183 - support quic streams and “connectable listeners”
184 - worker unregister api
185 - fix epoll with large events batch
186 - ldp: add option to eanble transparent TLS connections
187
188- udp:
189
190 - support close with data
191 - fixed session migration
192
193- sctp
194
195 - add option to enable/disable default to disable
196 - moved from vnet to plugins
197
198Known issues
199------------
200
201For the full list of issues please refer to fd.io
202`JIRA <https://jira.fd.io>`__.
203
204Issues fixed
205------------
206
207For the full list of fixed issues please refer to:
208
209- fd.io `JIRA <https://jira.fd.io>`__
210- git `commit log <https://git.fd.io/vpp/log/?h=stable/1908>`__
211
212
213API changes
214-----------
215
216Description of results:
217
218- *Definition changed*: indicates that the API file was modified
219 between releases.
220- *Only in image*: indicates the API is new for this release.
221- *Only in file*: indicates the API has been removed in this release.
222
223============================================= ==================
224Message Name Result
225============================================= ==================
226abf_itf_attach_add_del definition changed
227abf_itf_attach_details definition changed
228abf_policy_add_del definition changed
229abf_policy_details definition changed
230acl_add_replace definition changed
231acl_details definition changed
232acl_stats_intf_counters_enable only in image
233acl_stats_intf_counters_enable_reply only in image
234api_versions_reply definition changed
235bd_ip_mac_add_del definition changed
236bd_ip_mac_details definition changed
237bier_disp_entry_add_del definition changed
238bier_disp_entry_details definition changed
239bier_imp_add definition changed
240bier_imp_details definition changed
241bier_route_add_del definition changed
242bier_route_details definition changed
243bier_route_dump definition changed
244bier_table_add_del definition changed
245bier_table_details definition changed
246bond_create definition changed
247bridge_domain_add_del definition changed
248bridge_domain_details definition changed
249bridge_flags definition changed
250connect_sock definition changed
251create_vhost_user_if definition changed
252ct6_enable only in file
253ct6_enable_disable only in image
254ct6_enable_disable_reply only in image
255ct6_enable_disable only in file
256dhcp6_pd_reply_event definition changed
257dhcp6_pd_send_client_message definition changed
258dhcp6_reply_event definition changed
259dhcp6_send_client_message definition changed
260dhcp_client_config definition changed
261dhcp_client_details definition changed
262dhcp_compl_event definition changed
263dhcp_proxy_details definition changed
264dslite_add_del_pool_addr_range definition changed
265dslite_address_details definition changed
266dslite_get_aftr_addr_reply definition changed
267dslite_get_b4_addr_reply definition changed
268dslite_set_aftr_addr definition changed
269dslite_set_b4_addr definition changed
270gbp_bridge_domain_add definition changed
271gbp_bridge_domain_details definition changed
272gbp_contract_add_del definition changed
273gbp_contract_details definition changed
274gbp_endpoint_add definition changed
275gbp_endpoint_details definition changed
276gbp_endpoint_group_add definition changed
277gbp_endpoint_group_details definition changed
278gbp_ext_itf_add_del definition changed
279gbp_ext_itf_details definition changed
280gbp_recirc_add_del definition changed
281gbp_recirc_details definition changed
282gbp_route_domain_add definition changed
283gbp_route_domain_details definition changed
284gbp_subnet_add_del definition changed
285gbp_subnet_details definition changed
286gbp_vxlan_tunnel_add definition changed
287gbp_vxlan_tunnel_details definition changed
288get_f64_endian_value only in image
289get_f64_endian_value_reply only in image
290get_f64_increment_by_one only in image
291get_f64_increment_by_one_reply only in image
292gpe_add_del_fwd_entry definition changed
293gpe_fwd_entries_get_reply definition changed
294gpe_fwd_entry_path_details definition changed
295gpe_native_fwd_rpaths_get_reply definition changed
296gre_add_del_tunnel only in file
297gre_add_del_tunnel_reply only in file
298gre_tunnel_add_del only in image
299gre_tunnel_add_del_reply only in image
300gre_tunnel_details definition changed
301gre_tunnel_dump definition changed
302http_static_enable only in image
303http_static_enable_reply only in image
304igmp_event definition changed
305igmp_group_prefix_details definition changed
306igmp_group_prefix_set definition changed
307igmp_listen definition changed
308ip6_fib_details only in file
309ip6_fib_dump only in file
310ip6_mfib_details only in file
311ip6_mfib_dump only in file
312ip6_ra_event definition changed
313ip_add_del_route only in file
314ip_add_del_route_reply only in file
315ip_address_details definition changed
316ip_container_proxy_add_del definition changed
317ip_container_proxy_details definition changed
318ip_fib_details only in file
319ip_fib_dump only in file
320ip_mfib_details only in file
321ip_mfib_dump only in file
322ip_mroute_add_del definition changed
323ip_mroute_details only in image
324ip_mroute_dump only in image
325ip_mtable_details only in image
326ip_mtable_dump only in image
327ip_neighbor_add_del definition changed
328ip_neighbor_details definition changed
329ip_probe_neighbor definition changed
330ip_punt_redirect definition changed
331ip_punt_redirect_details definition changed
332ip_reassembly_get_reply definition changed
333ip_reassembly_set definition changed
334ip_route_add_del only in image
335ip_route_add_del_reply only in image
336ip_route_details only in image
337ip_route_dump only in image
338ip_source_and_port_range_check_add_del definition changed
339ip_table_add_del definition changed
340ip_table_details only in image
341ip_table_dump only in image
342ipfix_flush only in image
343ipfix_flush_reply only in image
344ipip_6rd_add_tunnel definition changed
345ipip_add_tunnel definition changed
346ipip_tunnel_details definition changed
347ipsec_backend_details definition changed
348ipsec_gre_tunnel_add_del only in file
349ipsec_gre_tunnel_add_del_reply only in file
350ipsec_gre_tunnel_details only in file
351ipsec_gre_tunnel_dump only in file
352ipsec_sa_details definition changed
353ipsec_sa_set_key only in file
354ipsec_sa_set_key_reply only in file
355ipsec_sad_entry_add_del definition changed
356ipsec_select_backend definition changed
357ipsec_spd_details definition changed
358ipsec_spd_entry_add_del definition changed
359ipsec_tunnel_if_add_del definition changed
360ipsec_tunnel_if_set_key only in file
361ipsec_tunnel_if_set_key_reply only in file
362ipsec_tunnel_protect_del only in image
363ipsec_tunnel_protect_del_reply only in image
364ipsec_tunnel_protect_details only in image
365ipsec_tunnel_protect_dump only in image
366ipsec_tunnel_protect_update only in image
367ipsec_tunnel_protect_update_reply only in image
368l2_macs_event definition changed
369l3xc_del only in image
370l3xc_del_reply only in image
371l3xc_details only in image
372l3xc_dump only in image
373l3xc_plugin_get_version only in image
374l3xc_plugin_get_version_reply only in image
375l3xc_update only in image
376l3xc_update_reply only in image
377lb_add_del_as definition changed
378lb_add_del_vip definition changed
379lb_as_details only in image
380lb_as_dump only in image
381lb_flush_vip definition changed
382lb_vip_details only in image
383lb_vip_dump only in image
384lisp_add_del_locator_set definition changed
385lisp_add_del_remote_mapping definition changed
386lisp_adjacencies_get_reply definition changed
387log_details only in image
388log_dump only in image
389macip_acl_add definition changed
390macip_acl_add_replace definition changed
391macip_acl_details definition changed
392mactime_add_del_range definition changed
393map_add_domain definition changed
394map_domain_details definition changed
395mfib_signal_details definition changed
396modify_vhost_user_if definition changed
397mpls_fib_details only in file
398mpls_fib_dump only in file
399mpls_ip_bind_unbind definition changed
400mpls_route_add_del definition changed
401mpls_route_details only in image
402mpls_route_dump only in image
403mpls_table_add_del definition changed
404mpls_table_details only in image
405mpls_table_dump only in image
406mpls_tunnel_add_del definition changed
407mpls_tunnel_details definition changed
408nat44_add_del_address_range definition changed
409nat44_add_del_identity_mapping definition changed
410nat44_add_del_interface_addr definition changed
411nat44_add_del_lb_static_mapping definition changed
412nat44_add_del_static_mapping definition changed
413nat44_address_details definition changed
414nat44_del_session definition changed
415nat44_forwarding_enable_disable definition changed
416nat44_forwarding_is_enabled_reply definition changed
417nat44_identity_mapping_details definition changed
418nat44_interface_add_del_feature definition changed
419nat44_interface_add_del_output_feature definition changed
420nat44_interface_addr_details definition changed
421nat44_interface_details definition changed
422nat44_interface_output_feature_details definition changed
423nat44_lb_static_mapping_add_del_local definition changed
424nat44_lb_static_mapping_details definition changed
425nat44_static_mapping_details definition changed
426nat44_user_details definition changed
427nat44_user_session_details definition changed
428nat44_user_session_dump definition changed
429nat64_add_del_interface_addr definition changed
430nat64_add_del_interface definition changed
431nat64_add_del_pool_addr_range definition changed
432nat64_add_del_prefix definition changed
433nat64_add_del_static_bib definition changed
434nat64_bib_details definition changed
435nat64_interface_details definition changed
436nat64_pool_addr_details definition changed
437nat64_prefix_details definition changed
438nat64_st_details definition changed
439nat66_add_del_interface definition changed
440nat66_add_del_static_mapping definition changed
441nat66_interface_details definition changed
442nat66_static_mapping_details definition changed
443nat_det_add_del_map definition changed
444nat_det_close_session_in definition changed
445nat_det_close_session_out definition changed
446nat_det_forward definition changed
447nat_det_forward_reply definition changed
448nat_det_map_details definition changed
449nat_det_reverse definition changed
450nat_det_reverse_reply definition changed
451nat_det_session_details definition changed
452nat_det_session_dump definition changed
453nat_get_mss_clamping_reply definition changed
454nat_ipfix_enable_disable definition changed
455nat_reass_details definition changed
456nat_set_log_level only in image
457nat_set_log_level_reply only in image
458nat_set_mss_clamping definition changed
459nat_set_reass definition changed
460nat_show_config_reply definition changed
461nat_worker_details definition changed
462nsim_cross_connect_enable_disable only in image
463nsim_cross_connect_enable_disable_reply only in image
464nsim_enable_disable only in file
465nsim_enable_disable_reply only in file
466nsim_output_feature_enable_disable only in image
467nsim_output_feature_enable_disable_reply only in image
468oam_add_del only in file
469oam_add_del_reply only in file
470oam_event only in file
471one_add_del_locator_set definition changed
472one_add_del_remote_mapping definition changed
473one_adjacencies_get_reply definition changed
474one_l2_arp_entries_get_reply definition changed
475one_ndp_entries_get_reply definition changed
476p2p_ethernet_add definition changed
477p2p_ethernet_add_reply definition changed
478p2p_ethernet_del definition changed
479pg_create_interface definition changed
480proxy_arp_add_del definition changed
481proxy_arp_details definition changed
482punt_details only in file
483punt_dump only in file
484punt_reason_details only in image
485punt_reason_dump only in image
486punt_socket_deregister definition changed
487punt_socket_details definition changed
488punt_socket_dump definition changed
489punt_socket_register definition changed
490qos_egress_map_delete definition changed
491qos_egress_map_details only in image
492qos_egress_map_dump only in image
493qos_egress_map_update definition changed
494qos_mark_details only in image
495qos_mark_details_reply only in image
496qos_mark_dump only in image
497qos_mark_enable_disable definition changed
498qos_record_details only in image
499qos_record_dump only in image
500qos_record_enable_disable definition changed
501qos_store_details only in image
502qos_store_dump only in image
503qos_store_enable_disable only in image
504qos_store_enable_disable_reply only in image
505sctp_add_src_dst_connection only in file
506sctp_add_src_dst_connection_reply only in file
507sctp_config only in file
508sctp_config_reply only in file
509sctp_del_src_dst_connection only in file
510sctp_del_src_dst_connection_reply only in file
511set_punt definition changed
512show_threads_reply definition changed
513show_vpe_system_time only in image
514show_vpe_system_time_reply only in image
515sockclnt_create_reply definition changed
516sr_localsid_add_del definition changed
517sr_localsids_details definition changed
518sr_policies_details definition changed
519sr_policy_add definition changed
520sr_policy_del definition changed
521sr_policy_mod definition changed
522sr_steering_pol_details definition changed
523svs_details definition changed
524svs_enable_disable definition changed
525svs_route_add_del definition changed
526svs_table_add_del definition changed
527sw_interface_bond_details definition changed
528sw_interface_dump definition changed
529sw_interface_ip6_set_link_local_address only in image
530sw_interface_ip6_set_link_local_address_reply only in image
531sw_interface_ip6nd_ra_prefix definition changed
532sw_interface_set_l2_bridge definition changed
533sw_interface_tap_v2_details definition changed
534syslog_get_filter_reply definition changed
535syslog_set_filter definition changed
536tap_create_v2 definition changed
537udp_encap_add definition changed
538udp_encap_details definition changed
539virtio_pci_create definition changed
540vmxnet3_details definition changed
541vxlan_gbp_tunnel_add_del definition changed
542vxlan_gbp_tunnel_details definition changed
543want_oam_events only in file
544want_oam_events_reply only in file
545============================================= ==================
546
547Found 319 api message signature differences
548
549Patches that changed API definitions
550~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
551
552``src/vpp/api/vpe_types.api``
553
554* `a47a5f20a <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a47a5f20a>`_ api papi: add alias for timestamp(datetime)/timedelta
555* `3cf9e67f5 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3cf9e67f5>`_ api: add vl_api_version_t type
556
557``src/vpp/api/vpe.api``
558
559* `a47a5f20a <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a47a5f20a>`_ api papi: add alias for timestamp(datetime)/timedelta
560* `888640a39 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=888640a39>`_ map gbp papi: match endianess of f64
561* `03f1af23b <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=03f1af23b>`_ api: Implement log_dump/log_details
562* `c87b66c86 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c87b66c86>`_ ipsec: ipsec-tun protect
563* `9ac113815 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9ac113815>`_ API: Add support for limits to language.
564
565``src/examples/sample-plugin/sample/sample.api``
566
567* `78d91cf9a <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=78d91cf9a>`_ sample-plugin: refactor .api to use explicit types
568
569``src/vnet/interface.api``
570
571* `0ad4a439d <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0ad4a439d>`_ Fix vpp crash bug while deleting dhcp client
572* `9a29f795a <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9a29f795a>`_ vpp_papi_provider.py: update defautmapping.
573* `b8591ac91 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b8591ac91>`_ API sw_interface_dump: Dump all if index is zero
574* `4a7240636 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4a7240636>`_ Make sw_interface_dump more compatible with 2.2.0
575* `6407ba56a <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6407ba56a>`_ api: Add to interface crud - read by sw_if_index.
576
577``src/vnet/qos/qos.api``
578
579* `83832e7ce <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=83832e7ce>`_ qos: Store function
580* `5281a9029 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5281a9029>`_ qos: QoS dump APIs
581
582``src/vnet/bier/bier.api``
583
584* `097fa66b9 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=097fa66b9>`_ fib: fib api updates
585* `e6eefb6e3 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e6eefb6e3>`_ Trivial Typo's in bier comments/docs.
586
587``src/vnet/ipfix-export/ipfix_export.api``
588
589* `21b83e96d <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=21b83e96d>`_ api: implement ipfix_flush
590
591``src/vnet/session/session.api``
592
593* `8ac1d6d05 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8ac1d6d05>`_ session: Use parent_handle instead of transport_opts
594* `ba65ca496 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ba65ca496>`_ Add transport_opts to connect_sock bapi
595
596``src/vnet/gre/gre.api``
597
598* `814f15948 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=814f15948>`_ gre: update gre.api with explicit types
599* `d0aed2eb3 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d0aed2eb3>`_ GRE: set gre_tunnel_type init value to zero in API
600* `5a8844bdb <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5a8844bdb>`_ GRE: API update
601
602``src/vnet/pg/pg.api``
603
604* `22e9cfd76 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=22e9cfd76>`_ pg: add GSO support
605
606``src/vnet/l2/l2.api``
607
608* `bc764c8bc <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bc764c8bc>`_ l2: BD ARP termination entry API update
609* `54bc5e40c <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=54bc5e40c>`_ Update API description
610* `5e6f7348c <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5e6f7348c>`_ l2: Add support for arp unicast forwarding
611
612``src/vnet/udp/udp.api``
613
614* `10dc2eabd <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=10dc2eabd>`_ udp: fix copyright typo
615
616``src/vnet/devices/tap/tapv2.api``
617
618* `97d54ed43 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=97d54ed43>`_ tap: add support to configure tap interface host MTU size
619
620``src/vnet/devices/virtio/vhost_user.api``
621
622* `4208a4ce8 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4208a4ce8>`_ devices interface tests: vhosst GSO support
623
624``src/vnet/devices/virtio/virtio.api``
625
626* `bbd6b746e <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bbd6b746e>`_ virtio: Add gso support for native virtio driver
627* `43b512cac <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=43b512cac>`_ virtio: remove configurable queue size support
628
629``src/vnet/mfib/mfib_types.api``
630
631* `097fa66b9 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=097fa66b9>`_ fib: fib api updates
632
633``src/vnet/ipsec/ipsec.api``
634
635* `c87b66c86 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c87b66c86>`_ ipsec: ipsec-tun protect
636* `f2922422d <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f2922422d>`_ ipsec: remove the set_key API
637* `80f6fd53f <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=80f6fd53f>`_ IPSEC: Pass the algorithm salt (used in GCM) over the API
638
639``src/vnet/ethernet/p2p_ethernet.api``
640
641* `8edca1361 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8edca1361>`_ p2p ethernet: update p2p_ethernet.api with explicit types.
642
643``src/vnet/bonding/bond.api``
644
645* `751e3f382 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=751e3f382>`_ bonding: add support for numa-only in lacp mode
646
647``src/vnet/mpls/mpls.api``
648
649* `097fa66b9 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=097fa66b9>`_ fib: fib api updates
650
651``src/vnet/ipip/ipip.api``
652
653* `288e09362 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=288e09362>`_ ipip: refactor ipip.api with explicit types
654* `cbd0824d6 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=cbd0824d6>`_ IPIP tunnel: use address types on API
655
656``src/vnet/fib/fib_types.api``
657
658* `1dbcf30b7 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1dbcf30b7>`_ fib: Support the POP of a Psuedo Wire Control Word
659* `097fa66b9 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=097fa66b9>`_ fib: fib api updates
660
661``src/vnet/dhcp/dhcp.api``
662
663* `038e1dfbd <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=038e1dfbd>`_ dhcp ip: DSCP settings for transmitted DHCP packets
664* `56bc738dc <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=56bc738dc>`_ Fix VPP-1487 DHCP client does not support option 6-domain server
665
666``src/vnet/ip/punt.api``
667
668* `719beb709 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=719beb709>`_ ip ipsec: Remove IPSec SPI-0 punt reason
669* `b538dd868 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b538dd868>`_ Punt: specify packets by IP protocol Type
670* `50f0ac0f0 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=50f0ac0f0>`_ Punt: socket register for exception dispatched/punted packets based on reason
671
672``src/vnet/ip/ip.api``
673
674* `097fa66b9 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=097fa66b9>`_ fib: fib api updates
675* `3a343d42d <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3a343d42d>`_ reassembly: prevent long chain attack
676
677``src/vnet/ip/ip_types.api``
678
679* `515eed425 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=515eed425>`_ api: add prefix matcher typedef
680* `038e1dfbd <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=038e1dfbd>`_ dhcp ip: DSCP settings for transmitted DHCP packets
681* `53c501512 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=53c501512>`_ api: add DSCP definitions to ip_types.api
682* `ab05508e1 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ab05508e1>`_ api: refactor format_vl_api_prefix_t return keys
683* `b538dd868 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b538dd868>`_ Punt: specify packets by IP protocol Type
684* `50f0ac0f0 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=50f0ac0f0>`_ Punt: socket register for exception dispatched/punted packets based on reason
685
686``src/plugins/l3xc/l3xc.api``
687
688* `59fa121f8 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=59fa121f8>`_ L3 cross connect
689
690``src/plugins/map/map.api``
691
692* `4d376f67a <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4d376f67a>`_ map: Use vl_api_string macros.
693
694``src/plugins/http_static/http_static.api``
695
696* `68b24e2c9 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=68b24e2c9>`_ plugins: http_static. Migrate to use api string type.
697* `22bc2c46e <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=22bc2c46e>`_ Static http server
698
699``src/plugins/igmp/igmp.api``
700
701* `4ff09ae34 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4ff09ae34>`_ API: Python and Unix domain socket improvement
702
703``src/plugins/sctp/sctp.api``
704
705* `3ffe6cadf <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3ffe6cadf>`_ sctp: move to plugins, disabled by default
706
707``src/plugins/lb/lb.api``
708
709* `3efcd0d7c <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3efcd0d7c>`_ lb: vip and as dump/detail api's
710* `a0cb32cb9 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a0cb32cb9>`_ lb: update api.c to use scaffolding from latest skel
711
712``src/plugins/lb/lb_types.api``
713
714* `3efcd0d7c <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3efcd0d7c>`_ lb: vip and as dump/detail api's
715
716``src/plugins/mactime/mactime.api``
717
718* `7681b1c46 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7681b1c46>`_ mactime: add per-mac allow-with-quota feature
719* `0c6ac791d <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0c6ac791d>`_ mactime: upstream new features
720
721``src/plugins/gbp/gbp.api``
722
723* `3918bdbcb <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3918bdbcb>`_ gbp: update gbp-ext-itf API
724* `3c0d84c98 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3c0d84c98>`_ gbp: add anonymous l3-out subnets
725* `cfc7a107e <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=cfc7a107e>`_ gbp: add anonymous l3-out external interfaces
726* `160c923f9 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=160c923f9>`_ gbp: VRF scoped contracts
727
728``src/plugins/acl/acl_types.api``
729
730* `bb2e5221a <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bb2e5221a>`_ api acl: breakout acl_types.api for reuse by others
731
732``src/plugins/acl/acl.api``
733
734* `bb2e5221a <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bb2e5221a>`_ api acl: breakout acl_types.api for reuse by others
735* `f995c7122 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f995c7122>`_ acl: implement counters
736
737``src/plugins/nat/nat.api``
738
739* `e6e09a4ac <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e6e09a4ac>`_ nat: elog rewrite for multi-worker support
740* `c1f93067e <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c1f93067e>`_ Add default value for API Nat flags
741* `dd1e3e780 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dd1e3e780>`_ NAT: VPP-1531 api cleanup & update
742* `89fec713f <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=89fec713f>`_ Revert "NAT: VPP-1531 api cleanup & update"
743* `bed1421b9 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bed1421b9>`_ NAT: VPP-1531 api cleanup & update
744
745``src/plugins/abf/abf.api``
746
747* `097fa66b9 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=097fa66b9>`_ fib: fib api updates
748
749``src/plugins/nsim/nsim.api``
750
751* `7c91007e1 <https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7c91007e1>`_ Make the loss / delay sim available as an output feature
752