From 3db2c670a157b8bf2daccf77a872c154f88f6d0a Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Wed, 9 Jun 2021 07:49:34 -0400 Subject: docs: cleanup, remove stale material Point https://fd.io/docs/vpp/master/links/index.html at docs.fd.io/vpp instead of at one specific stale release Remove https://fd.io/docs/vpp/master/featuresbyrelease/index.html Remove https://fd.io/docs/vpp/master/events/index.html Remove dead projects from https://fd.io/docs/vpp/master/relatedprojects/index.html Remove unsupported distros from https://fd.io/docs/vpp/master/whatisvpp/supported.html Reduce (doxygen) list of test framework doc files to actively supported releases Type: docs Signed-off-by: Dave Barach Change-Id: I179966fbbe09ac123e5f2647787a8dea93190b5c --- docs/featuresbyrelease/vpp18.07.rst | 75 ------------------------------------- 1 file changed, 75 deletions(-) delete mode 100644 docs/featuresbyrelease/vpp18.07.rst (limited to 'docs/featuresbyrelease/vpp18.07.rst') diff --git a/docs/featuresbyrelease/vpp18.07.rst b/docs/featuresbyrelease/vpp18.07.rst deleted file mode 100644 index 1f82f5c620c..00000000000 --- a/docs/featuresbyrelease/vpp18.07.rst +++ /dev/null @@ -1,75 +0,0 @@ -.. _vpp18.07: - -############################### -Features for Release VPP 18.07 -############################### - -This section lists those features that became available in VPP Release 18.07: - -Infrastructure -+++++++++++++++ - -* DPDK 18.02.1 - - - Complete rework of the dpdk-input node - - Display rx/tx burst function name in "show hardware detail" - - Improve buffer alloc performance - + This is ~50% improvement in buffer alloc performance. For a 256 buffer allocation, it was ~10 clocks/buffer, now is < 5 clocks. - - Add per-numa page allocation info to 'show memory' - - Vectorized bihash_{48,40,24,16}_8 key compare - + bihash_48_8 case: - * Scalar code: 6 clocks - * SSE4.2 code: 3 clocks - * AVX2 code: 2.27 clocks - * AVX512 code: 1.5 clocks - - Pollable Stats - + Stats are now available to a client in a shared memory segment and in the form of a directory, allowing very high performance polling of stats without directly querying VPP. - -VNET & Plugins -+++++++++++++++ - -* IGMP improvements - - Enable/Disable an interface for IGMP - - improve logging - - refactor common code - - no orphaned timers - - IGMP state changes in main thread only - - Large groups split over multiple state-change reports - - SSM range configuration API. - - more tests -* IP: vectorized IP checksum -* VXLAN : HW offload RX flow -* Rework kube-proxy into LB plugin and add NATA66 -* NAT: - - Code refactor - - Syslog - - Multiple outside interfaces - - Endpoint dependent filtering and mapping -* ACL: - - Tuple Merge algorithm cleanup and integration - - Processing pipeline optimizations - - Refactoring -* Experimental AVF driver - - -Host stack -+++++++++++ - -* Session: performance improvements, add support for connectionless transports, datagram reception and transmission -* TCP: congestion control improvements and overall fixes -* UDP: datagram mode -* TLS async support - -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