diff options
author | Scitt Keeler <skeeler@cisco.com> | 2018-08-30 13:09:34 -0400 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-08-30 18:45:51 +0000 |
commit | d9b2fcebef0f2acd350511e949a2543513cc7bb7 (patch) | |
tree | f50b2472500d7bc2a2971517df86af340d6e7e69 /docs/featuresbyrelease/vpp17.07.rst | |
parent | e89be4ec559f4eb83ec37c9a452f73383665f5c0 (diff) |
docs: Add features by release section
Change-Id: Ibcae8c8ecdf8a3c2d7bcf96bf7cd5b741e2fad22
Signed-off-by: Scitt Keeler <skeeler@cisco.com>
Diffstat (limited to 'docs/featuresbyrelease/vpp17.07.rst')
-rw-r--r-- | docs/featuresbyrelease/vpp17.07.rst | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/docs/featuresbyrelease/vpp17.07.rst b/docs/featuresbyrelease/vpp17.07.rst new file mode 100644 index 00000000000..e91d27a97f4 --- /dev/null +++ b/docs/featuresbyrelease/vpp17.07.rst @@ -0,0 +1,70 @@ +.. _vpp17.07:
+
+###############################
+Features for Release VPP 17.07
+###############################
+
+This section lists those features that became available in VPP Release 17.07:
+
+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/1804>`_
+
+
|