* [dpdk-web] [PATCH 0/1] update 18.05 roadmap
@ 2018-02-23 17:16 Erik Gabriel Carrillo
2018-02-23 17:16 ` [dpdk-web] [PATCH 1/1] " Erik Gabriel Carrillo
0 siblings, 1 reply; 5+ messages in thread
From: Erik Gabriel Carrillo @ 2018-02-23 17:16 UTC (permalink / raw)
To: web
This patch adds the event timer adapter[1] to the 18.05 roadmap.
[1] http://dpdk.org/dev/patchwork/patch/33525/
Erik Gabriel Carrillo (1):
update 18.05 roadmap
dev/roadmap.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
2.7.4
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dpdk-web] [PATCH 1/1] update 18.05 roadmap
2018-02-23 17:16 [dpdk-web] [PATCH 0/1] update 18.05 roadmap Erik Gabriel Carrillo
@ 2018-02-23 17:16 ` Erik Gabriel Carrillo
2018-02-26 12:24 ` Mcnamara, John
2018-03-08 22:31 ` Thomas Monjalon
0 siblings, 2 replies; 5+ messages in thread
From: Erik Gabriel Carrillo @ 2018-02-23 17:16 UTC (permalink / raw)
To: web
Add the event timer adapter to 18.05 roadmap.
Signed-off-by: Erik Gabriel Carrillo <erik.g.carrillo@intel.com>
---
dev/roadmap.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev/roadmap.html b/dev/roadmap.html
index a2fea2f..940474c 100644
--- a/dev/roadmap.html
+++ b/dev/roadmap.html
@@ -41,7 +41,7 @@
<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="1805">Version 18.05 (2018 May)</h3>
<ul>
<li>meson/ninja build system
<li>memory management rework
@@ -60,6 +60,7 @@
<li>eventdev ordered and atomic queues for DPAA2
<li>eventdev optimized packet distribution library (OPDL) driver
<li>eventdev crypto adapter
+ <li>eventdev timer adapter
<li>base band device class (bbdev)
<li>raw device class
<li>libedit integration
--
2.7.4
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-web] [PATCH 1/1] update 18.05 roadmap
2018-02-23 17:16 ` [dpdk-web] [PATCH 1/1] " Erik Gabriel Carrillo
@ 2018-02-26 12:24 ` Mcnamara, John
2018-02-26 12:25 ` Mcnamara, John
2018-03-08 22:31 ` Thomas Monjalon
1 sibling, 1 reply; 5+ messages in thread
From: Mcnamara, John @ 2018-02-26 12:24 UTC (permalink / raw)
To: Carrillo, Erik G, web; +Cc: Thomas Monjalon, Archbold, Brian
> -----Original Message-----
> From: web [mailto:web-bounces@dpdk.org] On Behalf Of Erik Gabriel Carrillo
> Sent: Friday, February 23, 2018 5:16 PM
> To: web@dpdk.org
> Subject: [dpdk-web] [PATCH 1/1] update 18.05 roadmap
>
> Add the event timer adapter to 18.05 roadmap.
>
Hi Eric,
There are now 3 patches in flight that update the roadmap. Thomas, hopefully you will be able to resolve the conflicts.
> <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="1805">Version 18.05 (2018 May)</h3>
> <ul>
> <li>meson/ninja build system
> <li>memory management rework
> @@ -60,6 +60,7 @@
> <li>eventdev ordered and atomic queues for DPAA2
> <li>eventdev optimized packet distribution library (OPDL)
> driver
> <li>eventdev crypto adapter
> + <li>eventdev timer adapter
For consistency with the patch from Brian Archbold this should be something like:
Add eventdev timer adapter
John
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-web] [PATCH 1/1] update 18.05 roadmap
2018-02-26 12:24 ` Mcnamara, John
@ 2018-02-26 12:25 ` Mcnamara, John
0 siblings, 0 replies; 5+ messages in thread
From: Mcnamara, John @ 2018-02-26 12:25 UTC (permalink / raw)
To: Mcnamara, John, Carrillo, Erik G, web; +Cc: Thomas Monjalon, Archbold, Brian
> -----Original Message-----
> From: web [mailto:web-bounces@dpdk.org] On Behalf Of Mcnamara, John
> Sent: Monday, February 26, 2018 12:24 PM
> To: Carrillo, Erik G <erik.g.carrillo@intel.com>; web@dpdk.org
> Cc: Thomas Monjalon <thomas@monjalon.net>; Archbold, Brian
> <brian.archbold@intel.com>
> Subject: Re: [dpdk-web] [PATCH 1/1] update 18.05 roadmap
>
>
>
> > -----Original Message-----
> > From: web [mailto:web-bounces@dpdk.org] On Behalf Of Erik Gabriel
> > Carrillo
> > Sent: Friday, February 23, 2018 5:16 PM
> > To: web@dpdk.org
> > Subject: [dpdk-web] [PATCH 1/1] update 18.05 roadmap
> >
> > Add the event timer adapter to 18.05 roadmap.
> >
>
>
> Hi Eric,
>
> There are now 3 patches in flight that update the roadmap. Thomas,
> hopefully you will be able to resolve the conflicts.
>
>
> > <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="1805">Version 18.05 (2018 May)</h3>
> > <ul>
>
>
>
>
>
> > <li>meson/ninja build system
> > <li>memory management rework
> > @@ -60,6 +60,7 @@
> > <li>eventdev ordered and atomic queues for DPAA2
> > <li>eventdev optimized packet distribution library (OPDL)
> driver
> > <li>eventdev crypto adapter
> > + <li>eventdev timer adapter
>
> For consistency with the patch from Brian Archbold this should be
> something like:
>
> Add eventdev timer adapter
>
> John
Acked-by: John McNamara <john.mcnamara@intel.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-web] [PATCH 1/1] update 18.05 roadmap
2018-02-23 17:16 ` [dpdk-web] [PATCH 1/1] " Erik Gabriel Carrillo
2018-02-26 12:24 ` Mcnamara, John
@ 2018-03-08 22:31 ` Thomas Monjalon
1 sibling, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2018-03-08 22:31 UTC (permalink / raw)
To: Erik Gabriel Carrillo; +Cc: web
23/02/2018 18:16, Erik Gabriel Carrillo:
> Add the event timer adapter to 18.05 roadmap.
>
> Signed-off-by: Erik Gabriel Carrillo <erik.g.carrillo@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-03-08 22:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-23 17:16 [dpdk-web] [PATCH 0/1] update 18.05 roadmap Erik Gabriel Carrillo
2018-02-23 17:16 ` [dpdk-web] [PATCH 1/1] " Erik Gabriel Carrillo
2018-02-26 12:24 ` Mcnamara, John
2018-02-26 12:25 ` Mcnamara, John
2018-03-08 22:31 ` 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).