From d9b2fcebef0f2acd350511e949a2543513cc7bb7 Mon Sep 17 00:00:00 2001 From: Scitt Keeler Date: Thu, 30 Aug 2018 13:09:34 -0400 Subject: docs: Add features by release section Change-Id: Ibcae8c8ecdf8a3c2d7bcf96bf7cd5b741e2fad22 Signed-off-by: Scitt Keeler --- docs/featuresbyrelease/vpp18.04.rst | 77 +++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 docs/featuresbyrelease/vpp18.04.rst (limited to 'docs/featuresbyrelease/vpp18.04.rst') diff --git a/docs/featuresbyrelease/vpp18.04.rst b/docs/featuresbyrelease/vpp18.04.rst new file mode 100644 index 00000000000..d5e2ca54b48 --- /dev/null +++ b/docs/featuresbyrelease/vpp18.04.rst @@ -0,0 +1,77 @@ +.. _vpp18.04: + +############################### +Features for Release VPP 18.04 +############################### + +This section lists those features that became available in VPP Release 18.04. There is a summary graphic that identifies what areas the features are associated with, followed by a list of all the features for this release: + +.. image:: /_images/Features1804.png + +Infrastructure ++++++++++++++++ + +* DPDK 18.02.1 +* ARM aarch64 integrated into CI + +VNET & Plugins ++++++++++++++++ + +* ERSPAN +* L3DSR load balancing support +* VPC bonding / LACP +* IPv4/IPv6 packet reassembly +* IPv6 link-local support +* Asymmetrical static NAT +* 464XLAT for NAT44 +* MAP-T CE support +* Intel Adaptive Virtual Function native device driver plugin +* Marvell device plugin +* SRv6 static, dynamic and masquerading proxy plugins +* MPLS Uniform mode +* IGMP plugin +* IPIP tunnel support (IPv4/IPv6 over IPv4/IPv6) +* IPv6 Router Discovery mechanism + +VLIB ++++++ + +* ARM-optimized library variations for key functions +* Better handling of physmem on non-NUMA kernels + +Host stack ++++++++++++ + +* TLS support via OpenSSL or mbedtls software engines +* Session layer can utilize both shm and memfd (secure) FIFO segments +* STCP +* VCL logging / tracing + +API framework +++++++++++++++ + +* New API definition compiler (vppapigen) +* Memory (shm) and socket APIs refactored +* API handlers refactored to make them transport (shared memory or socket) agnostic +* Improved support for bootstrapping of the shm API with memfd segments over the socket API + +Packaging +++++++++++ + +* SELinux for RPM builds +* Debuginfo RPMs +* ARM aarch64 for Ubuntu + +Known issues +--------------- + +For the full list of issues please refer to fd.io `JIRA `_. + +Issues fixed +-------------- + +For the full list of fixed issues please refer to: + +* fd.io `JIRA `_ +* git `commit log `_ + -- cgit 1.2.3-korg