DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH v1] update roadmap for 18.05
@ 2018-02-22  7:23 Brian Archbold
  2018-02-26 12:17 ` Mcnamara, John
  0 siblings, 1 reply; 4+ messages in thread
From: Brian Archbold @ 2018-02-22  7:23 UTC (permalink / raw)
  To: web; +Cc: Brian Archbold

Update the 18.05 roadmap

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

diff --git a/dev/roadmap.html b/dev/roadmap.html
index a2fea2f..3bb417d 100644
--- a/dev/roadmap.html
+++ b/dev/roadmap.html
@@ -41,28 +41,21 @@
 	<h2>Development roadmap</h2>
 	<p>Major known features and milestones may be noted here.
 	This list is obviously neither complete nor guaranteed.
-	<h3 id="1802">Version 18.02 (2018 February)</h3>
+	<h3 id="1802">Version 18.05 (2018 May)</h3>
 	<ul>
-		<li>meson/ninja build system
-		<li>memory management rework
-		<li>hotplug, notifications and device ownership
-		<li>new device specification (devargs) syntax
-		<li>secondary process support in virtual devices
-		<li>ethdev port representor driver
-		<li>adaptive virtual function (AVF) driver
-		<li>ARM support for ark
-		<li>qede tunneling offloads
-		<li>mlx5 IPsec offload
-		<li>security protocol offload support for DPAA
-		<li>virtual address support for DPAA2
-		<li>virtio-crypto driver
-		<li>eventdev driver for DPAA
-		<li>eventdev ordered and atomic queues for DPAA2
-		<li>eventdev optimized packet distribution library (OPDL) driver
-		<li>eventdev crypto adapter
-		<li>base band device class (bbdev)
-		<li>raw device class
-		<li>libedit integration
+		<li>Provide support for a selective datapath in the vhost-user library
+		<li>Add a new Intel device driver (IFC VF) for accelerated virtio data path
+		<li>Add support for interrupt mode to vhost
+		<li>Virtio-User for virtio-crypto
+		<li>Add new ethdev API to query recommended Descriptor Ring sizes
+		<li>Add additional Memory Subsystem improvements
+		<li>IP Pipeline Usability Enhancements
+		<li>Provide a new API to support hardware and software compression/decompression
+		<li>Add a new API to manage tunnel end points
+		<li>Add Port Representor, a virtual PMD with a logical representation of any port
+		<li>Support PPPoE/PPPoL2Tv2 in I40E PMD
+		<li>Update Intel PMDs for Tx/Tx Offload API
+		<li>Add Uevent Support for Hotplug
 	</ul>
 	<h3 id="future">Nice to have - Future</h3>
 	<ul>
-- 
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] 4+ messages in thread

* Re: [dpdk-web] [PATCH v1] update roadmap for 18.05
  2018-02-22  7:23 [dpdk-web] [PATCH v1] update roadmap for 18.05 Brian Archbold
@ 2018-02-26 12:17 ` Mcnamara, John
  2018-02-26 14:17   ` Thomas Monjalon
  0 siblings, 1 reply; 4+ messages in thread
From: Mcnamara, John @ 2018-02-26 12:17 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: Thursday, February 22, 2018 7:23 AM
> To: web@dpdk.org
> Cc: Archbold, Brian <brian.archbold@intel.com>
> Subject: [dpdk-web] [PATCH v1] update roadmap for 18.05
> 
> Update the 18.05 roadmap
> 
> Signed-off-by: Brian Archbold <brian.archbold@intel.com>

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

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

* Re: [dpdk-web] [PATCH v1] update roadmap for 18.05
  2018-02-26 12:17 ` Mcnamara, John
@ 2018-02-26 14:17   ` Thomas Monjalon
  2018-02-26 15:18     ` Mcnamara, John
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2018-02-26 14:17 UTC (permalink / raw)
  To: Archbold, Brian; +Cc: web, Mcnamara, John

Hi,

> > Update the 18.05 roadmap
> > 
> > Signed-off-by: Brian Archbold <brian.archbold@intel.com>
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

This patch is removing all from 18.02 and add Intel roadmap.
I prefer applying my patch first which is selectively removing
only what was implemented in 18.02.
Please re-do your patch on top of it to add Intel roadmap.

About uppercases, I am not sure about using uppercases for each words.
They are just list item, not titles. I feel all lowercase is simpler.

Let's try to keep the list simple. One example, you suggest:
	- Provide support for a selective datapath in the vhost-user library
I suggest a shorter form:
	- selective datapath (vDPA) in vhost-user

Thanks

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

* Re: [dpdk-web] [PATCH v1] update roadmap for 18.05
  2018-02-26 14:17   ` Thomas Monjalon
@ 2018-02-26 15:18     ` Mcnamara, John
  0 siblings, 0 replies; 4+ messages in thread
From: Mcnamara, John @ 2018-02-26 15:18 UTC (permalink / raw)
  To: Thomas Monjalon, Archbold, Brian; +Cc: web



> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas@monjalon.net]
> Sent: Monday, February 26, 2018 2:17 PM
> To: Archbold, Brian <brian.archbold@intel.com>
> Cc: web@dpdk.org; Mcnamara, John <john.mcnamara@intel.com>
> Subject: Re: [dpdk-web] [PATCH v1] update roadmap for 18.05
> 
> Hi,
> 
> > > Update the 18.05 roadmap
> > >
> > > Signed-off-by: Brian Archbold <brian.archbold@intel.com>
> >
> > Acked-by: John McNamara <john.mcnamara@intel.com>
> 
> This patch is removing all from 18.02 and add Intel roadmap.
> I prefer applying my patch first which is selectively removing only what
> was implemented in 18.02.
> Please re-do your patch on top of it to add Intel roadmap.
> 
> About uppercases, I am not sure about using uppercases for each words.
> They are just list item, not titles. I feel all lowercase is simpler.

The list items are still sentences and I think they should be written as
such.


> Let's try to keep the list simple. One example, you suggest:
> 	- Provide support for a selective datapath in the vhost-user library
> I suggest a shorter form:
> 	- selective datapath (vDPA) in vhost-user

We actually did some work to make these shorter already and none are 
longer than 78 characters.

So, we would prefer that the patch goes in as it is, or quite similar.

John

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

end of thread, other threads:[~2018-02-26 15:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-22  7:23 [dpdk-web] [PATCH v1] update roadmap for 18.05 Brian Archbold
2018-02-26 12:17 ` Mcnamara, John
2018-02-26 14:17   ` Thomas Monjalon
2018-02-26 15:18     ` Mcnamara, John

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).