diff options
author | jdenisco <jdenisco@cisco.com> | 2019-05-01 16:30:36 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-05-10 19:48:54 +0000 |
commit | 0da895dffe0904a68f7449f2684ee0af2538a99f (patch) | |
tree | ca72b48deb541a36b977fbc1aca5c8366909078b /docs/featuresbyrelease/vpp1904.md | |
parent | 9eac0017f30db775fb1759d83e17dfb581e40033 (diff) |
docs: Add 1904
Change-Id: Icf0e01d1dec69d48664ed633205248359b653f4d
Signed-off-by: jdenisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/featuresbyrelease/vpp1904.md')
-rw-r--r-- | docs/featuresbyrelease/vpp1904.md | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/docs/featuresbyrelease/vpp1904.md b/docs/featuresbyrelease/vpp1904.md new file mode 100644 index 00000000000..c29c982baa6 --- /dev/null +++ b/docs/featuresbyrelease/vpp1904.md @@ -0,0 +1,53 @@ +## Features for Release VPP 19.04 + +### Infrastructure +- DPDK 19.02 integration +- Buffer manager rework and improvements +- Python3 migration (work in progress) + - vppapigen + - Python API wrappers + - Docs generation + - vpp_config + - "make test" python3 readiness and refactoring +- Add "make test-gcov" target to main Makefile +- Refactor multiarch code +- vfctl script: bind VF to vfio-pci after VF is created +- cmake cross-compilation support +- CLI control of graph dispatch elogs +- AppImage packaging (disabled by default) +- Complete upstreaming of wireshark dissector +- Remove JVPP which is now an FD.io project +- Punt infra: manage dispatch of exception packets + +### VNET & Plugins +- BVI Interface +- Deprecate TAP cli +- Experimental TAP interface TCP segmentation offload +- Vmxnet3 driver plugin +- LACP passive mode +- ACL plugin refactoring +- RDMA (ibverb) driver plugin - MLX5 with multiqueue +- IPSEC + - Intel IPSEC-MB engine plugin + - Tunnel fragmentation + - CLI improvements + - Performance improvements + - API modernisation and improvements + - New Tests and test refactoring +- Crypto + - Introduce crypto infra + - crypto_ia32 plugin + - Add support for AEAD and AES-GCM + - Implement rfc4231 test cases + - Implement crypto tests per RFC2202 +- Perfmon improvements + - Python to C parser for intel CPUs + - 2-way parallel stat collection + - Collect data on selected thread(s) + +### Host stack +- Improve ldp/vls/vcl support for multi-process and multi-threaded applications +- Major refactor/cleanup of session layer +- Refactor cut-through sessions to use a custom transport +- Baseline QUIC transport support + |