DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH] update Intel roadmap for 19.05
@ 2019-02-15 16:43 Marko Kovacevic
  2019-02-15 21:05 ` Thomas Monjalon
  0 siblings, 1 reply; 4+ messages in thread
From: Marko Kovacevic @ 2019-02-15 16:43 UTC (permalink / raw)
  To: web; +Cc: john.mcnamara, tim.odriscoll, thomas, Marko Kovacevic

Intel roadmap is announced in the dpdk-dev mailing list:
http://mails.dpdk.org/archives/dev/2019-February/124766.html

Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>
---
 content/roadmap/_index.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index ccfcb63..a587b56 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -24,6 +24,12 @@ This list is obviously neither complete nor guaranteed.
 - mlx5 out of the box performance improvements
 - mlx5/mlx4 robustness improvement for Rx/Tx errors
 - failsafe support in multi-process
+- QAT asymmetric crypto with support for modexp and modinv
+- QAT compression PMD support for large scatter-gather lists
+- add a DPDK PMD to support AF_XDP
+- support for additional crypto/auth algorithms in the ipsec library
+- initial support for DPDK on Windows
+- add new baseband device turbo PMD
 
 ### Version 19.08 (2019 August) {#1908}
 
-- 
2.9.5

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

* Re: [dpdk-web] [PATCH] update Intel roadmap for 19.05
  2019-02-15 16:43 [dpdk-web] [PATCH] update Intel roadmap for 19.05 Marko Kovacevic
@ 2019-02-15 21:05 ` Thomas Monjalon
  2019-02-18 12:30   ` Mcnamara, John
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2019-02-15 21:05 UTC (permalink / raw)
  To: Marko Kovacevic; +Cc: web, john.mcnamara, tim.odriscoll

15/02/2019 17:43, Marko Kovacevic:
> Intel roadmap is announced in the dpdk-dev mailing list:
> http://mails.dpdk.org/archives/dev/2019-February/124766.html
> 
> Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>
> ---
> +- QAT asymmetric crypto with support for modexp and modinv
> +- QAT compression PMD support for large scatter-gather lists
> +- add a DPDK PMD to support AF_XDP
> +- support for additional crypto/auth algorithms in the ipsec library
> +- initial support for DPDK on Windows
> +- add new baseband device turbo PMD

I changed the order to sort it like in the release notes,
and did few small rewords,
hence
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

and applied: http://core.dpdk.org/roadmap/

I'm surprised you did not mention
virtio optimisations and non-blocking stack mempool handler.
Is there any specific reason?

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

* Re: [dpdk-web] [PATCH] update Intel roadmap for 19.05
  2019-02-15 21:05 ` Thomas Monjalon
@ 2019-02-18 12:30   ` Mcnamara, John
  2019-02-18 14:51     ` Thomas Monjalon
  0 siblings, 1 reply; 4+ messages in thread
From: Mcnamara, John @ 2019-02-18 12:30 UTC (permalink / raw)
  To: Thomas Monjalon, Kovacevic, Marko; +Cc: web, O'Driscoll, Tim

> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas@monjalon.net]
> Sent: Friday, February 15, 2019 9:06 PM
> To: Kovacevic, Marko <marko.kovacevic@intel.com>
> Cc: web@dpdk.org; Mcnamara, John <john.mcnamara@intel.com>; O'Driscoll,
> Tim <tim.odriscoll@intel.com>
> Subject: Re: [PATCH] update Intel roadmap for 19.05
> 
> 15/02/2019 17:43, Marko Kovacevic:
> > Intel roadmap is announced in the dpdk-dev mailing list:
> > http://mails.dpdk.org/archives/dev/2019-February/124766.html
> >
> > Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>
> > ---
> > +- QAT asymmetric crypto with support for modexp and modinv
> > +- QAT compression PMD support for large scatter-gather lists
> > +- add a DPDK PMD to support AF_XDP
> > +- support for additional crypto/auth algorithms in the ipsec library
> > +- initial support for DPDK on Windows
> > +- add new baseband device turbo PMD
> 
> I changed the order to sort it like in the release notes, and did few
> small rewords, hence
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> 
> and applied: http://core.dpdk.org/roadmap/
> 
> I'm surprised you did not mention
> virtio optimisations and non-blocking stack mempool handler.
> Is there any specific reason?

Hi,

I left out the virtio optimization because I wasn't sure if they were large enough to mention.

I left of the non-blocking stack mempool handler because it is being submitted by a different (Intel) team but I probably should have included it.

John

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

* Re: [dpdk-web] [PATCH] update Intel roadmap for 19.05
  2019-02-18 12:30   ` Mcnamara, John
@ 2019-02-18 14:51     ` Thomas Monjalon
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2019-02-18 14:51 UTC (permalink / raw)
  To: Mcnamara, John; +Cc: Kovacevic, Marko, web, O'Driscoll, Tim

18/02/2019 13:30, Mcnamara, John:
> > -----Original Message-----
> > From: Thomas Monjalon [mailto:thomas@monjalon.net]
> > Sent: Friday, February 15, 2019 9:06 PM
> > To: Kovacevic, Marko <marko.kovacevic@intel.com>
> > Cc: web@dpdk.org; Mcnamara, John <john.mcnamara@intel.com>; O'Driscoll,
> > Tim <tim.odriscoll@intel.com>
> > Subject: Re: [PATCH] update Intel roadmap for 19.05
> > 
> > 15/02/2019 17:43, Marko Kovacevic:
> > > Intel roadmap is announced in the dpdk-dev mailing list:
> > > http://mails.dpdk.org/archives/dev/2019-February/124766.html
> > >
> > > Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>
> > > ---
> > > +- QAT asymmetric crypto with support for modexp and modinv
> > > +- QAT compression PMD support for large scatter-gather lists
> > > +- add a DPDK PMD to support AF_XDP
> > > +- support for additional crypto/auth algorithms in the ipsec library
> > > +- initial support for DPDK on Windows
> > > +- add new baseband device turbo PMD
> > 
> > I changed the order to sort it like in the release notes, and did few
> > small rewords, hence
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> > 
> > and applied: http://core.dpdk.org/roadmap/
> > 
> > I'm surprised you did not mention
> > virtio optimisations and non-blocking stack mempool handler.
> > Is there any specific reason?
> 
> Hi,
> 
> I left out the virtio optimization because I wasn't sure if they were large enough to mention.
> 
> I left of the non-blocking stack mempool handler because it is being submitted by a different (Intel) team but I probably should have included it.

Feel free to update anything you think required.

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

end of thread, other threads:[~2019-02-18 14:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-15 16:43 [dpdk-web] [PATCH] update Intel roadmap for 19.05 Marko Kovacevic
2019-02-15 21:05 ` Thomas Monjalon
2019-02-18 12:30   ` Mcnamara, John
2019-02-18 14:51     ` 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).