diff options
author | Dave Barach <dave@barachs.net> | 2021-06-09 07:49:34 -0400 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2021-06-11 11:50:09 +0000 |
commit | 3db2c670a157b8bf2daccf77a872c154f88f6d0a (patch) | |
tree | ca2b3e54111d8b4de3c6d3faefc3243330d3fcc2 /docs/featuresbyrelease/vpp17.01.rst | |
parent | 6195c834eda00efc8758e18685109f2ee2b2a3f1 (diff) |
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 <dave@barachs.net>
Change-Id: I179966fbbe09ac123e5f2647787a8dea93190b5c
Diffstat (limited to 'docs/featuresbyrelease/vpp17.01.rst')
-rw-r--r-- | docs/featuresbyrelease/vpp17.01.rst | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/docs/featuresbyrelease/vpp17.01.rst b/docs/featuresbyrelease/vpp17.01.rst deleted file mode 100644 index b4022b6e358..00000000000 --- a/docs/featuresbyrelease/vpp17.01.rst +++ /dev/null @@ -1,71 +0,0 @@ -.. _vpp17.01:
-
-###############################
-Features for Release VPP 17.01
-###############################
-
-This section lists those features that became available in VPP Release 17.01:
-
-Features
----------
-
-* Integrated November 2016 DPDK release
-* Complete rework of Forwarding Information Base (FIB)
-* Performance Improvements
- - Improvements in DPDK input and output nodes
- - Improvements in L2 path
- - Improvements in IPv4 lookup node
-* Feature Arcs Improvements
- - Consolidation of the code
- - New feature arcs
- + device-input
- + interface-output
-* DPDK Cryptodev Support
- - Software and Hardware Crypto Support
-* DPDK HQoS support
-* Simple Port Analyzer (SPAN)
-* Bidirectional Forwarding Detection
- - Basic implementation
-* IPFIX Improvements
-* L2 GRE over IPSec tunnels
-* Link Layer Discovery Protocol (LLDP)
-* Vhost-user Improvements
- - Performance Improvements
- - Multiqueue
- - Reconnect
-* LISP Enhancements
- - Source/Dest control plane support
- - L2 over LISP and GRE
- - Map-Register/Map-Notify/RLOC-probing support
- - L2 API improvements, overall code hardening
-* Plugins:
- - New: ACL
- - New: Flow per Packet
- - Improved: SNAT
- + Mutlithreading
- + Flow export
-* Doxygen Enhancements
-* Luajit API bindings
-* API Refactoring
- - file split
- - message signatures
-* Python and Scapy based unit testing infrastructure
- - Infrastructure
- - Various tests
-* Packet Generator improvements
-* TUN/TAP jumbo frames support
-* Other various bug fixes and improvements
-
-
-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/1701>`_
|