blob: aaa4d5afec5d76f4f1c11fd3ee3b28dbc2854949 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
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 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/1707>`__
|