diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2020-02-24 23:53:53 +0800 |
---|---|---|
committer | Hongjun Ni <hongjun.ni@intel.com> | 2020-02-25 06:16:31 +0000 |
commit | ac6561b683f893714b8c3647f5f0862afe6891ab (patch) | |
tree | 514091605d0432cd14360da788a8d5e8bee89289 | |
parent | 18bd20a47409d0292499c1442584a3a34e06755f (diff) |
Add v20.01 release notes in RELEASE.md
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Change-Id: Ifa4d7844cd01373a102970c14a14328daf760bba
(cherry picked from commit b8ae3c1a89a9c8a717f1e57d74f150df2f5e4d37)
-rw-r--r-- | RELEASE.md | 27 |
1 files changed, 27 insertions, 0 deletions
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 + |