* [dpdk-web] [PATCH 1/2] remove 17.08 from roadmap
@ 2017-08-30 21:43 Thomas Monjalon
2017-08-30 21:43 ` [dpdk-web] [PATCH 2/2] add 17.11 roadmap from Intel, Mellanox and Netronome Thomas Monjalon
2017-09-01 8:16 ` [dpdk-web] [PATCH 1/2] remove 17.08 from roadmap Maxime Coquelin
0 siblings, 2 replies; 5+ messages in thread
From: Thomas Monjalon @ 2017-08-30 21:43 UTC (permalink / raw)
To: web
Some features non implemented in 17.08 are moved to 17.11.
A new section "Future" is created to add things which would
be nice to have but no one committed to work on it.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
dev/roadmap.html | 33 ++++++---------------------------
1 file changed, 6 insertions(+), 27 deletions(-)
diff --git a/dev/roadmap.html b/dev/roadmap.html
index b72230d..6c9d85b 100644
--- a/dev/roadmap.html
+++ b/dev/roadmap.html
@@ -41,37 +41,22 @@
<h2>Development roadmap</h2>
<p>Major known features and milestones may be noted here.
This list is obviously neither complete nor guaranteed.
- <h3 id="1708">Version 17.08 (2017 August)</h3>
+ <h3 id="1711">Version 17.11 (2017 November)</h3>
<ul>
- <li>Hotplug Notification
<li>Vhost-user IOMMU support
- <li>Xen Netfront Driver
- <li>Fail Safe driver
- <li>Enhance bnxt driver and update the HWRM version
- <li>Enic flow API support
- <li>Interrupt Mode for mlx4 Rx
- <li>RSS via Flow API for mlx5
- <li>New mlx5 data path for SSE
- <li>Generic Flow Enhancements for Intel drivers
- <li>Packet Type Recognition in ixgbe for SSE
- <li>NXP DPAA2 PMD Performance and Feature Enhancements
- <li>NXP DPAA2 Eventdev Driver
<li>NXP DPAA1 Bus, Mempool and PMD
<li>ARM Architecture support in Atomic Rules Arkville Driver
<li>VF Restore after PF Reset
- <li>Isolated mode in Flow API
- <li>Generic QoS API
- <li>Generic Receive Offload
- <li>Cryptodev Multi-Core SW Scheduler
- </ul>
- <h3 id="1711">Version 17.11 (2017 November)</h3>
- <ul>
- <li>Automatic Device Binding
</ul>
<h3 id="1802">Version 18.02 (2018 February)</h3>
<ul>
<li>
</ul>
+ <h3 id="future">Nice to have - Future</h3>
+ <ul>
+ <li>Hotplug Notification
+ <li>Automatic Device Binding
+ </ul>
<h3 id="cycle">Cycle model</h3>
<p>A typical release should be done after 3 months.
<p>It is designed to allow DPDK to keep evolving at a rapid pace while
@@ -85,12 +70,6 @@
<p>At the end of the merge window, the first release candidate is out.
<p>The last period is 1 month long and is dedicated to bug fixing.
<h3 id="dates">Scheduling</h3>
- <p>17.08
- <ul>
- <li>Proposal deadline: May 28
- <li>Integration deadline: June 29
- <li>Release: August 1
- </ul>
<p>17.11
<ul>
<li>Proposal deadline: August 25, 2017
--
2.14.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dpdk-web] [PATCH 2/2] add 17.11 roadmap from Intel, Mellanox and Netronome
2017-08-30 21:43 [dpdk-web] [PATCH 1/2] remove 17.08 from roadmap Thomas Monjalon
@ 2017-08-30 21:43 ` Thomas Monjalon
2017-09-01 8:09 ` Maxime Coquelin
2017-09-01 8:16 ` [dpdk-web] [PATCH 1/2] remove 17.08 from roadmap Maxime Coquelin
1 sibling, 1 reply; 5+ messages in thread
From: Thomas Monjalon @ 2017-08-30 21:43 UTC (permalink / raw)
To: web
Roadmaps are announced on the mailing list:
http://dpdk.org/ml/archives/dev/2017-July/071888.html
http://dpdk.org/ml/archives/dev/2017-July/071909.html
http://dpdk.org/ml/archives/dev/2017-July/071918.html
http://dpdk.org/ml/archives/dev/2017-August/073446.html
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
dev/roadmap.html | 27 +++++++++++++++++++++++----
1 file changed, 23 insertions(+), 4 deletions(-)
diff --git a/dev/roadmap.html b/dev/roadmap.html
index 6c9d85b..8ac41f7 100644
--- a/dev/roadmap.html
+++ b/dev/roadmap.html
@@ -43,10 +43,29 @@
This list is obviously neither complete nor guaranteed.
<h3 id="1711">Version 17.11 (2017 November)</h3>
<ul>
- <li>Vhost-user IOMMU support
- <li>NXP DPAA1 Bus, Mempool and PMD
- <li>ARM Architecture support in Atomic Rules Arkville Driver
- <li>VF Restore after PF Reset
+ <li>Extend port ID to 2 bytes
+ <li>New Rx/Tx offload API
+ <li>IPsec offload API
+ <li>QoS metering and policing API
+ <li>QoS traffic management software fallback
+ <li>Example application for <a href="/doc/api/rte__tm_8h.html">QoS traffic management</a>
+ <li>Example application for <a href="/doc/api/rte__flow_8h.html">rte_flow API</a>
+ <li>GSO (Generic Segmentation Offload) library
+ <li>Example application for GRO heavyweight mode
+ <li>RSS queue regions API for <a href="/doc/guides/nics/i40e.html">i40e PMD</a>
+ <li>NXP DPAA1 bus, mempool and PMD
+ <li>ARM support in <a href="/doc/guides/nics/ark.html">ark PMD</a>
+ <li>PF support in <a href="/doc/guides/nics/nfp.html">nfp PMD</a>
+ <li>VF restore after PF reset
+ <li>Rework mlx drivers for <a href="https://github.com/linux-rdma/rdma-core/tree/master/libibverbs">upstream ibverbs</a> support
+ <li>Support secondary process, plug out, raw timestamp and flow counter in <a href="/doc/guides/nics/mlx5.html">mlx5 PMD</a>
+ <li>Support secondary process in virtual devices
+ <li>IOMMU support in vhost-user
+ <li><a href="https://en.wikipedia.org/wiki/Data_Encryption_Standard">DES</a> software PMD with AVX512 optimization
+ <li><a href="https://en.wikipedia.org/wiki/CCM_mode">AES CCM</a> in OpenSSL PMD
+ <li>Performance enhancements in <a href="/doc/guides/cryptodevs/qat.html">qat PMD</a>
+ <li>Per-core turbo boost in power management library
+ <li>Power management policy control
</ul>
<h3 id="1802">Version 18.02 (2018 February)</h3>
<ul>
--
2.14.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-web] [PATCH 2/2] add 17.11 roadmap from Intel, Mellanox and Netronome
2017-08-30 21:43 ` [dpdk-web] [PATCH 2/2] add 17.11 roadmap from Intel, Mellanox and Netronome Thomas Monjalon
@ 2017-09-01 8:09 ` Maxime Coquelin
2017-09-04 22:21 ` Thomas Monjalon
0 siblings, 1 reply; 5+ messages in thread
From: Maxime Coquelin @ 2017-09-01 8:09 UTC (permalink / raw)
To: Thomas Monjalon, web
On 08/30/2017 11:43 PM, Thomas Monjalon wrote:
> Roadmaps are announced on the mailing list:
> http://dpdk.org/ml/archives/dev/2017-July/071888.html
> http://dpdk.org/ml/archives/dev/2017-July/071909.html
> http://dpdk.org/ml/archives/dev/2017-July/071918.html
> http://dpdk.org/ml/archives/dev/2017-August/073446.html
>
> Signed-off-by: Thomas Monjalon<thomas@monjalon.net>
> ---
> dev/roadmap.html | 27 +++++++++++++++++++++++----
> 1 file changed, 23 insertions(+), 4 deletions(-)
>
> diff --git a/dev/roadmap.html b/dev/roadmap.html
> index 6c9d85b..8ac41f7 100644
> --- a/dev/roadmap.html
> +++ b/dev/roadmap.html
> @@ -43,10 +43,29 @@
> This list is obviously neither complete nor guaranteed.
> <h3 id="1711">Version 17.11 (2017 November)</h3>
> <ul>
> - <li>Vhost-user IOMMU support
> - <li>NXP DPAA1 Bus, Mempool and PMD
> - <li>ARM Architecture support in Atomic Rules Arkville Driver
> - <li>VF Restore after PF Reset
> + <li>Extend port ID to 2 bytes
> + <li>New Rx/Tx offload API
> + <li>IPsec offload API
> + <li>QoS metering and policing API
> + <li>QoS traffic management software fallback
> + <li>Example application for <a href="/doc/api/rte__tm_8h.html">QoS traffic management</a>
> + <li>Example application for <a href="/doc/api/rte__flow_8h.html">rte_flow API</a>
> + <li>GSO (Generic Segmentation Offload) library
> + <li>Example application for GRO heavyweight mode
> + <li>RSS queue regions API for <a href="/doc/guides/nics/i40e.html">i40e PMD</a>
> + <li>NXP DPAA1 bus, mempool and PMD
> + <li>ARM support in <a href="/doc/guides/nics/ark.html">ark PMD</a>
> + <li>PF support in <a href="/doc/guides/nics/nfp.html">nfp PMD</a>
> + <li>VF restore after PF reset
> + <li>Rework mlx drivers for <a href="https://github.com/linux-rdma/rdma-core/tree/master/libibverbs">upstream ibverbs</a> support
> + <li>Support secondary process, plug out, raw timestamp and flow counter in <a href="/doc/guides/nics/mlx5.html">mlx5 PMD</a>
> + <li>Support secondary process in virtual devices
> + <li>IOMMU support in vhost-user
Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Thanks!
Maxime
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-web] [PATCH 1/2] remove 17.08 from roadmap
2017-08-30 21:43 [dpdk-web] [PATCH 1/2] remove 17.08 from roadmap Thomas Monjalon
2017-08-30 21:43 ` [dpdk-web] [PATCH 2/2] add 17.11 roadmap from Intel, Mellanox and Netronome Thomas Monjalon
@ 2017-09-01 8:16 ` Maxime Coquelin
1 sibling, 0 replies; 5+ messages in thread
From: Maxime Coquelin @ 2017-09-01 8:16 UTC (permalink / raw)
To: Thomas Monjalon, web
On 08/30/2017 11:43 PM, Thomas Monjalon wrote:
> Some features non implemented in 17.08 are moved to 17.11.
> A new section "Future" is created to add things which would
> be nice to have but no one committed to work on it.
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
> dev/roadmap.html | 33 ++++++---------------------------
> 1 file changed, 6 insertions(+), 27 deletions(-)
For vhost-user IOMMU support:
Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Thanks,
Maxime
> diff --git a/dev/roadmap.html b/dev/roadmap.html
> index b72230d..6c9d85b 100644
> --- a/dev/roadmap.html
> +++ b/dev/roadmap.html
> @@ -41,37 +41,22 @@
> <h2>Development roadmap</h2>
> <p>Major known features and milestones may be noted here.
> This list is obviously neither complete nor guaranteed.
> - <h3 id="1708">Version 17.08 (2017 August)</h3>
> + <h3 id="1711">Version 17.11 (2017 November)</h3>
> <ul>
> - <li>Hotplug Notification
> <li>Vhost-user IOMMU support
> - <li>Xen Netfront Driver
> - <li>Fail Safe driver
> - <li>Enhance bnxt driver and update the HWRM version
> - <li>Enic flow API support
> - <li>Interrupt Mode for mlx4 Rx
> - <li>RSS via Flow API for mlx5
> - <li>New mlx5 data path for SSE
> - <li>Generic Flow Enhancements for Intel drivers
> - <li>Packet Type Recognition in ixgbe for SSE
> - <li>NXP DPAA2 PMD Performance and Feature Enhancements
> - <li>NXP DPAA2 Eventdev Driver
> <li>NXP DPAA1 Bus, Mempool and PMD
> <li>ARM Architecture support in Atomic Rules Arkville Driver
> <li>VF Restore after PF Reset
> - <li>Isolated mode in Flow API
> - <li>Generic QoS API
> - <li>Generic Receive Offload
> - <li>Cryptodev Multi-Core SW Scheduler
> - </ul>
> - <h3 id="1711">Version 17.11 (2017 November)</h3>
> - <ul>
> - <li>Automatic Device Binding
> </ul>
> <h3 id="1802">Version 18.02 (2018 February)</h3>
> <ul>
> <li>
> </ul>
> + <h3 id="future">Nice to have - Future</h3>
> + <ul>
> + <li>Hotplug Notification
> + <li>Automatic Device Binding
> + </ul>
> <h3 id="cycle">Cycle model</h3>
> <p>A typical release should be done after 3 months.
> <p>It is designed to allow DPDK to keep evolving at a rapid pace while
> @@ -85,12 +70,6 @@
> <p>At the end of the merge window, the first release candidate is out.
> <p>The last period is 1 month long and is dedicated to bug fixing.
> <h3 id="dates">Scheduling</h3>
> - <p>17.08
> - <ul>
> - <li>Proposal deadline: May 28
> - <li>Integration deadline: June 29
> - <li>Release: August 1
> - </ul>
> <p>17.11
> <ul>
> <li>Proposal deadline: August 25, 2017
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-09-04 22:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-30 21:43 [dpdk-web] [PATCH 1/2] remove 17.08 from roadmap Thomas Monjalon
2017-08-30 21:43 ` [dpdk-web] [PATCH 2/2] add 17.11 roadmap from Intel, Mellanox and Netronome Thomas Monjalon
2017-09-01 8:09 ` Maxime Coquelin
2017-09-04 22:21 ` Thomas Monjalon
2017-09-01 8:16 ` [dpdk-web] [PATCH 1/2] remove 17.08 from roadmap Maxime Coquelin
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).