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/vpp18.04.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/vpp18.04.rst')
-rw-r--r-- | docs/featuresbyrelease/vpp18.04.rst | 77 |
1 files changed, 77 insertions, 0 deletions
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 <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>`_
+
|