* [dpdk-web] [PATCH] release 20.05.0
@ 2020-05-26 16:56 David Marchand
2020-05-26 17:50 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: David Marchand @ 2020-05-26 16:56 UTC (permalink / raw)
To: web; +Cc: thomas
Signed-off-by: David Marchand <david.marchand@redhat.com>
---
content/doc/archives/_index.md | 5 +++++
content/download/_index.md | 5 +++--
content/roadmap/_index.md | 38 ++++++----------------------------
3 files changed, 14 insertions(+), 34 deletions(-)
diff --git a/content/doc/archives/_index.md b/content/doc/archives/_index.md
index 60699b2..b72ebee 100644
--- a/content/doc/archives/_index.md
+++ b/content/doc/archives/_index.md
@@ -2,6 +2,11 @@
title = "Archives"
+++
+- DPDK 20.05
+| [HTML API](//doc.dpdk.org/api-20.05/)
+| [HTML guides](//doc.dpdk.org/guides-20.05/)
+| [PDF guides](//fast.dpdk.org/doc/pdf-guides-20.05/)
+
- DPDK 20.02
| [HTML API](//doc.dpdk.org/api-20.02/)
| [HTML guides](//doc.dpdk.org/guides-20.02/)
diff --git a/content/download/_index.md b/content/download/_index.md
index 62a9606..c4cc53f 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-20.02.1.tar.xz">
+<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-20.05.tar.xz">
{{< icon name="glyphicon glyphicon-download-alt" size="large" >}}
Latest\
- 20.02.1
+ 20.05
</a>
<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-19.11.2.tar.xz">
{{< icon name="glyphicon glyphicon-download-alt" size="large" >}}
@@ -25,6 +25,7 @@ weight = "2"
| file | date/changelog | md5 |
|---------------------------------------------------------------|------------------------------------------------------------------------------|----------------------------------|
+| [DPDK 20.05](//fast.dpdk.org/rel/dpdk-20.05.tar.xz) | [2020 May 26](//doc.dpdk.org/guides-20.05/rel_notes/release_20_05.html) | 7c6f3e7f7de2422775c4cba116012c4d |
| [DPDK 20.02.1](//fast.dpdk.org/rel/dpdk-20.02.1.tar.xz) | [2020 May 18](//doc.dpdk.org/guides-20.02/rel_notes/release_20_02.html) | fd04cb05c728f474b438c6e7aa1eb195 |
| [DPDK 19.11.2 (LTS)](//fast.dpdk.org/rel/dpdk-19.11.2.tar.xz) | [2020 May 18](//doc.dpdk.org/guides-19.11/rel_notes/release_19_11.html) | cd59c6577073b0a7bdf038f2658df1f2 |
| [DPDK 19.08.2](//fast.dpdk.org/rel/dpdk-19.08.2.tar.xz) | [2019 November 15](//doc.dpdk.org/guides-19.08/rel_notes/release_19_08.html) | 97e71f5fed2e5fa21aae16cae82f9e04 |
diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 7164ba9..d6bae29 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -9,41 +9,21 @@ This is not a commitment but plan of work.
This list is obviously neither complete nor guaranteed.
{{% /notice %}}
-### Version 20.05 (2020 May) {#2005}
-
-- RCU API for deferred resource reclamation
-- use of C11 atomic APIs in timer library, service core and VirtIO split ring
-- rte_flow action to steer traffic to given PCIe device
-- performance optimizations in i40e and mlx drivers for Arm platforms
-- mlx5 memory consumption reduced
-- mlx5 TTL matching, GTP encap/decap and flow aging via rte_flow API
-- mlx5 optimization and hairpin for jumbo frames
-- mlx5 vDPA LSO, device counters, rate limiting and HW doorbell
-- bnxt host-memory based flow tables management for high scalability
-- bnxt rte_flow parser/mapper
-- bnxt optimization for flow insertions/deletions
-- bnxt Rx flow classification
-- thunderx link state change
-- octeontx multi-segment, MTU, link state, checksum and flow control
-- rte_tm enhancement for OCTEON TX2
-- l2fwd forwarding between asymmetric ports
-- performance test application for flow rules
-- eventdev example in ipsec-secgw
-- additional crypto algorithms in Nitrox PMD
-- octeontx2 crypto lookaside protocol and event adapter
-- high-performance CTF-based native tracer
-- graph subsystem for data/packet processing
-
### Version 20.08 (2020 August) {#2008}
+- performance optimizations in mlx drivers for Arm platforms
+- mlx5 vDPA LSO, device counters and rate limiting
- IF proxy
+- l2fwd forwarding between asymmetric ports
+- performance test application for flow rules
+- octeontx2 crypto lookaside protocol and event adapter
- regexdev
- regex driver based on libpcre
- UBSan in build
### Version 20.11 (2020 November) {#2011}
-- ChaChaPoly symmetric crypto algorithm in Intel QAT devices
+- rte_tm enhancement for OCTEON TX2
### Nice to have - Future {#future}
----
@@ -78,12 +58,6 @@ The last period is 1 month long and is dedicated to bug fixing.
### Scheduling {#dates}
----
-#### 20.05
-
-- Proposal deadline: March 18, 2020
-- Integration deadline: April 24, 2020
-- Release: May 26, 2020
-
#### 20.08
- Proposal deadline (patch version v1): June 12, 2020
--
2.23.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-web] [PATCH] release 20.05.0
2020-05-26 16:56 [dpdk-web] [PATCH] release 20.05.0 David Marchand
@ 2020-05-26 17:50 ` Thomas Monjalon
2020-05-26 18:53 ` David Marchand
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2020-05-26 17:50 UTC (permalink / raw)
To: David Marchand; +Cc: web
26/05/2020 18:56, David Marchand:
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---
> content/doc/archives/_index.md | 5 +++++
> content/download/_index.md | 5 +++--
> content/roadmap/_index.md | 38 ++++++----------------------------
> 3 files changed, 14 insertions(+), 34 deletions(-)
[...]
> --- a/content/download/_index.md
> +++ b/content/download/_index.md
> Latest\
> - 20.02.1
> + 20.05
Perhaps 20.05.0 is more accurate here.
Acked-by: Thomas Monjalon <thomas@monjalon.net>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-web] [PATCH] release 20.05.0
2020-05-26 17:50 ` Thomas Monjalon
@ 2020-05-26 18:53 ` David Marchand
0 siblings, 0 replies; 3+ messages in thread
From: David Marchand @ 2020-05-26 18:53 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: web
On Tue, May 26, 2020 at 7:50 PM Thomas Monjalon <thomas@monjalon.net> wrote:
>
> 26/05/2020 18:56, David Marchand:
> > Signed-off-by: David Marchand <david.marchand@redhat.com>
> > ---
> > content/doc/archives/_index.md | 5 +++++
> > content/download/_index.md | 5 +++--
> > content/roadmap/_index.md | 38 ++++++----------------------------
> > 3 files changed, 14 insertions(+), 34 deletions(-)
> [...]
> > --- a/content/download/_index.md
> > +++ b/content/download/_index.md
> > Latest\
> > - 20.02.1
> > + 20.05
>
> Perhaps 20.05.0 is more accurate here.
I updated the entry in the download table too.
>
> Acked-by: Thomas Monjalon <thomas@monjalon.net>
Applied.
--
David Marchand
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-05-26 18:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-26 16:56 [dpdk-web] [PATCH] release 20.05.0 David Marchand
2020-05-26 17:50 ` Thomas Monjalon
2020-05-26 18:53 ` David Marchand
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).