DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH] roadmap: update to 16.11 roadmap items
@ 2016-07-08  7:27 James Poole
  2016-07-11 20:49 ` Thomas Monjalon
  0 siblings, 1 reply; 4+ messages in thread
From: James Poole @ 2016-07-08  7:27 UTC (permalink / raw)
  To: web; +Cc: James Poole

Signed-off-by: <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..eeea712 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>Cryptodev Support for Hardware Acceleration (via Intel(r) QuickAssist Technology) for Additional Algorithms
+		<li>Cryptodev Support for Software Acceleration for Additional Algorithms
+		<li>Cryptodev Performance Optimisation
+		<li>IPsec Sample App Enhancements
+		<li>Generic Flow Director/Filtering/Classification API
+		<li>Cuckoo Hash Enhancements
+		<li>Add vHost PMD xStats
+		<li>Delay Packet Copy in vHost-User Dequeue
 	</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

--------------------------------------------------------------
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] roadmap: update to 16.11 roadmap items
  2016-07-08  7:27 [dpdk-web] [PATCH] roadmap: update to 16.11 roadmap items James Poole
@ 2016-07-11 20:49 ` Thomas Monjalon
  2016-07-13 11:03   ` Mcnamara, John
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2016-07-11 20:49 UTC (permalink / raw)
  To: James Poole; +Cc: web

Hi,

Thanks for helping to update the website.
Below are some comments:

2016-07-08 08:27, James Poole:
> -		<li>Rx Filtering Rework
> -		<li>QEMU Vhost backend Reconnect

Yes it is in 16.07 already.

> -		<li>Delay Packet Copy in Vhost-user
> -		<li>Fix library and symbol Namespace
> +		<li>Cryptodev Support for Hardware Acceleration (via Intel(r) QuickAssist Technology) for Additional Algorithms
> +		<li>Cryptodev Support for Software Acceleration for Additional Algorithms

It's a bit too long.
Why not just "More Crypto Algorithms" instead of the above 2 lines?

> +		<li>Cryptodev Performance Optimisation
> +		<li>IPsec Sample App Enhancements

Which IPsec enhancements?

> +		<li>Generic Flow Director/Filtering/Classification API

The old API was already meant to be generic :)
I think the "Rx Filtering" wording is a simpler name than
"Flow Director/Filtering/Classification".

> +		<li>Cuckoo Hash Enhancements

Which enhancements?

> +		<li>Add vHost PMD xStats

The previous lines had no verb "Add".

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

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

* Re: [dpdk-web] [PATCH] roadmap: update to 16.11 roadmap items
  2016-07-11 20:49 ` Thomas Monjalon
@ 2016-07-13 11:03   ` Mcnamara, John
  2016-07-13 11:55     ` Thomas Monjalon
  0 siblings, 1 reply; 4+ messages in thread
From: Mcnamara, John @ 2016-07-13 11:03 UTC (permalink / raw)
  To: Thomas Monjalon, Poole, James G; +Cc: web, O'Driscoll, Tim

Hi Thomas,

Comments below.

> -----Original Message-----
> From: web [mailto:web-bounces@dpdk.org] On Behalf Of Thomas Monjalon
> Sent: Monday, July 11, 2016 9:49 PM
> To: Poole, James G <james.g.poole@intel.com>
> Cc: web@dpdk.org
> Subject: Re: [dpdk-web] [PATCH] roadmap: update to 16.11 roadmap items
> 
> Hi,
> 
> Thanks for helping to update the website.
> Below are some comments:
> 
> 2016-07-08 08:27, James Poole:
> > -		<li>Rx Filtering Rework
> > -		<li>QEMU Vhost backend Reconnect
> 
> Yes it is in 16.07 already.

Yes. So it is okay to take it off the older roadmap. Right?


> 
> > -		<li>Delay Packet Copy in Vhost-user
> > -		<li>Fix library and symbol Namespace
> > +		<li>Cryptodev Support for Hardware Acceleration (via Intel(r)
> QuickAssist Technology) for Additional Algorithms
> > +		<li>Cryptodev Support for Software Acceleration for Additional
> > +Algorithms
> 
> It's a bit too long.
> Why not just "More Crypto Algorithms" instead of the above 2 lines?

Ok. Having them as two item is probably a result of us thinking about them separately. We will update to one item with:

"Additional Hardware and Software Crypto Algorithms"



> 
> > +		<li>Cryptodev Performance Optimisation
> > +		<li>IPsec Sample App Enhancements
> 
> Which IPsec enhancements?

The details are on Tim's longer announcement to the list: 
"Add support for AES-GCM, AES-CTR, config file support to remove hard-coding of SAs/SPs etc., use forward cipher function to generate IV on CBC mode.""

I don't think it helps to get into that level of detail here.

> 
> > +		<li>Generic Flow Director/Filtering/Classification API
> 
> The old API was already meant to be generic :) I think the "Rx Filtering"
> wording is a simpler name than "Flow Director/Filtering/Classification".

The name actually came from Adrien's RFC. :-) No problem changing it. "Rx Filtering API" seems fine to me.


> 
> > +		<li>Cuckoo Hash Enhancements
> 
> Which enhancements?

Optimize the Cuckoo Hash lookup stages by using intelligent prefetching for keys and using IA AVX instructions for vector processing of keys. The details are on the longer list.


> 
> > +		<li>Add vHost PMD xStats
> 
> The previous lines had no verb "Add".
> 
> > +		<li>Delay Packet Copy in vHost-User Dequeue
> 

No problem. We can just call it " vHost PMD xStats"


James will make the changes and submit a v2. If you have any other concerns you can just make the changes during merge.

John

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

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

2016-07-13 11:03, Mcnamara, John:
> Hi Thomas,
> 
> Comments below.

I agree with everything, thanks


> > -----Original Message-----
> > From: web [mailto:web-bounces@dpdk.org] On Behalf Of Thomas Monjalon
> > Sent: Monday, July 11, 2016 9:49 PM
> > To: Poole, James G <james.g.poole@intel.com>
> > Cc: web@dpdk.org
> > Subject: Re: [dpdk-web] [PATCH] roadmap: update to 16.11 roadmap items
> > 
> > Hi,
> > 
> > Thanks for helping to update the website.
> > Below are some comments:
> > 
> > 2016-07-08 08:27, James Poole:
> > > -		<li>Rx Filtering Rework
> > > -		<li>QEMU Vhost backend Reconnect
> > 
> > Yes it is in 16.07 already.
> 
> Yes. So it is okay to take it off the older roadmap. Right?
> 
> 
> > 
> > > -		<li>Delay Packet Copy in Vhost-user
> > > -		<li>Fix library and symbol Namespace
> > > +		<li>Cryptodev Support for Hardware Acceleration (via Intel(r)
> > QuickAssist Technology) for Additional Algorithms
> > > +		<li>Cryptodev Support for Software Acceleration for Additional
> > > +Algorithms
> > 
> > It's a bit too long.
> > Why not just "More Crypto Algorithms" instead of the above 2 lines?
> 
> Ok. Having them as two item is probably a result of us thinking about them separately. We will update to one item with:
> 
> "Additional Hardware and Software Crypto Algorithms"
> 
> 
> 
> > 
> > > +		<li>Cryptodev Performance Optimisation
> > > +		<li>IPsec Sample App Enhancements
> > 
> > Which IPsec enhancements?
> 
> The details are on Tim's longer announcement to the list: 
> "Add support for AES-GCM, AES-CTR, config file support to remove hard-coding of SAs/SPs etc., use forward cipher function to generate IV on CBC mode.""
> 
> I don't think it helps to get into that level of detail here.
> 
> > 
> > > +		<li>Generic Flow Director/Filtering/Classification API
> > 
> > The old API was already meant to be generic :) I think the "Rx Filtering"
> > wording is a simpler name than "Flow Director/Filtering/Classification".
> 
> The name actually came from Adrien's RFC. :-) No problem changing it. "Rx Filtering API" seems fine to me.
> 
> 
> > 
> > > +		<li>Cuckoo Hash Enhancements
> > 
> > Which enhancements?
> 
> Optimize the Cuckoo Hash lookup stages by using intelligent prefetching for keys and using IA AVX instructions for vector processing of keys. The details are on the longer list.
> 
> 
> > 
> > > +		<li>Add vHost PMD xStats
> > 
> > The previous lines had no verb "Add".
> > 
> > > +		<li>Delay Packet Copy in vHost-User Dequeue
> > 
> 
> No problem. We can just call it " vHost PMD xStats"
> 
> 
> James will make the changes and submit a v2. If you have any other concerns you can just make the changes during merge.
> 
> John
> 
> 
> 

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-08  7:27 [dpdk-web] [PATCH] roadmap: update to 16.11 roadmap items James Poole
2016-07-11 20:49 ` Thomas Monjalon
2016-07-13 11:03   ` Mcnamara, John
2016-07-13 11:55     ` 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).