DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH v2] roadmap: update to 16.11 roadmap
@ 2016-07-25  8:00 James Poole
  2016-07-26  9:37 ` Mcnamara, John
  2016-07-27 14:54 ` Thomas Monjalon
  0 siblings, 2 replies; 5+ messages in thread
From: James Poole @ 2016-07-25  8:00 UTC (permalink / raw)
  To: web; +Cc: john.mcnamara, James Poole

Signed-off-by: James Poole <james.g.poole@intel.com>
---
 dev/roadmap.html | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev/roadmap.html b/dev/roadmap.html
index 7230b21..eace697 100644
--- a/dev/roadmap.html
+++ b/dev/roadmap.html
@@ -72,10 +72,14 @@
 	</ul>
 	<h3 id="1611">Version 16.11 (2016 November)</h3>
 	<ul>
-		<li>Rx Filtering Rework
-		<li>QEMU Vhost backend Reconnect
-		<li>Delay Packet Copy in Vhost-user
-		<li>Fix library and symbol Namespace
+		<li>Additional Hardware and Software Crypto Algorithms</li>
+		<li>Cryptodev Performance Optimisation</li>
+		<li>Support for AES-GCM, AES-CTR, config file support to remove hard-coding of SAs/SPs etc.</li>
+		<li>Use forward cipher function to generate IV on CBC mode</li>
+		<li>Generic Rx Filtering API</li>
+		<li>Optimize the Cuckoo Hash lookup stages by using intelligent prefetching for keys and using IA AVX instructions for vector processing of keys</li>
+		<li>vHost PMD xStats</li>
+		<li>Delay Packet Copy in vHost-User Dequeue</li>
 	</ul>
 	<h3 id="cycle">Cycle model</h3>
 	<p>A typical release should be done after 3 months (was 4 months during 2015).
-- 
2.5.5

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

* Re: [dpdk-web] [PATCH v2] roadmap: update to 16.11 roadmap
  2016-07-25  8:00 [dpdk-web] [PATCH v2] roadmap: update to 16.11 roadmap James Poole
@ 2016-07-26  9:37 ` Mcnamara, John
  2016-07-27 14:54 ` Thomas Monjalon
  1 sibling, 0 replies; 5+ messages in thread
From: Mcnamara, John @ 2016-07-26  9:37 UTC (permalink / raw)
  To: Poole, James G, web



> -----Original Message-----
> From: Poole, James G
> Sent: Monday, July 25, 2016 9:00 AM
> To: web@dpdk.org
> Cc: Mcnamara, John <john.mcnamara@intel.com>; Poole, James G
> <james.g.poole@intel.com>
> Subject: [PATCH v2] roadmap: update to 16.11 roadmap
> 
> Signed-off-by: James Poole <james.g.poole@intel.com>

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

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

* Re: [dpdk-web] [PATCH v2] roadmap: update to 16.11 roadmap
  2016-07-25  8:00 [dpdk-web] [PATCH v2] roadmap: update to 16.11 roadmap James Poole
  2016-07-26  9:37 ` Mcnamara, John
@ 2016-07-27 14:54 ` Thomas Monjalon
  2016-07-29 12:46   ` Mcnamara, John
  1 sibling, 1 reply; 5+ messages in thread
From: Thomas Monjalon @ 2016-07-27 14:54 UTC (permalink / raw)
  To: James Poole; +Cc: web, john.mcnamara

2016-07-25 09:00, James Poole:
>  	<h3 id="1611">Version 16.11 (2016 November)</h3>
>  	<ul>
> -		<li>Rx Filtering Rework
> -		<li>QEMU Vhost backend Reconnect
> -		<li>Delay Packet Copy in Vhost-user
> -		<li>Fix library and symbol Namespace
> +		<li>Additional Hardware and Software Crypto Algorithms</li>
> +		<li>Cryptodev Performance Optimisation</li>
> +		<li>Support for AES-GCM, AES-CTR, config file support to remove hard-coding of SAs/SPs etc.</li>

It is for IPsec example?

> +		<li>Use forward cipher function to generate IV on CBC mode</li>

Idem? is it really worth to be mentionned?

> +		<li>Generic Rx Filtering API</li>

I think it is enough important to be in first position.

> +		<li>Optimize the Cuckoo Hash lookup stages by using intelligent prefetching for keys and using IA AVX instructions for vector processing of keys</li>

Could it be shorter? "Optimize the Cuckoo Hash lookup for x86"?

> +		<li>vHost PMD xStats</li>
> +		<li>Delay Packet Copy in vHost-User Dequeue</li>

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

* Re: [dpdk-web] [PATCH v2] roadmap: update to 16.11 roadmap
  2016-07-27 14:54 ` Thomas Monjalon
@ 2016-07-29 12:46   ` Mcnamara, John
  2016-07-29 13:11     ` Thomas Monjalon
  0 siblings, 1 reply; 5+ messages in thread
From: Mcnamara, John @ 2016-07-29 12:46 UTC (permalink / raw)
  To: Thomas Monjalon, Poole, James G; +Cc: web, O'Driscoll, Tim


> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> Sent: Wednesday, July 27, 2016 3:55 PM
> To: Poole, James G <james.g.poole@intel.com>
> Cc: web@dpdk.org; Mcnamara, John <john.mcnamara@intel.com>
> Subject: Re: [dpdk-web] [PATCH v2] roadmap: update to 16.11 roadmap
> 
> 2016-07-25 09:00, James Poole:
> >  	<h3 id="1611">Version 16.11 (2016 November)</h3>
> >  	<ul>
> > -		<li>Rx Filtering Rework
> > -		<li>QEMU Vhost backend Reconnect
> > -		<li>Delay Packet Copy in Vhost-user
> > -		<li>Fix library and symbol Namespace
> > +		<li>Additional Hardware and Software Crypto Algorithms</li>
> > +		<li>Cryptodev Performance Optimisation</li>
> > +		<li>Support for AES-GCM, AES-CTR, config file support to
> remove hard-coding of SAs/SPs etc.</li>
> 
> It is for IPsec example?
> 
> > +		<li>Use forward cipher function to generate IV on CBC
> mode</li>
> 
> Idem? is it really worth to be mentionned?
> 
> > +		<li>Generic Rx Filtering API</li>
> 
> I think it is enough important to be in first position.
> 
> > +		<li>Optimize the Cuckoo Hash lookup stages by using
> intelligent prefetching for keys and using IA AVX instructions for vector
> processing of keys</li>
> 
> Could it be shorter? "Optimize the Cuckoo Hash lookup for x86"?
> 
> > +		<li>vHost PMD xStats</li>
> > +		<li>Delay Packet Copy in vHost-User Dequeue</li>

Hi Thomas,

How about the following:

* Add Generic Rx Filtering API
* Extend Hardware and Software Crypto algorithms support
* Cryptodev: Optimize performance
* IPSec sample app: add support for AES-GCM, AES-CTR and configuration files
* vHost PMD : Add support for XStats
* vHost-User: Add delayed packet copy in dequeue
* Cuckoo Hash: Optimize the lookup for x86

John

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

* Re: [dpdk-web] [PATCH v2] roadmap: update to 16.11 roadmap
  2016-07-29 12:46   ` Mcnamara, John
@ 2016-07-29 13:11     ` Thomas Monjalon
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2016-07-29 13:11 UTC (permalink / raw)
  To: Mcnamara, John; +Cc: Poole, James G, web, O'Driscoll, Tim

2016-07-29 12:46, Mcnamara, John:
> 
> > -----Original Message-----
> > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> > Sent: Wednesday, July 27, 2016 3:55 PM
> > To: Poole, James G <james.g.poole@intel.com>
> > Cc: web@dpdk.org; Mcnamara, John <john.mcnamara@intel.com>
> > Subject: Re: [dpdk-web] [PATCH v2] roadmap: update to 16.11 roadmap
> > 
> > 2016-07-25 09:00, James Poole:
> > >  	<h3 id="1611">Version 16.11 (2016 November)</h3>
> > >  	<ul>
> > > -		<li>Rx Filtering Rework
> > > -		<li>QEMU Vhost backend Reconnect
> > > -		<li>Delay Packet Copy in Vhost-user
> > > -		<li>Fix library and symbol Namespace
> > > +		<li>Additional Hardware and Software Crypto Algorithms</li>
> > > +		<li>Cryptodev Performance Optimisation</li>
> > > +		<li>Support for AES-GCM, AES-CTR, config file support to
> > remove hard-coding of SAs/SPs etc.</li>
> > 
> > It is for IPsec example?
> > 
> > > +		<li>Use forward cipher function to generate IV on CBC
> > mode</li>
> > 
> > Idem? is it really worth to be mentionned?
> > 
> > > +		<li>Generic Rx Filtering API</li>
> > 
> > I think it is enough important to be in first position.
> > 
> > > +		<li>Optimize the Cuckoo Hash lookup stages by using
> > intelligent prefetching for keys and using IA AVX instructions for vector
> > processing of keys</li>
> > 
> > Could it be shorter? "Optimize the Cuckoo Hash lookup for x86"?
> > 
> > > +		<li>vHost PMD xStats</li>
> > > +		<li>Delay Packet Copy in vHost-User Dequeue</li>
> 
> Hi Thomas,
> 
> How about the following:
> 
> * Add Generic Rx Filtering API
> * Extend Hardware and Software Crypto algorithms support
> * Cryptodev: Optimize performance
> * IPSec sample app: add support for AES-GCM, AES-CTR and configuration files
> * vHost PMD : Add support for XStats
> * vHost-User: Add delayed packet copy in dequeue
> * Cuckoo Hash: Optimize the lookup for x86

Looks good, thanks

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

end of thread, other threads:[~2016-07-29 13:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-25  8:00 [dpdk-web] [PATCH v2] roadmap: update to 16.11 roadmap James Poole
2016-07-26  9:37 ` Mcnamara, John
2016-07-27 14:54 ` Thomas Monjalon
2016-07-29 12:46   ` Mcnamara, John
2016-07-29 13:11     ` 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).