* [PATCH] MAINTAINERS: claim metering, sched and pkt framework
@ 2015-02-04 15:53 Cristian Dumitrescu
[not found] ` <1423065205-13134-1-git-send-email-cristian.dumitrescu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Cristian Dumitrescu @ 2015-02-04 15:53 UTC (permalink / raw)
To: dev-VfR2kkLFssw
As original author of these DPDK components, I am volunteering to maintain
them going forward:
- Traffic Metering
- Hierarchical Scheduler
- Packet Framework
- Configuration File
Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
---
MAINTAINERS | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 9a63714..cc3823c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -241,6 +241,7 @@ F: examples/distributor/
F: doc/guides/sample_app_ug/dist_app.rst
Hierarchical scheduler
+M: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
F: lib/librte_sched/
F: doc/guides/prog_guide/qos_framework.rst
F: app/test/test_red.c
@@ -251,6 +252,7 @@ F: doc/guides/sample_app_ug/qos_scheduler.rst
Packet Framework
----------------
+M: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
F: lib/librte_pipeline/
F: lib/librte_port/
F: lib/librte_table/
@@ -286,6 +288,7 @@ F: app/test/test_lpm*
F: app/test/test_func_reentrancy.c
Traffic metering
+M: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
F: lib/librte_meter/
F: doc/guides/sample_app_ug/qos_scheduler.rst
F: app/test/test_meter.c
@@ -297,6 +300,7 @@ Other libraries
---------------
Configuration file
+M: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
F: lib/librte_cfgfile/
Interactive command line
--
1.9.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: claim metering, sched and pkt framework
@ 2015-02-06 13:13 Gonzalez Monroy, Sergio
[not found] ` <91383E96CE459D47BCE92EFBF5CE73B004F46E1D-kPTMFJFq+rEMvF1YICWikbfspsVTdybXVpNB7YpNyf8@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Gonzalez Monroy, Sergio @ 2015-02-06 13:13 UTC (permalink / raw)
To: Dumitrescu, Cristian, dev-VfR2kkLFssw@public.gmane.org
> From: dev [mailto:dev-bounces-VfR2kkLFssw@public.gmane.org] On Behalf Of Cristian Dumitrescu
> Sent: Wednesday, February 4, 2015 3:53 PM
> To: dev-VfR2kkLFssw@public.gmane.org
> Subject: [dpdk-dev] [PATCH] MAINTAINERS: claim metering, sched and pkt
> framework
>
> As original author of these DPDK components, I am volunteering to maintain
> them going forward:
> - Traffic Metering
> - Hierarchical Scheduler
> - Packet Framework
> - Configuration File
>
> Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> ---
> MAINTAINERS | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9a63714..cc3823c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -241,6 +241,7 @@ F: examples/distributor/
> F: doc/guides/sample_app_ug/dist_app.rst
>
> Hierarchical scheduler
> +M: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
> F: lib/librte_sched/
> F: doc/guides/prog_guide/qos_framework.rst
> F: app/test/test_red.c
> @@ -251,6 +252,7 @@ F: doc/guides/sample_app_ug/qos_scheduler.rst
>
> Packet Framework
> ----------------
> +M: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
> F: lib/librte_pipeline/
> F: lib/librte_port/
> F: lib/librte_table/
> @@ -286,6 +288,7 @@ F: app/test/test_lpm*
> F: app/test/test_func_reentrancy.c
>
> Traffic metering
> +M: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
> F: lib/librte_meter/
> F: doc/guides/sample_app_ug/qos_scheduler.rst
> F: app/test/test_meter.c
> @@ -297,6 +300,7 @@ Other libraries
> ---------------
>
> Configuration file
> +M: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
> F: lib/librte_cfgfile/
>
> Interactive command line
> --
> 1.9.3
Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: claim metering, sched and pkt framework
[not found] ` <1423065205-13134-1-git-send-email-cristian.dumitrescu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
@ 2015-02-09 0:42 ` Zhang, Helin
0 siblings, 0 replies; 6+ messages in thread
From: Zhang, Helin @ 2015-02-09 0:42 UTC (permalink / raw)
To: Dumitrescu, Cristian, dev-VfR2kkLFssw@public.gmane.org
> -----Original Message-----
> From: dev [mailto:dev-bounces-VfR2kkLFssw@public.gmane.org] On Behalf Of Cristian Dumitrescu
> Sent: Wednesday, February 4, 2015 11:53 PM
> To: dev-VfR2kkLFssw@public.gmane.org
> Subject: [dpdk-dev] [PATCH] MAINTAINERS: claim metering, sched and pkt
> framework
>
> As original author of these DPDK components, I am volunteering to maintain
> them going forward:
> - Traffic Metering
> - Hierarchical Scheduler
> - Packet Framework
> - Configuration File
>
> Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Acked-by: Helin Zhang <helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> ---
> MAINTAINERS | 4 ++++
> 1 file changed, 4 insertions(+)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: claim metering, sched and pkt framework
[not found] ` <91383E96CE459D47BCE92EFBF5CE73B004F46E1D-kPTMFJFq+rEMvF1YICWikbfspsVTdybXVpNB7YpNyf8@public.gmane.org>
@ 2015-02-09 15:14 ` Thomas Monjalon
2015-02-09 16:18 ` Dumitrescu, Cristian
0 siblings, 1 reply; 6+ messages in thread
From: Thomas Monjalon @ 2015-02-09 15:14 UTC (permalink / raw)
To: Dumitrescu, Cristian; +Cc: dev-VfR2kkLFssw
2015-02-06 13:13, Gonzalez Monroy, Sergio:
> > From: dev [mailto:dev-bounces-VfR2kkLFssw@public.gmane.org] On Behalf Of Cristian Dumitrescu
> > Sent: Wednesday, February 4, 2015 3:53 PM
> > To: dev-VfR2kkLFssw@public.gmane.org
> > Subject: [dpdk-dev] [PATCH] MAINTAINERS: claim metering, sched and pkt
> > framework
> >
> > As original author of these DPDK components, I am volunteering to maintain
> > them going forward:
> > - Traffic Metering
> > - Hierarchical Scheduler
> > - Packet Framework
> > - Configuration File
> >
> > Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
>
> Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Acked-by: Thomas Monjalon <thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
Applied, thanks
About cfgfile, we are still waiting for the cleanup in qos_sched example:
http://dpdk.org/ml/archives/dev/2014-October/006774.html
Do you have news?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: claim metering, sched and pkt framework
2015-02-09 15:14 ` Thomas Monjalon
@ 2015-02-09 16:18 ` Dumitrescu, Cristian
[not found] ` <3EB4FA525960D640B5BDFFD6A3D89126323094EF-kPTMFJFq+rEMvF1YICWikbfspsVTdybXVpNB7YpNyf8@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Dumitrescu, Cristian @ 2015-02-09 16:18 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: dev-VfR2kkLFssw@public.gmane.org
Thank you, Thomas!
We are working on some enhancements on librte_cfg for release 2.1, so in order to avoid unnecessary code churn, it is probably
better to have the librte_cfgfile changes done first, then have a subsequent patch on qos_sched.
Regards,
Cristian
-----Original Message-----
From: Thomas Monjalon [mailto:thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org]
Sent: Monday, February 9, 2015 3:15 PM
To: Dumitrescu, Cristian
Cc: dev-VfR2kkLFssw@public.gmane.org; Gonzalez Monroy, Sergio
Subject: Re: [dpdk-dev] [PATCH] MAINTAINERS: claim metering, sched and pkt framework
2015-02-06 13:13, Gonzalez Monroy, Sergio:
> > From: dev [mailto:dev-bounces-VfR2kkLFssw@public.gmane.org] On Behalf Of Cristian Dumitrescu
> > Sent: Wednesday, February 4, 2015 3:53 PM
> > To: dev-VfR2kkLFssw@public.gmane.org
> > Subject: [dpdk-dev] [PATCH] MAINTAINERS: claim metering, sched and pkt
> > framework
> >
> > As original author of these DPDK components, I am volunteering to maintain
> > them going forward:
> > - Traffic Metering
> > - Hierarchical Scheduler
> > - Packet Framework
> > - Configuration File
> >
> > Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
>
> Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Acked-by: Thomas Monjalon <thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
Applied, thanks
About cfgfile, we are still waiting for the cleanup in qos_sched example:
http://dpdk.org/ml/archives/dev/2014-October/006774.html
Do you have news?
--------------------------------------------------------------
Intel Shannon Limited
Registered in Ireland
Registered Office: Collinstown Industrial Park, Leixlip, County Kildare
Registered Number: 308263
Business address: Dromore House, East Park, Shannon, Co. Clare
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] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: claim metering, sched and pkt framework
[not found] ` <3EB4FA525960D640B5BDFFD6A3D89126323094EF-kPTMFJFq+rEMvF1YICWikbfspsVTdybXVpNB7YpNyf8@public.gmane.org>
@ 2015-02-09 17:08 ` Thomas Monjalon
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2015-02-09 17:08 UTC (permalink / raw)
To: Dumitrescu, Cristian; +Cc: dev-VfR2kkLFssw
2015-02-09 16:18, Dumitrescu, Cristian:
> > About cfgfile, we are still waiting for the cleanup in qos_sched example:
> > http://dpdk.org/ml/archives/dev/2014-October/006774.html
> > Do you have news?
> We are working on some enhancements on librte_cfg for release 2.1, so in
> order to avoid unnecessary code churn, it is probably better to have the
> librte_cfgfile changes done first, then have a subsequent patch on qos_sched.
Why not deduplicating now?
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-02-09 17:08 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-06 13:13 [PATCH] MAINTAINERS: claim metering, sched and pkt framework Gonzalez Monroy, Sergio
[not found] ` <91383E96CE459D47BCE92EFBF5CE73B004F46E1D-kPTMFJFq+rEMvF1YICWikbfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-02-09 15:14 ` Thomas Monjalon
2015-02-09 16:18 ` Dumitrescu, Cristian
[not found] ` <3EB4FA525960D640B5BDFFD6A3D89126323094EF-kPTMFJFq+rEMvF1YICWikbfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-02-09 17:08 ` Thomas Monjalon
-- strict thread matches above, loose matches on Subject: below --
2015-02-04 15:53 Cristian Dumitrescu
[not found] ` <1423065205-13134-1-git-send-email-cristian.dumitrescu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-02-09 0:42 ` Zhang, Helin
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).