diff options
author | Neale Ranns <nranns@cisco.com> | 2017-07-19 08:01:10 -0700 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-07-26 10:38:02 +0000 |
commit | c3fbd9566086509b68958bf7d8cb98f5b59d3b1c (patch) | |
tree | 0c3d9034ba9e7d298a8d67b704a4631ae3b072ad | |
parent | 7d4a22cdea203c94fca13a0cfc4a0e5364719f8e (diff) |
17.07 Release Note
Change-Id: Iffbfffac1c508b000451e9f0e0b688d80785f7f5
Signed-off-by: Neale Ranns <nranns@cisco.com>
(cherry picked from commit f4f635e7c05a4430e834a725f611cb83a9179146)
-rw-r--r-- | RELEASE.md | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md index c0a00ee2ba3..80ad4227092 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,11 +1,75 @@ # Release Notes {#release_notes} +* @subpage release_notes_1707 * @subpage release_notes_1704 * @subpage release_notes_17011 * @subpage release_notes_1701 * @subpage release_notes_1609 * @subpage release_notes_1606 +@page release_notes_1707 Release notes for VPP 17.07 + +More than 400 commits since the 1704 release. + +## Features +- Infrastructure + - make test; improved debuggability. + - TAB auto-completion on the CLI + - DPDK 17.05 + - python 3 support in test infra + +- Host stack + - Improved Linux TCP stack compatibility using IWL test suite (https://jira.fd.io/browse/VPP-720) + - Improved loss recovery (RFC5681, RFC6582, RF6675) + - Basic implementation of Eifel detection algorithm (RFC3522) + - Basic support for buffer chains + - Refactored session layer API + - Overall performance, scale and hardening + +- Interfaces + - memif: IP mode, jumbo frames, multi queue + - virtio-user support + - vhost-usr; adaptive (poll/interupt) support. + +- Network features + - MPLS Multicast FIB + + - BFD FIB integration + + - NAT64 support + + - GRE over IPv6 + + - Segement routing MPLS + + - IOAM configuration for SRv6 localsid + + - LISP + - NSH support + - native forward static routes + - L2 ARP + + - ACL multi-core suuport + + - Flowprobe: + - Add flowstartns, flowendns and tcpcontrolbits + - Stateful flows and IPv6, L4 recording + + - GTP-U support + + - VXLAN GPE support for FIB2.0 and bypass. + + +## Known issues + +For the full list of issues please reffer to fd.io [JIRA](https://jira.fd.io). + +## Issues fixed + +For the full list of fixed issues please reffer to: +- fd.io [JIRA](https://jira.fd.io) +- git [commit log](https://git.fd.io/vpp/log/?h=stable/1707) + @page release_notes_1704 Release notes for VPP 17.04 More than 500 commits since the 1701 release. |