DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] maintainers: claim hash, lpm and cfgfile libraries
@ 2015-02-06 13:57 Bruce Richardson
  2015-02-06 14:24 ` De Lara Guarch, Pablo
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Bruce Richardson @ 2015-02-06 13:57 UTC (permalink / raw)
  To: dev

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
 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@intel.com>
 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@intel.com>
 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@intel.com>
 F: lib/librte_cfgfile/
 
 Interactive command line
-- 
2.1.0

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

* Re: [dpdk-dev] [PATCH] maintainers: claim hash, lpm and cfgfile libraries
  2015-02-06 13:57 [dpdk-dev] [PATCH] maintainers: claim hash, lpm and cfgfile libraries Bruce Richardson
@ 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



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bruce Richardson
> Sent: Friday, February 06, 2015 1:57 PM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] maintainers: claim hash, lpm and cfgfile libraries
> 
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>

Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

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

* Re: [dpdk-dev] [PATCH] maintainers: claim hash, lpm and cfgfile libraries
  2015-02-06 13:57 [dpdk-dev] [PATCH] maintainers: claim hash, lpm and cfgfile libraries Bruce Richardson
  2015-02-06 14:24 ` De Lara Guarch, Pablo
@ 2015-02-06 17:00 ` Bruce Richardson
  2015-02-06 17:19 ` [dpdk-dev] [PATCH v2] maintainers: claim hash and lpm libraries Bruce Richardson
  2015-02-06 17:22 ` [dpdk-dev] [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

On Fri, Feb 06, 2015 at 01:57:07PM +0000, Bruce Richardson wrote:
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
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@intel.com>
>  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@intel.com>
>  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@intel.com>
>  F: lib/librte_cfgfile/
>  
>  Interactive command line
> -- 
> 2.1.0
> 

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

* [dpdk-dev] [PATCH v2] maintainers: claim hash and lpm libraries
  2015-02-06 13:57 [dpdk-dev] [PATCH] maintainers: claim hash, lpm and cfgfile libraries Bruce Richardson
  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 ` [dpdk-dev] [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

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>

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@intel.com>
 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@intel.com>
 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

* [dpdk-dev] [PATCH v3] maintainers: claim hash and lpm libraries
  2015-02-06 13:57 [dpdk-dev] [PATCH] maintainers: claim hash, lpm and cfgfile libraries Bruce Richardson
                   ` (2 preceding siblings ...)
  2015-02-06 17:19 ` [dpdk-dev] [PATCH v2] maintainers: claim hash and lpm libraries Bruce Richardson
@ 2015-02-06 17:22 ` Bruce Richardson
  2015-02-09  0:40   ` Zhang, Helin
  3 siblings, 1 reply; 7+ messages in thread
From: Bruce Richardson @ 2015-02-06 17:22 UTC (permalink / raw)
  To: dev

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
 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@intel.com>
 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@intel.com>
 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

* Re: [dpdk-dev] [PATCH v3] maintainers: claim hash and lpm libraries
  2015-02-06 17:22 ` [dpdk-dev] [PATCH v3] " Bruce Richardson
@ 2015-02-09  0:40   ` Zhang, Helin
  2015-02-09 15:18     ` Thomas Monjalon
  0 siblings, 1 reply; 7+ messages in thread
From: Zhang, Helin @ 2015-02-09  0:40 UTC (permalink / raw)
  To: Richardson, Bruce, dev



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bruce Richardson
> Sent: Saturday, February 7, 2015 1:22 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH v3] maintainers: claim hash and lpm libraries
> 
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)

Acked-by: Helin Zhang <helin.zhang@intel.com>

> 
> 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@intel.com>
>  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@intel.com>
>  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

* Re: [dpdk-dev] [PATCH v3] maintainers: claim hash and lpm libraries
  2015-02-09  0:40   ` Zhang, Helin
@ 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

> > Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> 
> Acked-by: Helin Zhang <helin.zhang@intel.com>

Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Applied, thanks

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

end of thread, other threads:[~2015-02-09 15:19 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 [dpdk-dev] [PATCH] maintainers: claim hash, lpm and cfgfile libraries Bruce Richardson
2015-02-06 14:24 ` De Lara Guarch, Pablo
2015-02-06 17:00 ` Bruce Richardson
2015-02-06 17:19 ` [dpdk-dev] [PATCH v2] maintainers: claim hash and lpm libraries Bruce Richardson
2015-02-06 17:22 ` [dpdk-dev] [PATCH v3] " Bruce Richardson
2015-02-09  0:40   ` Zhang, Helin
2015-02-09 15:18     ` 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).