DPDK website maintenance
 help / color / mirror / Atom feed
* Re: [dpdk-web] [PATCH] propose new features for 17.02
  2016-11-11 10:21 [dpdk-web] [PATCH] propose new features for 17.02 Shreyansh Jain
@ 2016-11-11 10:21 ` Shreyansh Jain
  2016-11-13 14:42   ` Thomas Monjalon
  2016-11-13 14:40 ` Thomas Monjalon
  1 sibling, 1 reply; 6+ messages in thread
From: Shreyansh Jain @ 2016-11-11 10:21 UTC (permalink / raw)
  To: web

> -----Original Message-----
> From: Shreyansh Jain [mailto:shreyansh.jain@nxp.com]
> Sent: Friday, November 11, 2016 3:52 PM
> To: web@dpdk.org
> Cc: Shreyansh Jain <shreyansh.jain@nxp.com>
> Subject: [PATCH] propose new features for 17.02
> 
> Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
> ---
>  dev/roadmap.html | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/dev/roadmap.html b/dev/roadmap.html
> index f054b33..01dfb2f 100644
> --- a/dev/roadmap.html
> +++ b/dev/roadmap.html
> @@ -56,6 +56,8 @@
>  		<li>Rearrange mbuf structure for performance and add timestamp
>  		<li>Generic Rx Filtering API
>  		<li>Xen Netfront Driver
> +		<li>NXP FSLMC bus support over Bus framework
> +		<li>NXP DPAA2 Poll Mode Driver

Just to highlight:
I am assuming Roadmap is a list of tentative features (or a wishlist).
Based on bus framework, I am hopefully of pushing above two before 17.02 freeze date. 

>  	</ul>
>  	<h3 id="1705">Version 17.05 (2017 May)</h3>
>  	<ul>
> --
> 2.7.4

_________
Shreyansh

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

* [dpdk-web] [PATCH] propose new features for 17.02
@ 2016-11-11 10:21 Shreyansh Jain
  2016-11-11 10:21 ` Shreyansh Jain
  2016-11-13 14:40 ` Thomas Monjalon
  0 siblings, 2 replies; 6+ messages in thread
From: Shreyansh Jain @ 2016-11-11 10:21 UTC (permalink / raw)
  To: web; +Cc: Shreyansh Jain

Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
---
 dev/roadmap.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev/roadmap.html b/dev/roadmap.html
index f054b33..01dfb2f 100644
--- a/dev/roadmap.html
+++ b/dev/roadmap.html
@@ -56,6 +56,8 @@
 		<li>Rearrange mbuf structure for performance and add timestamp
 		<li>Generic Rx Filtering API
 		<li>Xen Netfront Driver
+		<li>NXP FSLMC bus support over Bus framework
+		<li>NXP DPAA2 Poll Mode Driver
 	</ul>
 	<h3 id="1705">Version 17.05 (2017 May)</h3>
 	<ul>
-- 
2.7.4

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

* Re: [dpdk-web] [PATCH] propose new features for 17.02
  2016-11-11 10:21 [dpdk-web] [PATCH] propose new features for 17.02 Shreyansh Jain
  2016-11-11 10:21 ` Shreyansh Jain
@ 2016-11-13 14:40 ` Thomas Monjalon
  2016-11-14  4:49   ` Shreyansh Jain
  1 sibling, 1 reply; 6+ messages in thread
From: Thomas Monjalon @ 2016-11-13 14:40 UTC (permalink / raw)
  To: Shreyansh Jain; +Cc: web

2016-11-11 15:51, Shreyansh Jain:
> +		<li>NXP FSLMC bus support over Bus framework
> +		<li>NXP DPAA2 Poll Mode Driver

Applied in one line.

Do you expect FSLMC bus support be part of DPAA2 driver or in EAL?

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

* Re: [dpdk-web] [PATCH] propose new features for 17.02
  2016-11-11 10:21 ` Shreyansh Jain
@ 2016-11-13 14:42   ` Thomas Monjalon
  2016-11-14  4:49     ` Shreyansh Jain
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Monjalon @ 2016-11-13 14:42 UTC (permalink / raw)
  To: Shreyansh Jain; +Cc: web

2016-11-11 10:21, Shreyansh Jain:
> I am assuming Roadmap is a list of tentative features (or a wishlist).

Yes the roadmap is a kind of wishlist, except you are expected to work on
the feature :)

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

* Re: [dpdk-web] [PATCH] propose new features for 17.02
  2016-11-13 14:40 ` Thomas Monjalon
@ 2016-11-14  4:49   ` Shreyansh Jain
  0 siblings, 0 replies; 6+ messages in thread
From: Shreyansh Jain @ 2016-11-14  4:49 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: web

> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> Sent: Sunday, November 13, 2016 8:11 PM
> To: Shreyansh Jain <shreyansh.jain@nxp.com>
> Cc: web@dpdk.org
> Subject: Re: [dpdk-web] [PATCH] propose new features for 17.02
> 
> 2016-11-11 15:51, Shreyansh Jain:
> > +		<li>NXP FSLMC bus support over Bus framework
> > +		<li>NXP DPAA2 Poll Mode Driver
> 
> Applied in one line.
> 
> Do you expect FSLMC bus support be part of DPAA2 driver or in EAL?

With the bus model, bus drivers would have to reside either in EAL or separately (like drivers/bus/...). They are not part of the PMD itself.

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

* Re: [dpdk-web] [PATCH] propose new features for 17.02
  2016-11-13 14:42   ` Thomas Monjalon
@ 2016-11-14  4:49     ` Shreyansh Jain
  0 siblings, 0 replies; 6+ messages in thread
From: Shreyansh Jain @ 2016-11-14  4:49 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: web

> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> Sent: Sunday, November 13, 2016 8:13 PM
> To: Shreyansh Jain <shreyansh.jain@nxp.com>
> Cc: web@dpdk.org
> Subject: Re: [dpdk-web] [PATCH] propose new features for 17.02
> 
> 2016-11-11 10:21, Shreyansh Jain:
> > I am assuming Roadmap is a list of tentative features (or a wishlist).
> 
> Yes the roadmap is a kind of wishlist, except you are expected to work on
> the feature :)

:)
Agree.

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

end of thread, other threads:[~2016-11-14  4:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-11 10:21 [dpdk-web] [PATCH] propose new features for 17.02 Shreyansh Jain
2016-11-11 10:21 ` Shreyansh Jain
2016-11-13 14:42   ` Thomas Monjalon
2016-11-14  4:49     ` Shreyansh Jain
2016-11-13 14:40 ` Thomas Monjalon
2016-11-14  4:49   ` Shreyansh Jain

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