DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH] release 20.02.0
@ 2020-02-25 22:02 David Marchand
  2020-02-25 22:05 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: David Marchand @ 2020-02-25 22:02 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     |  7 ++++---
 content/roadmap/_index.md      | 31 +++----------------------------
 3 files changed, 12 insertions(+), 31 deletions(-)

diff --git a/content/doc/archives/_index.md b/content/doc/archives/_index.md
index 91243a6..60699b2 100644
--- a/content/doc/archives/_index.md
+++ b/content/doc/archives/_index.md
@@ -2,6 +2,11 @@
 title = "Archives"
 +++
 
+- DPDK 20.02
+| [HTML API](//doc.dpdk.org/api-20.02/)
+| [HTML guides](//doc.dpdk.org/guides-20.02/)
+| [PDF guides](//fast.dpdk.org/doc/pdf-guides-20.02/)
+
 - DPDK 19.11
 | [HTML API](//doc.dpdk.org/api-19.11/)
 | [HTML guides](//doc.dpdk.org/guides-19.11/)
diff --git a/content/download/_index.md b/content/download/_index.md
index f7154c0..71d99a6 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-19.11.tar.xz">
+<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-20.02.tar.xz">
   {{< icon name="glyphicon glyphicon-download-alt" size="large" >}}
-  Latest Major\
-  19.11
+  Latest\
+  20.02
 </a>
 <a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-19.11.tar.xz">
   {{< icon name="glyphicon glyphicon-download-alt" size="large" >}}
@@ -25,6 +25,7 @@ weight = "2"
 
 | file                                                          | date/changelog                                                               | md5                              |
 |---------------------------------------------------------------|------------------------------------------------------------------------------|----------------------------------|
+| [DPDK 20.02.0](//fast.dpdk.org/rel/dpdk-20.02.tar.xz)         | [2020 February 25](//doc.dpdk.org/guides-20.02/rel_notes/release_20_02.html) | e20171462d6b2252dfbae1de8c45ba10 |
 | [DPDK 19.11.0 (LTS)](//fast.dpdk.org/rel/dpdk-19.11.tar.xz)   | [2019 November 28](//doc.dpdk.org/guides-19.11/rel_notes/release_19_11.html) | bdcc9395656df89bc4578f1771e0a761 |
 | [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 |
 | [DPDK 19.05.0](//fast.dpdk.org/rel/dpdk-19.05.tar.xz)         | [2019 May 13](//doc.dpdk.org/guides-19.05/rel_notes/release_19_05.html)      | fe22ad1bab1539945119047b0fdf1105 |
diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 91448ef..d017b94 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -9,33 +9,14 @@ This is not a commitment but plan of work.
 This list is obviously neither complete nor guaranteed.
 {{% /notice %}}
 
-### Version 20.02 (2020 February) {#2002}
-
-- ring API for user defined element size
-- mempool for mbufs with external buffer
-- Arm WFE/SEV instructions in ticket lock
-- rte_flow API for DSCP field during decapsulation
-- rte_flow for rules based on Intel DDP profiles
-- mlx5 rte_flow features like GTP-U matching, multi-updates rule
+### Version 20.05 (2020 May) {#2005}
+
 - mlx5 memory consumption reduced
-- mlx5 support of ConnectX-5 features with ConnectX-6 Dx
-- mlx5 vDPA PMD
-- virtio packed ring notification
-- virtio 1.1 server mode
 - rte_tm enhancement for OCTEON TX2
-- raw driver OCTEON TX2 endpoint for SmartNIC use case
-- eventdev examples in l3fwd and ipsec-secgw
-- crypto Rx and Tx on different cores
-- AArch64 crypto library integration with Armv8 crypto PMD
-- AES-NI PMDs with latest IPsec multi-buffer library
+- eventdev example in ipsec-secgw
 - chachapoly symmetric crypto algorithm in Intel QAT devices
-- ECDSA & ECPM asymmetric crypto for OCTEON TX
 - additional crypto algorithms in Nitrox PMD
-- OCTEON TX2 inline IPsec using rte_security
-- rte_security improved performance for IPsec with software crypto
 - regexdev
-- additional Windows support for EAL functions
-- basic support for OpenWRT
 - UBSan in build
 
 ### Nice to have - Future {#future}
@@ -72,12 +53,6 @@ The last period is 1 month long and is dedicated to bug fixing.
 ### Scheduling {#dates}
 ----
 
-#### 20.02
-
-- Proposal deadline: December 11, 2019
-- Integration deadline: January 15, 2020
-- Release: February 14, 2020
-
 #### 20.05
 
 - Proposal deadline: March 18, 2020
-- 
2.23.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-web] [PATCH] release 20.02.0
  2020-02-25 22:02 [dpdk-web] [PATCH] release 20.02.0 David Marchand
@ 2020-02-25 22:05 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2020-02-25 22:05 UTC (permalink / raw)
  To: David Marchand; +Cc: web

25/02/2020 23:02, David Marchand:
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---
>  content/doc/archives/_index.md |  5 +++++
>  content/download/_index.md     |  7 ++++---
>  content/roadmap/_index.md      | 31 +++----------------------------
>  3 files changed, 12 insertions(+), 31 deletions(-)

Acked-by: Thomas Monjalon <thomas@monjalon.net>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-25 22:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-25 22:02 [dpdk-web] [PATCH] release 20.02.0 David Marchand
2020-02-25 22:05 ` 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).