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.01.rst | 88 +++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 docs/featuresbyrelease/vpp18.01.rst (limited to 'docs/featuresbyrelease/vpp18.01.rst') diff --git a/docs/featuresbyrelease/vpp18.01.rst b/docs/featuresbyrelease/vpp18.01.rst new file mode 100644 index 00000000000..173fc4aa8d8 --- /dev/null +++ b/docs/featuresbyrelease/vpp18.01.rst @@ -0,0 +1,88 @@ +.. _vpp18.01: + +############################### +Features for Release VPP 18.01 +############################### + +This section lists those features that became available in VPP Release 18.01: + +Features +---------- + +Infrastructure ++++++++++++++++ + +* DPDK 17.11 +* TCP Checksum Offload +* Arm64/Arm-v8 support +* SUSE packaging +* bihash_vec8_8 variant +* PCI rework to support VFIO +* chi-squared test calculator + +SNAT / NAT +++++++++++++ + +* One armed NAT +* Twice NAT44 +* NAT hairpinning rework +* NAT64 multi-thread +* NAT64 IPFIX +* NAT64 Fragmentation +* NAT: DS-Lite +* Remove old SNAT API +* ACL-based NAT + +VNET ++++++++ + +* DNS name resolver +* BIER +* GENEVE Tunnel +* IPSec Openssl 1.1.0 api support +* FIB improvements +* tap v2 + +API ++++++++ + +* VPP stats (Broadcast & Multicast support) +* SR MPLS +* VPP Object Model (VOM) + +Host stack ++++++++++++ + +* VPP TCP Stack scale / congestion improvements +* Refactor UDP +* Namespace support +* Session rules table +* VPP Comms Library (VCL) improvements + + +ACL ++++++ + +* ACL stats + +Plugins +++++++++++ + +* Kube-proxy +* L2 Emulation +* Memif + +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