GBP: Endpoints with VLAN tags and birdges that don't learn
[vpp.git] / RELEASE.md
index 09f4faa..c931d8a 100644 (file)
@@ -1,6 +1,9 @@
 # Release Notes    {#release_notes}
 
+* @subpage release_notes_1810
+* @subpage release_notes_1807
 * @subpage release_notes_1804
+* @subpage release_notes_18012
 * @subpage release_notes_18011
 * @subpage release_notes_1801
 * @subpage release_notes_1710
 * @subpage release_notes_1609
 * @subpage release_notes_1606
 
+@page release_notes_1810 Release notes for VPP 18.10
+
+More than 632 commits since the 18.07 release.
+
+## Features
+
+### Infrastructure
+- DPDK 18.08 integration
+- New Stats infrastructure (interface, error, node performance counters)
+- Add configurable "Doug Lea malloc" support
+
+### VNET & Plugins
+- Load balancing: support per-port VIP and all-port VIP
+- Port NSH plugin to VPP
+- NAT
+  - Configurable port range
+  - Virtual Fragmentation Reassembly for endpoint-dependent mode
+  - Client-IP based session affinity for load-balancing
+  - TCP MSS clamping
+  - Session timeout
+  - Bug-fixing and performance optimizations
+
+### Host stack
+- Support for applications with multiple workers
+- Support for binds from multiple app workers to same ip:port
+- Switched to a message queue for io and control event notifications
+- Support for eventfd based notifications as alternative to mutext-condvar pair
+- VCL refactor to support async event notifications and multiple workers
+- TLS async support in client for HW accleration
+- Performance optimizations and bug-fixing
+- A number of binary APIs will be deprecated in favor of using the event
+  message queue. Details in the API section.
+
+## Known issues
+
+For the full list of issues please refer to fd.io [JIRA](https://jira.fd.io).
+
+## Issues fixed
+
+For the full list of fixed issues please refer to:
+- fd.io [JIRA](https://jira.fd.io)
+- git [commit log](https://git.fd.io/vpp/log/?h=stable/1810)
+
+## API changes
+
+Description of results:
+
+* _Definition changed_: indicates that the API file was modified between releases.
+* _Only in image_: indicates the API is new for this release.
+* _Only in file_: indicates the API has been removed in this release.
+
+                        Message Name                         Result
+api_versions_reply                                           definition changed
+app_cut_through_registration_add                             definition changed
+app_worker_add_del                                           definition changed
+application_attach_reply                                     definition changed
+bd_ip_mac_details                                            only in image
+bd_ip_mac_dump                                               only in image
+bfd_udp_get_echo_source                                      definition changed
+bier_imp_details                                             definition changed
+bier_route_details                                           definition changed
+bind_sock                                                    definition changed
+bridge_domain_details                                        definition changed
+bridge_flags                                                 definition changed
+classify_add_del_session                                     definition changed
+classify_add_del_table                                       definition changed
+connect_sock                                                 definition changed
+create_vhost_user_if                                         definition changed
+get_first_msg_id_reply                                       definition changed
+gpe_add_del_fwd_entry_reply                                  definition changed
+gpe_fwd_entry_path_details                                   definition changed
+ip6_fib_details                                              definition changed
+ip6nd_proxy_details                                          definition changed
+ip_add_del_route_reply                                       definition changed
+ip_address_details                                           definition changed
+ip_details                                                   definition changed
+ip_fib_details                                               definition changed
+ip_mfib_details                                              definition changed
+ip_mroute_add_del_reply                                      definition changed
+ip_neighbor_add_del_reply                                    definition changed
+ip_neighbor_details                                          definition changed
+ip_reassembly_get_reply                                      definition changed
+ip_unnumbered_details                                        definition changed
+ipip_6rd_add_tunnel                                          definition changed
+ipip_add_tunnel                                              definition changed
+ipsec_spds_details                                           only in image
+ipsec_spds_dump                                              only in image
+l2_interface_efp_filter                                      definition changed
+lisp_eid_table_vni_details                                   definition changed
+map_another_segment                                          definition changed
+mfib_signal_details                                          definition changed
+mpls_route_add_del_reply                                     definition changed
+mpls_tunnel_add_del                                          definition changed
+mpls_tunnel_add_del_reply                                    definition changed
+mpls_tunnel_details                                          definition changed
+mpls_tunnel_dump                                             definition changed
+one_eid_table_vni_details                                    definition changed
+qos_mark_enable_disable                                      definition changed
+qos_record_enable_disable                                    definition changed
+reset_session_reply                                          definition changed
+rpc_call                                                     definition changed
+show_threads                                                 definition changed
+sockclnt_create_reply                                        definition changed
+sockclnt_delete                                              definition changed
+sockclnt_delete_reply                                        definition changed
+sw_interface_rx_placement_details                            only in image
+sw_interface_rx_placement_dump                               only in image
+sw_interface_set_ip_directed_broadcast                       definition changed
+sw_interface_set_l2_bridge                                   definition changed
+sw_interface_set_rx_placement                                definition changed
+sw_interface_set_vxlan_gbp_bypass                            definition changed
+udp_encap_add                                                definition changed
+udp_encap_add_del_reply                                      only in file
+udp_encap_add_reply                                          only in image
+udp_encap_del                                                definition changed
+udp_encap_details                                            definition changed
+unbind_sock                                                  definition changed
+vxlan_gbp_tunnel_add_del                                     definition changed
+vxlan_gbp_tunnel_details                                     only in image
+vxlan_gbp_tunnel_dump                                        only in image
+Found 68 api message signature differences
+
+### Patches that changed API definitions
+
+| @c src/plugins/avf/avf.api ||
+| ------- | ------- |
+| [149d0e28](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=149d0e28) | avf: RSS support |
+| [4e6014fc](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4e6014fc) | avf: api fix |
+
+| @c src/plugins/gbp/gbp.api ||
+| ------- | ------- |
+| [c0a93143](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0a93143) | GBP Endpoint Updates |
+| [61b94c6b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=61b94c6b) | vxlan-gbp: Add support for vxlan gbp |
+
+| @c src/plugins/igmp/igmp.api ||
+| ------- | ------- |
+| [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
+
+| @c src/plugins/lb/lb.api ||
+| ------- | ------- |
+| [6a4375e0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6a4375e0) | LB: fix flush flow table issue |
+| [49ca2601](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=49ca2601) | Add flush flag on del as command |
+| [219cc90c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=219cc90c) | Support lb on both vip and per-port-vip case |
+
+| @c src/plugins/nat/nat.api ||
+| ------- | ------- |
+| [bb4e0225](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bb4e0225) | NAT: TCP MSS clamping |
+| [5d28c7af](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5d28c7af) | NAT: add support for configurable port range (VPP-1346) |
+| [ea5b5be4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ea5b5be4) | NAT44: client-IP based session affinity for load-balancing (VPP-1297) |
+| [878c646a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=878c646a) | NAT44: add support for session timeout (VPP-1272) |
+| [69ce30d6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=69ce30d6) | NAT: update nat_show_config_reply API (VPP-1403) |
+| [6bd197eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bd197eb) | Remove client_index field from replies in API |
+| [c6c0d2a0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c6c0d2a0) | NAT44: LB NAT - local backends in multiple VRFs (VPP-1345) |
+
+| @c src/plugins/vmxnet3/vmxnet3.api ||
+| ------- | ------- |
+| [df7f8e8c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=df7f8e8c) | vmxnet3 device driver |
+
+| @c src/plugins/nsh/nsh.api ||
+| ------- | ------- |
+| [d313f9e6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d313f9e6) | Port NSH plugin to VPP |
+
+| @c src/plugins/nsim/nsim.api ||
+| ------- | ------- |
+| [9e3252b5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9e3252b5) | Network delay simulator plugin |
+
+| @c src/plugins/svs/svs.api ||
+| ------- | ------- |
+| [d1e68ab7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d1e68ab7) | Source VRF Select |
+
+| @c src/vlibmemory/memclnt.api ||
+| ------- | ------- |
+| [94495f2a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=94495f2a) | PAPI: Use UNIX domain sockets instead of shared memory |
+| [6bd197eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bd197eb) | Remove client_index field from replies in API |
+| [75282457](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=75282457) | Fix "Old Style VLA" build warnings |
+
+| @c src/vnet/interface.api ||
+| ------- | ------- |
+| [f0b42f48](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f0b42f48) | itf: dump interface rx-placement |
+| [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
+| [54f7c51f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=54f7c51f) | rx-placement: Add API call for interface rx-placement |
+| [1855b8e4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1855b8e4) | IP directed broadcast |
+
+| @c src/vnet/bfd/bfd.api ||
+| ------- | ------- |
+| [2d3c7b9c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2d3c7b9c) | BFD: add get echo source API (VPP-1367) |
+
+| @c src/vnet/bier/bier.api ||
+| ------- | ------- |
+| [ef90ed08](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ef90ed08) | BIER API and load-balancing fixes |
+| [6bd197eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bd197eb) | Remove client_index field from replies in API |
+
+| @c src/vnet/classify/classify.api ||
+| ------- | ------- |
+| [34eb5d42](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=34eb5d42) | classify_add_del_session API: Use more descriptive docstring (VPP-1385) |
+| [75282457](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=75282457) | Fix "Old Style VLA" build warnings |
+
+| @c src/vnet/devices/pipe/pipe.api ||
+| ------- | ------- |
+| [208c29aa](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=208c29aa) | VOM: support for pipes |
+
+| @c src/vnet/devices/virtio/vhost_user.api ||
+| ------- | ------- |
+| [ee2e58f6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ee2e58f6) | vhost-user: Add disable feature support in api |
+
+| @c src/vnet/ethernet/ethernet_types.api ||
+| ------- | ------- |
+| [de5b08fb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=de5b08fb) | Introduce a mac_address_t on the API and in VPP |
+
+| @c src/vnet/ip/ip_types.api ||
+| ------- | ------- |
+| [d0df49f2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d0df49f2) | Use IP address types on UDP encap API |
+
+| @c src/vnet/ip/ip.api ||
+| ------- | ------- |
+| [412ecd32](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=412ecd32) | Improve ip_mroute_add_del documentation |
+| [14260393](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=14260393) | Add adjacency counters to the stats segment |
+| [28c142e3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=28c142e3) | mroute routers in the stats segment |
+| [008dbe10](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=008dbe10) | Route counters in the stats segment |
+| [de5b08fb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=de5b08fb) | Introduce a mac_address_t on the API and in VPP |
+| [6bd197eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bd197eb) | Remove client_index field from replies in API |
+| [b11f903a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b11f903a) | Fix context field position in API definition |
+
+| @c src/vnet/ipip/ipip.api ||
+| ------- | ------- |
+| [61502115](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=61502115) | IPIP and SIXRD tunnels create API needs table-IDs not fib-indexes |
+
+| @c src/vnet/ipsec/ipsec.api ||
+| ------- | ------- |
+| [a9a0b2ce](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a9a0b2ce) | IPsec: add API for SPDs dump (VPP-1363) |
+| [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
+
+| @c src/vnet/l2/l2.api ||
+| ------- | ------- |
+| [0a4e0063](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0a4e0063) | Fix documentation about sw_interface_set_l2_bridge |
+| [b474380f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b474380f) | L2 BD: introduce a BD interface on which to send UU packets |
+| [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
+| [5c7c49d1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5c7c49d1) | Fix documentation for SHG in bridge domain |
+| [5d82d2f1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5d82d2f1) | l2: arp termination dump |
+| [6b9b41c8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6b9b41c8) | L2 EFP: byteswap sw_if_index, enable flag can be u8 on .api |
+
+| @c src/vnet/lisp-cp/lisp.api ||
+| ------- | ------- |
+| [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
+| [6bd197eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bd197eb) | Remove client_index field from replies in API |
+
+| @c src/vnet/lisp-cp/one.api ||
+| ------- | ------- |
+| [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
+| [6bd197eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bd197eb) | Remove client_index field from replies in API |
+
+| @c src/vnet/lisp-gpe/lisp_gpe.api ||
+| ------- | ------- |
+| [6bd197eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bd197eb) | Remove client_index field from replies in API |
+| [b11f903a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b11f903a) | Fix context field position in API definition |
+
+| @c src/vnet/mpls/mpls.api ||
+| ------- | ------- |
+| [f5fa5ae2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f5fa5ae2) | MPLS tunnel dump: use sw_if_index not tunnel_index |
+| [6a30b5f9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6a30b5f9) | MPLS tunnel dump fix |
+| [008dbe10](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=008dbe10) | Route counters in the stats segment |
+| [7c922dc4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7c922dc4) | SR-MPLS: fixes and tests |
+
+| @c src/vnet/qos/qos.api ||
+| ------- | ------- |
+| [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
+| [ed234e7f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ed234e7f) | Enum type on the API for QoS sources |
+
+| @c src/vnet/session/session.api ||
+| ------- | ------- |
+| [ab2f6dbf](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ab2f6dbf) | session: support multiple worker binds |
+| [134a996a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=134a996a) | vcl: add support for multi-worker apps |
+| [1553197f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1553197f) | session: add support for multiple app workers |
+| [6bd197eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bd197eb) | Remove client_index field from replies in API |
+| [99368315](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=99368315) | vcl: support for eventfd mq signaling |
+
+| @c src/vnet/span/span.api ||
+| ------- | ------- |
+| [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
+
+| @c src/vnet/udp/udp.api ||
+| ------- | ------- |
+| [9c0a3c42](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9c0a3c42) | UDP-Encap: name counters for the stats segment |
+| [d0df49f2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d0df49f2) | Use IP address types on UDP encap API |
+
+| @c src/vnet/unix/tap.api ||
+| ------- | ------- |
+| [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
+
+| @c src/vnet/vxlan-gbp/vxlan_gbp.api ||
+| ------- | ------- |
+| [79a05f54](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=79a05f54) | VXLAN-GBP: use common types on the API |
+| [61b94c6b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=61b94c6b) | vxlan-gbp: Add support for vxlan gbp |
+
+| @c src/vpp/api/vpe.api ||
+| ------- | ------- |
+| [5d64c786](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5d64c786) | thread: Add show threads api |
+| [ec11b13a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ec11b13a) | Trivial: Cleanup some typos. |
+
+| @c src/vpp/stats/stats.api ||
+| ------- | ------- |
+| [ec11b13a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ec11b13a) | Trivial: Cleanup some typos. |
+
+### Notice of future API deprecation
+- bind_uri_reply
+- accept_session
+- accept_session_reply
+- disconnect_session_reply
+- reset_session
+- reset_session_reply
+- bind_sock_reply
+- connect_session_reply
+
+
+@page release_notes_1807 Release notes for VPP 18.07
+
+More than 533 commits since the 18.04 release.
+
+## Features
+
+### Infrastructure
+- DPDK 18.02.1
+  - Complete rework of the dpdk-input node
+  - Display rx/tx burst function name in "show hardware detail"
+  - Improve buffer alloc perfomance
+      - This is ~50% improvement in buffer alloc performance.  For a 256 buffer allocation, it was ~10 clocks/buffer, now is < 5 clocks.
+  - Add per-numa page allocation info to 'show memory'
+  - Vectorized bihash_{48,40,24,16}_8 key compare
+      - bihash_48_8 case:
+          - Scalar code: 6 clocks
+          - SSE4.2 code: 3 clocks
+          - AVX2 code: 2.27 clocks
+          - AVX512 code: 1.5 clocks
+  - Pollable Stats
+     - Stats are now available to a client in a shared memory segment and
+       in the form of a directory, allowing very high performance polling
+       of stats without directly querying VPP.
+
+### VNET & Plugins
+- IGMP improvements
+  - Enable/Disable an interface for IGMP
+  - improve logging
+  - refactor common code
+  - no orphaned timers
+  - IGMP state changes in main thread only
+  - Large groups split over multiple state-change reports
+  - SSM range configuration API.
+  - more tests
+- IP: vectorized IP checksum
+- VXLAN : HW offload RX flow
+- Rework kube-proxy into LB plugin and add NATA66
+- NAT:
+    - Code refactor
+    - Syslog
+    - Multiple outside interfaces
+    - Endpoint dependent filtering and mapping
+- ACL:
+    - Tuple Merge algorithm cleanup and integration
+    - Processing pipeline optimizations
+    - Refactoring
+- Experimental AVF driver
+
+### Host stack
+
+- Session: performance improvements, add support for connectionless transports, datagram reception and transmission
+- TCP: congestion control improvements and overall fixes
+- UDP: datagram mode
+- TLS async support
+
+
+## Known issues
+
+For the full list of issues please refer to fd.io [JIRA](https://jira.fd.io).
+
+## Issues fixed
+
+For the full list of fixed issues please refer to:
+- fd.io [JIRA](https://jira.fd.io)
+- git [commit log](https://git.fd.io/vpp/log/?h=stable/1807)
+
+## API changes
+
+Description of results:
+
+* _Definition changed_: indicates that the API file was modified between releases.
+* _Only in image_: indicates the API is new for this release.
+* _Only in file_: indicates the API has been removed in this release.
+
+                        Message Name                         Result
+abf_itf_attach_add_del                                       definition changed
+abf_itf_attach_details                                       only in image
+abf_itf_attach_dump                                          only in image
+abf_plugin_get_version                                       definition changed
+abf_policy_add_del                                           definition changed
+abf_policy_details                                           only in image
+abf_policy_dump                                              only in image
+af_packet_details                                            only in image
+af_packet_dump                                               only in image
+avf_create                                                   definition changed
+avf_delete                                                   definition changed
+bind_sock_reply                                              definition changed
+bind_uri_reply                                               definition changed
+dhcp6_client_enable_disable                                  definition changed
+dhcp6_clients_enable_disable                                 definition changed
+dhcp6_duid_ll_set                                            definition changed
+dhcp6_pd_client_enable_disable                               definition changed
+dhcp6_pd_reply_event                                         only in image
+dhcp6_pd_send_client_message                                 definition changed
+dhcp6_reply_event                                            only in image
+dhcp6_send_client_message                                    definition changed
+dhcp_client_config                                           definition changed
+dhcp_client_details                                          only in image
+dhcp_client_dump                                             only in image
+dhcp_compl_event                                             definition changed
+dslite_address_details                                       only in image
+dslite_address_dump                                          only in image
+gbp_endpoint_group_add_del                                   definition changed
+gbp_endpoint_group_details                                   only in image
+gbp_endpoint_group_dump                                      only in image
+gbp_recirc_add_del                                           definition changed
+gbp_recirc_details                                           only in image
+gbp_recirc_dump                                              only in image
+gbp_subnet_add_del                                           definition changed
+gbp_subnet_details                                           only in image
+gbp_subnet_dump                                              only in image
+hw_interface_set_mtu                                         definition changed
+igmp_details                                                 definition changed
+igmp_dump                                                    definition changed
+igmp_enable_disable                                          definition changed
+igmp_event                                                   definition changed
+igmp_group_prefix_details                                    only in image
+igmp_group_prefix_dump                                       only in image
+igmp_group_prefix_set                                        definition changed
+igmp_listen                                                  definition changed
+ikev2_profile_set_auth                                       definition changed
+ikev2_profile_set_id                                         definition changed
+ip6_add_del_address_using_prefix                             definition changed
+ip_mroute_add_del                                            definition changed
+ip_probe_neighbor                                            definition changed
+ip_scan_neighbor_enable_disable                              definition changed
+ip_unnumbered_details                                        only in image
+ip_unnumbered_dump                                           only in image
+ipip_6rd_add_tunnel                                          definition changed
+ipip_add_tunnel                                              definition changed
+ipip_tunnel_details                                          definition changed
+ipsec_sa_details                                             definition changed
+ipsec_sad_add_del_entry                                      definition changed
+ipsec_tunnel_if_add_del                                      definition changed
+kp_add_del_pod                                               definition changed
+kp_add_del_vip                                               definition changed
+kp_conf                                                      definition changed
+lb_add_del_vip                                               definition changed
+mactime_add_del                                              definition changed
+mactime_enable                                               definition changed
+memclnt_create                                               definition changed
+memclnt_create_reply                                         definition changed
+memfd_segment_create                                         definition changed
+nat44_add_del_lb_static_mapping                              definition changed
+nat44_add_del_static_mapping                                 definition changed
+nat44_del_session                                            definition changed
+nat44_lb_static_mapping_details                              definition changed
+nat44_static_mapping_details                                 definition changed
+nat44_user_session_details                                   definition changed
+pipe_create                                                  definition changed
+pipe_delete                                                  definition changed
+pipe_details                                                 only in image
+pipe_dump                                                    only in image
+pot_profile_activate                                         definition changed
+pot_profile_add                                              definition changed
+pot_profile_del                                              definition changed
+proxy_arp_add_del                                            definition changed
+proxy_arp_details                                            only in image
+proxy_arp_dump                                               only in image
+proxy_arp_intfc_details                                      only in image
+proxy_arp_intfc_dump                                         only in image
+sock_init_shm_reply                                          definition changed
+sockclnt_create                                              definition changed
+sockclnt_create_reply                                        definition changed
+sr_localsid_add_del                                          definition changed
+sr_localsids_details                                         definition changed
+sr_policies_details                                          only in image
+sr_policies_dump                                             only in image
+sr_policy_add                                                definition changed
+sr_policy_del                                                definition changed
+sr_policy_mod                                                definition changed
+sr_steering_pol_details                                      only in image
+sr_steering_pol_dump                                         only in image
+sw_interface_details                                         definition changed
+sw_interface_set_mtu                                         definition changed
+tap_create_v2                                                definition changed
+vnet_bier_neighbor_counters                                  only in image
+vnet_get_summary_stats_reply                                 definition changed
+vxlan_offload_rx                                             definition changed
+want_bier_neighbor_stats                                     definition changed
+want_dhcp6_pd_reply_events                                   definition changed
+want_dhcp6_reply_events                                      definition changed
+Found 107 api message signature differences
+
+### Patches that changed API definitions
+
+| @c src/plugins/ioam/lib-pot/pot.api ||
+| ------- | ------- |
+| [e9fcf23](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e9fcf23) | Fix some build warnings about "Old Style VLA" |
+
+| @c src/plugins/gbp/gbp.api ||
+| ------- | ------- |
+| [25b0494](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=25b0494) | GBP V2 |
+
+| @c src/plugins/map/map.api ||
+| ------- | ------- |
+| [381e9a9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=381e9a9) | MAP: Move MAP-E/T to a plugin. |
+
+| @c src/plugins/igmp/igmp.api ||
+| ------- | ------- |
+| [947ea62](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=947ea62) | IGMP improvements |
+
+| @c src/plugins/lb/lb.api ||
+| ------- | ------- |
+| [d92a0b5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d92a0b5) | Rework kube-proxy into LB plugin |
+
+| @c src/plugins/nat/nat.api ||
+| ------- | ------- |
+| [70a26ac](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=70a26ac) | NAT44: nat44_del_session and nat44_user_session_details API update (VPP-1271) |
+| [ebdf190](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ebdf190) | NAT44: TCP connection close detection (VPP-1266) |
+| [1e5c07d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1e5c07d) | Add special Twice-NAT feature (VPP-1221) |
+| [16aa7f8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=16aa7f8) | DSLite: Implement new API call DSLITE_ADDRESS_DUMP. |
+
+| @c src/plugins/avf/avf.api ||
+| ------- | ------- |
+| [258a189](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=258a189) | avf: api fix |
+| [6c9b964](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6c9b964) | avf: binary API and configurable RX/TX queue size |
+
+| @c src/plugins/mactime/mactime.api ||
+| ------- | ------- |
+| [7055e26](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7055e26) | Driver level time-based src mac filter |
+
+| @c src/plugins/abf/abf.api ||
+| ------- | ------- |
+| [669d07d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=669d07d) | ACL based forwarding |
+
+| @c src/vlibmemory/memclnt.api ||
+| ------- | ------- |
+| [dab732a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dab732a) | VPP-1335 vapi crash when memclnt_keepalive received |
+| [7895872](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7895872) | Remove the historical memfd api segment bootstrap |
+
+| @c src/vpp/stats/stats.api ||
+| ------- | ------- |
+| [a21a367](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a21a367) | VPP-1324 SIGSEGV vl_msg_api_handler_with_vm_node() |
+| [586479a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=586479a) | BIER neighbor stats |
+| [e906aac](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e906aac) | STATS: Separate socket for fd exchange. |
+| [048a4e5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=048a4e5) | export counters in a memfd segment |
+
+| @c src/vnet/interface.api ||
+| ------- | ------- |
+| [d723161](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d723161) | MTU: Software interface / Per-protocol MTU support |
+| [fe7d4a2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=fe7d4a2) | Revert "MTU: Setting of MTU on software interface (instead of hardware interface)" |
+| [70083ee](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=70083ee) | MTU: Setting of MTU on software interface (instead of hardware interface) |
+
+| @c src/vnet/ipfix-export/ipfix_export.api ||
+| ------- | ------- |
+| [a9855ef](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a9855ef) | Flow: Rename IPFIX exporter. |
+
+| @c src/vnet/dhcp/dhcp6_pd_client_cp.api ||
+| ------- | ------- |
+| [81119e8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=81119e8) | Implement DHCPv6 PD client (VPP-718, VPP-1050) |
+
+| @c src/vnet/dhcp/dhcp.api ||
+| ------- | ------- |
+| [dd3b8f7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dd3b8f7) | Implement DHCPv6 IA NA client (VPP-1094) |
+| [d9778c2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d9778c2) | Update DHCPv6 DUID code and fix coverity warnings |
+| [81119e8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=81119e8) | Implement DHCPv6 PD client (VPP-718, VPP-1050) |
+| [daff178](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=daff178) | DHCP Client Dump |
+
+| @c src/vnet/dhcp/dhcp6_ia_na_client_cp.api ||
+| ------- | ------- |
+| [dd3b8f7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dd3b8f7) | Implement DHCPv6 IA NA client (VPP-1094) |
+
+| @c src/vnet/ip/ip.api ||
+| ------- | ------- |
+| [947ea62](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=947ea62) | IGMP improvements |
+| [7eaaf74](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7eaaf74) | proxy_arp: remove unused is_add |
+| [0053de6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0053de6) | ARP proxy dumps |
+| [9e2f915](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9e2f915) | IP unnumbered dump |
+| [7f358b3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7f358b3) | Periodic scan and probe of IP neighbors to maintain neighbor pools |
+| [e821ab1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e821ab1) | IP mcast: allow unicast address as a next-hop |
+| [c7b4304](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c7b4304) | Implement ip_probe_neighbor API |
+
+| @c src/vnet/ip/ip_types.api ||
+| ------- | ------- |
+| [947ea62](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=947ea62) | IGMP improvements |
+| [2c2feab](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2c2feab) | VPPAPIGEN: Add union and enum support and IP4/IP6 address type. |
+
+| @c src/vnet/devices/af_packet/af_packet.api ||
+| ------- | ------- |
+| [04e0bb2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=04e0bb2) | af_packet: Add support for dump interfaces |
+
+| @c src/vnet/devices/tap/tapv2.api ||
+| ------- | ------- |
+| [d600ffe](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d600ffe) | Update tapv2 documentation |
+| [0b06111](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0b06111) | VPP-1305: Add support for tags |
+
+| @c src/vnet/devices/pipe/pipe.api ||
+| ------- | ------- |
+| [ee8b973](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ee8b973) | VOM: support for pipes |
+| [17ff3c1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=17ff3c1) | Pipes |
+
+| @c src/vnet/ipip/ipip.api ||
+| ------- | ------- |
+| [d57f636](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d57f636) | VPP-1277: IPIP - Copy TOS/TC from inner packet to outer. |
+
+| @c src/vnet/session/session.api ||
+| ------- | ------- |
+| [7fb0fe1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7fb0fe1) | udp/session: refactor to support dgram mode |
+
+| @c src/vnet/ipsec/ipsec.api ||
+| ------- | ------- |
+| [4b089f2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4b089f2) | ipsec: support UDP encap/decap for NAT traversal |
+| [e9fcf23](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e9fcf23) | Fix some build warnings about "Old Style VLA" |
+| [8e1039a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8e1039a) | Allow an IPsec tunnel interface to be renumbered |
+
+| @c src/vnet/vxlan/vxlan.api ||
+| ------- | ------- |
+| [af86a48](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=af86a48) | vxlan:offload RX flow |
+
+| @c src/vnet/srv6/sr.api ||
+| ------- | ------- |
+| [3337bd2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3337bd2) | Fixed bugs in SRv6 API |
+| [e9fcf23](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e9fcf23) | Fix some build warnings about "Old Style VLA" |
+
+
 
 @page release_notes_1804 Release notes for VPP 18.04
 
@@ -1478,6 +2111,15 @@ Found 1036 api message signature differences
 
 
 
+@page release_notes_18012 Release notes for VPP 18.01.2
+
+This is bug fix release.
+
+For the full list of fixed issues please refer to:
+- fd.io [JIRA](https://jira.fd.io)
+- git [commit log](https://git.fd.io/vpp/log/?h=stable/1801)
+
+
 @page release_notes_18011 Release notes for VPP 18.01.1
 
 This is bug fix release.