* [dpdk-web] [PATCH] release 21.05.0
@ 2021-05-21 16:43 Thomas Monjalon
2021-05-21 16:52 ` David Marchand
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2021-05-21 16:43 UTC (permalink / raw)
To: web
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
content/doc/archives/_index.md | 4 +++
content/download/_index.md | 5 +--
content/roadmap/_index.md | 61 ++++++++++------------------------
3 files changed, 25 insertions(+), 45 deletions(-)
diff --git a/content/doc/archives/_index.md b/content/doc/archives/_index.md
index e59e952..056e541 100644
--- a/content/doc/archives/_index.md
+++ b/content/doc/archives/_index.md
@@ -2,6 +2,10 @@
title = "Archives"
+++
+- DPDK 21.05
+| [HTML API](//doc.dpdk.org/api-21.05/)
+| [HTML guides](//doc.dpdk.org/guides-21.05/)
+
- DPDK 21.02
| [HTML API](//doc.dpdk.org/api-21.02/)
| [HTML guides](//doc.dpdk.org/guides-21.02/)
diff --git a/content/download/_index.md b/content/download/_index.md
index 4c792fe..35a3352 100644
--- a/content/download/_index.md
+++ b/content/download/_index.md
@@ -5,10 +5,10 @@ weight = "2"
<section class="download-container">
<div class="dwnld-btn-group">
-<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-21.02.tar.xz">
+<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-21.05.tar.xz">
{{< icon name="glyphicon glyphicon-download-alt" size="large" >}}
Latest\
- 21.02.0
+ 21.05.0
</a>
<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-20.11.1.tar.xz">
{{< icon name="glyphicon glyphicon-download-alt" size="large" >}}
@@ -25,6 +25,7 @@ weight = "2"
| file | date/changelog | md5 |
|---------------------------------------------------------------|------------------------------------------------------------------------------|----------------------------------|
+| [DPDK 21.05.0](//fast.dpdk.org/rel/dpdk-21.05.tar.xz) | [2021 May 21](//doc.dpdk.org/guides-21.05/rel_notes/release_21_05.html) | a78bba290b11d9717d1272cc6bfaf7c3 |
| [DPDK 21.02.0](//fast.dpdk.org/rel/dpdk-21.02.tar.xz) | [2021 February 14](//doc.dpdk.org/guides-21.02/rel_notes/release_21_02.html) | 2c3e4800b04495ad7fa8656a7e1a3ec1 |
| [DPDK 20.11.1 (LTS)](//fast.dpdk.org/rel/dpdk-20.11.1.tar.xz) | [2021 March 8](//doc.dpdk.org/guides-20.11/rel_notes/release_20_11.html) | c6be9347f0200dc5315035720b732499 |
| [DPDK 20.08.0](//fast.dpdk.org/rel/dpdk-20.08.tar.xz) | [2020 August 8](//doc.dpdk.org/guides-20.08/rel_notes/release_20_08.html) | 64badd32cd6bc0761befc8f2402c2148 |
diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 4b10f1d..d77bbd7 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -9,65 +9,30 @@ This is not a commitment but plan of work.
This list is obviously neither complete nor guaranteed.
{{% /notice %}}
-### Version 21.05 (2021 May) {#2105}
+### Version 21.08 (2021 August) {#2108}
<!-- General -->
- Arm CRC32 in generic API
- Aarch32 cross-compilation support
<!-- Networking -->
- Tx QoS marking API
-- device identifier syntax for SF representor
-- flow action for connection tracking window
-- flow match on packet integrity checks
-- single flow rule dump
-- shared meter policy
-- packets per second metering
- AVF software back-end driver with device emulation libraries
-- thash library predictable RSS support
<!-- Network drivers -->
-- af_xdp preferred busy polling support
-- hns3 PTP (Precise Time Protocol)
-- hns3 link and descriptors status
-- hns3 runtime selection of Rx/Tx function
-- hns3 extended statistics and registers info
-- hns3 update for Kunpeng 930
-- iavf UMWAIT/UMONITOR instructions support
-- ice & iavf flow filter for IP fragment and GTPU support/enhancement
-- ice & iavf AVX-512 support with and without hardware offloads
-- ice on Windows
-- mlx5 SF (Scalable Function) representor
-- mlx5 idle power saving with x86 UMWAIT
-- mlx5 VLAN push/pop in any Rx/Tx direction
-- mlx5 connection tracking window and packet integrity checks
-- mlx5 metering policy and packets per second
- mlx5 inline IPsec ESP crypto
- octeontx2 mirroring
-- octeontx3 base driver for mempool, ethdev, eventdev and rte_flow support
+- octeontx3 driver for ethdev and rte_flow support
- qede initial support for next generation hardware
- qede flow API support
- Wangxun driver for 1Gb NICs
<!-- Virtualisation -->
-- vhost async control path refactoring
-- virtio packed ring enqueue acceleration via DMA
<!-- Network apps -->
- testpmd multi-process support
-- l3fwd FIB support
-- IF proxy
-- performance test for IP reassembly
<!-- Crypto -->
-- IPv6 in lookaside IPsec example
-- anti-replay in inline IPsec example
- mlx5 AES-XTS look-aside crypto
<!-- Compress -->
<!-- Event -->
-- event vector support to reduce scheduler overhead and to improve performance
- event vector support in SW Rx eventdev adapter
-- event driver support for dynamic load balancer 2.5
<!-- Others -->
-- regex driver based on libpcre
-- mlx5 regex with chained mbufs
-- dynamic load balancer event driver common code consolidation
-- UBSan in build
### Nice to have - Future {#future}
----
@@ -76,8 +41,14 @@ This list is obviously neither complete nor guaranteed.
- automatic UIO/VFIO binding
- infiniband driver class (ibdev)
- default configuration from files
-- generic white/blacklisting
+- generic allow/blocklisting
- libedit integration
+- UBSan in build
+- regex driver based on libpcre
+- IF proxy
+- performance test for IP reassembly
+- IPv6 in lookaside IPsec example
+- anti-replay in inline IPsec example
### Cycle model {#cycle}
----
@@ -101,12 +72,16 @@ The last period is 1 month long and is dedicated to bug fixing.
### Scheduling {#dates}
----
-#### 21.05
+#### 21.08
-- Proposal deadline (RFC/v1 patches): 18 March 2021
-- API freeze (-rc1): 21 April 2021
-- PMD features freeze (-rc2): 5 May 2021
-- Release: 21 May 2021
+- Proposal deadline (RFC/v1 patches): 2 June 2021
+- API freeze (-rc1): 5 July 2021
+- PMD features freeze (-rc2): 19 July 2021
+- Release: 3 August 2021
+
+#### 21.11
+
+- Release: November 2021
### Stable Releases {#stable}
----
--
2.31.1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-05-21 16:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-21 16:43 [dpdk-web] [PATCH] release 21.05.0 Thomas Monjalon
2021-05-21 16:52 ` David Marchand
2021-05-21 16:56 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).