* [PATCH] maintainers: claim hash, lpm and cfgfile libraries
@ 2015-02-06 13:57 Bruce Richardson
[not found] ` <1423231027-14291-1-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: Bruce Richardson @ 2015-02-06 13:57 UTC (permalink / raw)
To: dev-VfR2kkLFssw
Signed-off-by: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
---
MAINTAINERS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 7a2c3ba..cf6baff 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -278,12 +278,14 @@ F: examples/l3fwd-acl/
F: doc/guides/sample_app_ug/l3_forward_access_ctrl.rst
Hashes
+M: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
F: lib/librte_hash/
F: doc/guides/prog_guide/hash_lib.rst
F: app/test/test_hash*
F: app/test/test_func_reentrancy.c
LPM
+M: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
F: lib/librte_lpm/
F: doc/guides/prog_guide/lpm*
F: app/test/test_lpm*
@@ -301,6 +303,7 @@ Other libraries
---------------
Configuration file
+M: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
F: lib/librte_cfgfile/
Interactive command line
--
2.1.0
^ permalink raw reply related [flat|nested] 7+ messages in thread[parent not found: <1423231027-14291-1-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>]
* Re: [PATCH] maintainers: claim hash, lpm and cfgfile libraries [not found] ` <1423231027-14291-1-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> @ 2015-02-06 14:24 ` De Lara Guarch, Pablo 2015-02-06 17:00 ` Bruce Richardson ` (2 subsequent siblings) 3 siblings, 0 replies; 7+ messages in thread From: De Lara Guarch, Pablo @ 2015-02-06 14:24 UTC (permalink / raw) To: Richardson, Bruce, dev-VfR2kkLFssw@public.gmane.org > -----Original Message----- > From: dev [mailto:dev-bounces-VfR2kkLFssw@public.gmane.org] On Behalf Of Bruce Richardson > Sent: Friday, February 06, 2015 1:57 PM > To: dev-VfR2kkLFssw@public.gmane.org > Subject: [dpdk-dev] [PATCH] maintainers: claim hash, lpm and cfgfile libraries > > Signed-off-by: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> Acked-by: Pablo de Lara <pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] maintainers: claim hash, lpm and cfgfile libraries [not found] ` <1423231027-14291-1-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> 2015-02-06 14:24 ` De Lara Guarch, Pablo @ 2015-02-06 17:00 ` Bruce Richardson 2015-02-06 17:19 ` [PATCH v2] maintainers: claim hash and lpm libraries Bruce Richardson 2015-02-06 17:22 ` [PATCH v3] " Bruce Richardson 3 siblings, 0 replies; 7+ messages in thread From: Bruce Richardson @ 2015-02-06 17:00 UTC (permalink / raw) To: dev-VfR2kkLFssw On Fri, Feb 06, 2015 at 01:57:07PM +0000, Bruce Richardson wrote: > Signed-off-by: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> Self-NAK this version - Cristian has already claimed cfgfile and I'm happy to let him have it :-) > --- > MAINTAINERS | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 7a2c3ba..cf6baff 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -278,12 +278,14 @@ F: examples/l3fwd-acl/ > F: doc/guides/sample_app_ug/l3_forward_access_ctrl.rst > > Hashes > +M: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> > F: lib/librte_hash/ > F: doc/guides/prog_guide/hash_lib.rst > F: app/test/test_hash* > F: app/test/test_func_reentrancy.c > > LPM > +M: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> > F: lib/librte_lpm/ > F: doc/guides/prog_guide/lpm* > F: app/test/test_lpm* > @@ -301,6 +303,7 @@ Other libraries > --------------- > > Configuration file > +M: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> > F: lib/librte_cfgfile/ > > Interactive command line > -- > 2.1.0 > ^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH v2] maintainers: claim hash and lpm libraries [not found] ` <1423231027-14291-1-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> 2015-02-06 14:24 ` De Lara Guarch, Pablo 2015-02-06 17:00 ` Bruce Richardson @ 2015-02-06 17:19 ` Bruce Richardson 2015-02-06 17:22 ` [PATCH v3] " Bruce Richardson 3 siblings, 0 replies; 7+ messages in thread From: Bruce Richardson @ 2015-02-06 17:19 UTC (permalink / raw) To: dev-VfR2kkLFssw Signed-off-by: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> remove me from cfgfile --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 7a2c3ba..99cb6b7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -278,12 +278,14 @@ F: examples/l3fwd-acl/ F: doc/guides/sample_app_ug/l3_forward_access_ctrl.rst Hashes +M: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> F: lib/librte_hash/ F: doc/guides/prog_guide/hash_lib.rst F: app/test/test_hash* F: app/test/test_func_reentrancy.c LPM +M: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> F: lib/librte_lpm/ F: doc/guides/prog_guide/lpm* F: app/test/test_lpm* -- 2.1.0 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH v3] maintainers: claim hash and lpm libraries [not found] ` <1423231027-14291-1-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> ` (2 preceding siblings ...) 2015-02-06 17:19 ` [PATCH v2] maintainers: claim hash and lpm libraries Bruce Richardson @ 2015-02-06 17:22 ` Bruce Richardson [not found] ` <1423243327-19672-1-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> 3 siblings, 1 reply; 7+ messages in thread From: Bruce Richardson @ 2015-02-06 17:22 UTC (permalink / raw) To: dev-VfR2kkLFssw Signed-off-by: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 7a2c3ba..99cb6b7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -278,12 +278,14 @@ F: examples/l3fwd-acl/ F: doc/guides/sample_app_ug/l3_forward_access_ctrl.rst Hashes +M: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> F: lib/librte_hash/ F: doc/guides/prog_guide/hash_lib.rst F: app/test/test_hash* F: app/test/test_func_reentrancy.c LPM +M: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> F: lib/librte_lpm/ F: doc/guides/prog_guide/lpm* F: app/test/test_lpm* -- 2.1.0 ^ permalink raw reply related [flat|nested] 7+ messages in thread
[parent not found: <1423243327-19672-1-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>]
* Re: [PATCH v3] maintainers: claim hash and lpm libraries [not found] ` <1423243327-19672-1-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> @ 2015-02-09 0:40 ` Zhang, Helin [not found] ` <F35DEAC7BCE34641BA9FAC6BCA4A12E70A8056D1-0J0gbvR4kTg/UvCtAeCM4rfspsVTdybXVpNB7YpNyf8@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Zhang, Helin @ 2015-02-09 0:40 UTC (permalink / raw) To: Richardson, Bruce, dev-VfR2kkLFssw@public.gmane.org > -----Original Message----- > From: dev [mailto:dev-bounces-VfR2kkLFssw@public.gmane.org] On Behalf Of Bruce Richardson > Sent: Saturday, February 7, 2015 1:22 AM > To: dev-VfR2kkLFssw@public.gmane.org > Subject: [dpdk-dev] [PATCH v3] maintainers: claim hash and lpm libraries > > Signed-off-by: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) Acked-by: Helin Zhang <helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> > > diff --git a/MAINTAINERS b/MAINTAINERS > index 7a2c3ba..99cb6b7 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -278,12 +278,14 @@ F: examples/l3fwd-acl/ > F: doc/guides/sample_app_ug/l3_forward_access_ctrl.rst > > Hashes > +M: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> > F: lib/librte_hash/ > F: doc/guides/prog_guide/hash_lib.rst > F: app/test/test_hash* > F: app/test/test_func_reentrancy.c > > LPM > +M: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> > F: lib/librte_lpm/ > F: doc/guides/prog_guide/lpm* > F: app/test/test_lpm* > -- > 2.1.0 ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <F35DEAC7BCE34641BA9FAC6BCA4A12E70A8056D1-0J0gbvR4kTg/UvCtAeCM4rfspsVTdybXVpNB7YpNyf8@public.gmane.org>]
* Re: [PATCH v3] maintainers: claim hash and lpm libraries [not found] ` <F35DEAC7BCE34641BA9FAC6BCA4A12E70A8056D1-0J0gbvR4kTg/UvCtAeCM4rfspsVTdybXVpNB7YpNyf8@public.gmane.org> @ 2015-02-09 15:18 ` Thomas Monjalon 0 siblings, 0 replies; 7+ messages in thread From: Thomas Monjalon @ 2015-02-09 15:18 UTC (permalink / raw) To: Richardson, Bruce; +Cc: dev-VfR2kkLFssw > > Signed-off-by: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> > > Acked-by: Helin Zhang <helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> Acked-by: Thomas Monjalon <thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> Applied, thanks ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-02-09 15:18 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-06 13:57 [PATCH] maintainers: claim hash, lpm and cfgfile libraries Bruce Richardson
[not found] ` <1423231027-14291-1-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-02-06 14:24 ` De Lara Guarch, Pablo
2015-02-06 17:00 ` Bruce Richardson
2015-02-06 17:19 ` [PATCH v2] maintainers: claim hash and lpm libraries Bruce Richardson
2015-02-06 17:22 ` [PATCH v3] " Bruce Richardson
[not found] ` <1423243327-19672-1-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-02-09 0:40 ` Zhang, Helin
[not found] ` <F35DEAC7BCE34641BA9FAC6BCA4A12E70A8056D1-0J0gbvR4kTg/UvCtAeCM4rfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-02-09 15:18 ` Thomas Monjalon
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.