diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/doc/archives/_index.md | 5 | ||||
-rw-r--r-- | content/download/_index.md | 5 | ||||
-rw-r--r-- | content/roadmap/_index.md | 26 |
3 files changed, 9 insertions, 27 deletions
diff --git a/content/doc/archives/_index.md b/content/doc/archives/_index.md index f91a435..81c5dff 100644 --- a/content/doc/archives/_index.md +++ b/content/doc/archives/_index.md @@ -2,6 +2,11 @@ title = "Archives" +++ +- DPDK 19.05 +| [HTML API](//doc.dpdk.org/api-19.05/) +| [HTML guides](//doc.dpdk.org/guides-19.05/) +| [PDF guides](//fast.dpdk.org/doc/pdf-guides-19.05/) + - DPDK 19.02 | [HTML API](//doc.dpdk.org/api-19.02/) | [HTML guides](//doc.dpdk.org/guides-19.02/) diff --git a/content/download/_index.md b/content/download/_index.md index 4e3cf29..8ca468d 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.02.tar.xz"> +<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-19.05.tar.xz"> {{< icon name="glyphicon glyphicon-download-alt" size="large" >}} Latest Major\ - 19.02 + 19.05 </a> <a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-18.11.1.tar.xz"> {{< icon name="glyphicon glyphicon-download-alt" size="large" >}} @@ -25,6 +25,7 @@ weight = "2" | file | date/changelog | md5 | |---------------------------------------------------------------|------------------------------------------------------------------------------|----------------------------------| +| [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 | | [DPDK 19.02.0](//fast.dpdk.org/rel/dpdk-19.02.tar.xz) | [2019 February 1](//doc.dpdk.org/guides-19.02/rel_notes/release_19_02.html) | 23944a2cdee061aa4bd72ebe7d836db0 | | [DPDK 18.11.1 (LTS)](//fast.dpdk.org/rel/dpdk-18.11.1.tar.xz) | [2019 April 8](//doc.dpdk.org/guides-18.11/rel_notes/release_18_11.html) | 0c4a0fb7043353ebe3650651c7774191 | | [DPDK 18.08.1](//fast.dpdk.org/rel/dpdk-18.08.1.tar.xz) | [2019 April 1](//doc.dpdk.org/guides-18.08/rel_notes/release_18_08.html) | 391116ff3012ffd33bb63ed5feb3375c | diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md index 15c3218..0fd5952 100644 --- a/content/roadmap/_index.md +++ b/content/roadmap/_index.md @@ -9,30 +9,12 @@ This is not a commitment but plan of work. This list is obviously neither complete nor guaranteed. {{% /notice %}} -### Version 19.05 (2019 May) {#1905} +### Version 19.08 (2019 August) {#1908} -- initial support for DPDK on Windows - new device specification (devargs) syntax - documentation for device management -- DMA mapping API for external memory -- relaxed memory ordering in spinlock and rwlock -- ticket-lock -- RCU library -- lock-free extended bucket in hash library - TCP SEQ and ACK offload with rte_flow API and mlx5 implementation - ICMP ping offload with rte_flow API and mlx5 implementation -- new mlx5 steering flow engine for high (millions/sec) insertion rate -- mlx5 out of the box performance improvements -- mlx5/mlx4 robustness improvement for Rx/Tx errors -- failsafe support in multi-process -- AF_XDP PMD -- baseband device turbo PMD -- QAT compression PMD support for large scatter-gather lists -- QAT asymmetric crypto with support for modexp and modinv -- additional crypto/auth algorithms in the IPsec library - -### Version 19.08 (2019 August) {#1908} - - initial support for Huawei Intelligent PCIe NIC ### Version 19.11 (2019 September) {#1911} @@ -68,12 +50,6 @@ The last period is 1 month long and is dedicated to bug fixing. ### Scheduling {#dates} ---- -#### 19.05 - -- Proposal deadline: March 1, 2019 -- Integration deadline: March 29, 2019 -- Release: May 10, 2019 - #### 19.08 - Proposal deadline: June 3, 2019 |