DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH v2] update roadmap for 18.05
@ 2018-02-28  8:51 Brian Archbold
  2018-03-01  9:44 ` Mcnamara, John
  2018-03-08 22:25 ` Thomas Monjalon
  0 siblings, 2 replies; 3+ messages in thread
From: Brian Archbold @ 2018-02-28  8:51 UTC (permalink / raw)
  To: web; +Cc: Brian Archbold

Signed-off-by: Brian Archbold <brian.archbold@intel.com>
---
 dev/roadmap.html | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/dev/roadmap.html b/dev/roadmap.html
index 569d8b8..7cfb849 100644
--- a/dev/roadmap.html
+++ b/dev/roadmap.html
@@ -43,23 +43,24 @@
 	This list is obviously neither complete nor guaranteed.
 	<h3 id="1805">Version 18.05 (2018 May)</h3>
 	<ul>
-		<li>memory management rework
-		<li>hotplug
-		<li>new device specification (devargs) syntax
-		<li>secondary process support in virtual devices
-		<li>ethdev port representor driver
-		<li>ARM support for ark
-		<li>mlx5 IPsec offload
-		<li>virtio-crypto driver
-		<li>eventdev ordered and atomic queues for DPAA2
-		<li>eventdev crypto adapter
-		<li>libedit integration
+		<li>selective datapath in the vhost-user library
+		<li>new Intel device driver (IFC VF) for accelerated virtio data path
+		<li>interrupt mode for vhost
+		<li>virtio-user for virtio-crypto
+		<li>ethdev API to for recommended descriptor ring sizes
+		<li>memory subsystem improvements
+		<li>ip pipeline enhancements
+		<li>new API to support hardware and software compression and decompression
+		<li>new API to manage tunnel endpoints
+		<li>port representor, a virtual PMD with a logical representation of any port
+		<li>add PPPoE/PPPoL2Tv2 to I40e PMD
+		<li>update Intel PMDs for Rx/Tx offload APIs
+		<li>uevent support for hotplug
 	</ul>
 	<h3 id="future">Nice to have - Future</h3>
 	<ul>
 		<li>multi-process rework
 		<li>automatic UIO/VFIO binding
-		<li>vhost-crypto
 		<li>infiniband driver class (ibdev)
 		<li>BPF support
 		<li>default configuration from files
-- 
2.9.5

--------------------------------------------------------------
Intel Research and Development Ireland Limited
Registered in Ireland
Registered Office: Collinstown Industrial Park, Leixlip, County Kildare
Registered Number: 308263


This e-mail and any attachments may contain confidential material for the sole
use of the intended recipient(s). Any review or distribution by others is
strictly prohibited. If you are not the intended recipient, please contact the
sender and delete all copies.

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

* Re: [dpdk-web] [PATCH v2] update roadmap for 18.05
  2018-02-28  8:51 [dpdk-web] [PATCH v2] update roadmap for 18.05 Brian Archbold
@ 2018-03-01  9:44 ` Mcnamara, John
  2018-03-08 22:25 ` Thomas Monjalon
  1 sibling, 0 replies; 3+ messages in thread
From: Mcnamara, John @ 2018-03-01  9:44 UTC (permalink / raw)
  To: Archbold, Brian, web; +Cc: Archbold, Brian



> -----Original Message-----
> From: web [mailto:web-bounces@dpdk.org] On Behalf Of Brian Archbold
> Sent: Wednesday, February 28, 2018 8:51 AM
> To: web@dpdk.org
> Cc: Archbold, Brian <brian.archbold@intel.com>
> Subject: [dpdk-web] [PATCH v2] update roadmap for 18.05
> 
> Signed-off-by: Brian Archbold <brian.archbold@intel.com>

Acked-by: John McNamara <john.mcnamara@intel.com>

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

* Re: [dpdk-web] [PATCH v2] update roadmap for 18.05
  2018-02-28  8:51 [dpdk-web] [PATCH v2] update roadmap for 18.05 Brian Archbold
  2018-03-01  9:44 ` Mcnamara, John
@ 2018-03-08 22:25 ` Thomas Monjalon
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2018-03-08 22:25 UTC (permalink / raw)
  To: Brian Archbold; +Cc: web

Hi,

28/02/2018 09:51, Brian Archbold:
> Signed-off-by: Brian Archbold <brian.archbold@intel.com>
> ---
>  	<h3 id="1805">Version 18.05 (2018 May)</h3>
>  	<ul>
> -		<li>memory management rework
> -		<li>hotplug
> -		<li>new device specification (devargs) syntax
> -		<li>secondary process support in virtual devices
> -		<li>ethdev port representor driver
> -		<li>ARM support for ark
> -		<li>mlx5 IPsec offload
> -		<li>virtio-crypto driver
> -		<li>eventdev ordered and atomic queues for DPAA2
> -		<li>eventdev crypto adapter
> -		<li>libedit integration
> +		<li>selective datapath in the vhost-user library
> +		<li>new Intel device driver (IFC VF) for accelerated virtio data path
> +		<li>interrupt mode for vhost
> +		<li>virtio-user for virtio-crypto
> +		<li>ethdev API to for recommended descriptor ring sizes
> +		<li>memory subsystem improvements
> +		<li>ip pipeline enhancements
> +		<li>new API to support hardware and software compression and decompression
> +		<li>new API to manage tunnel endpoints
> +		<li>port representor, a virtual PMD with a logical representation of any port
> +		<li>add PPPoE/PPPoL2Tv2 to I40e PMD
> +		<li>update Intel PMDs for Rx/Tx offload APIs
> +		<li>uevent support for hotplug

This patch is removing all to replace it by Intel list.
Instead of asking a new patch, I have applied and fixed it.

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

end of thread, other threads:[~2018-03-08 22:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-28  8:51 [dpdk-web] [PATCH v2] update roadmap for 18.05 Brian Archbold
2018-03-01  9:44 ` Mcnamara, John
2018-03-08 22:25 ` 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).