From b8ae3c1a89a9c8a717f1e57d74f150df2f5e4d37 Mon Sep 17 00:00:00 2001 From: Hongjun Ni Date: Mon, 24 Feb 2020 23:53:53 +0800 Subject: Add v20.01 release notes in RELEASE.md Signed-off-by: Hongjun Ni Change-Id: Ifa4d7844cd01373a102970c14a14328daf760bba --- RELEASE.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000..e07ecf0 --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,27 @@ +# Release Notes {#release notes + +* @subpage release_notes_2001 + +@page release_notes_2001 Release notes for UDPI 20.01 + +## Flow Classification +- HW flow offloading leveraging rte_flow on DPDK +- SW flow classification +- Supports both IPv4 and IPv6 flows +- Bi-directional traffic maps to one flow. + +## TCP Segment Reassembly +- TCP connection tracking +- TCP segment re-ordering +- TCP segment overlap handling + +## Application Database +- Default static Application Database + +## Application Detection +- Leverage Hyperscan Stream Mode +- Reassembly of TCP segments on the fly + +## Supported Protocols: +- TLS/HTTPS + -- cgit 1.2.3-korg