dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] maintainers: claim FreeBSD EAL and distributor
@ 2015-02-06 13:51 Bruce Richardson
       [not found] ` <1423230706-12776-1-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Bruce Richardson @ 2015-02-06 13:51 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

---
 MAINTAINERS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9a63714..7a2c3ba 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -120,14 +120,17 @@ F: examples/vhost_xen/
 F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
 
 FreeBSD EAL (with overlaps)
+M: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
 F: lib/librte_eal/bsdapp/Makefile
 F: lib/librte_eal/bsdapp/eal/
 F: doc/guides/freebsd_gsg/
 
 FreeBSD contigmem
+M: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
 F: lib/librte_eal/bsdapp/contigmem/
 
 FreeBSD UIO
+M: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
 F: lib/librte_eal/bsdapp/nic_uio/
 
 
@@ -234,6 +237,7 @@ F: examples/ip_reassembly/
 F: doc/guides/sample_app_ug/ip_reassembly.rst
 
 Distributor
+M: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
 F: lib/librte_distributor/
 F: doc/guides/prog_guide/packet_distrib_lib.rst
 F: app/test/test_distributor*
-- 
2.1.0

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

* Re: [PATCH] maintainers: claim FreeBSD EAL and distributor
       [not found] ` <1423230706-12776-1-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
@ 2015-02-06 13:55   ` Bruce Richardson
  2015-02-06 13:55   ` [PATCH v2] " Bruce Richardson
  1 sibling, 0 replies; 5+ messages in thread
From: Bruce Richardson @ 2015-02-06 13:55 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

On Fri, Feb 06, 2015 at 01:51:46PM +0000, Bruce Richardson wrote:
> ---
>  MAINTAINERS | 4 ++++
>  1 file changed, 4 insertions(+)

Forgot sign-off :-(, will send v2 now, with it.
/Bruce

> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9a63714..7a2c3ba 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -120,14 +120,17 @@ F: examples/vhost_xen/
>  F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
>  
>  FreeBSD EAL (with overlaps)
> +M: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
>  F: lib/librte_eal/bsdapp/Makefile
>  F: lib/librte_eal/bsdapp/eal/
>  F: doc/guides/freebsd_gsg/
>  
>  FreeBSD contigmem
> +M: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
>  F: lib/librte_eal/bsdapp/contigmem/
>  
>  FreeBSD UIO
> +M: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
>  F: lib/librte_eal/bsdapp/nic_uio/
>  
>  
> @@ -234,6 +237,7 @@ F: examples/ip_reassembly/
>  F: doc/guides/sample_app_ug/ip_reassembly.rst
>  
>  Distributor
> +M: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
>  F: lib/librte_distributor/
>  F: doc/guides/prog_guide/packet_distrib_lib.rst
>  F: app/test/test_distributor*
> -- 
> 2.1.0
> 

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

* [PATCH v2] maintainers: claim FreeBSD EAL and distributor
       [not found] ` <1423230706-12776-1-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  2015-02-06 13:55   ` Bruce Richardson
@ 2015-02-06 13:55   ` Bruce Richardson
       [not found]     ` <1423230935-14154-1-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  1 sibling, 1 reply; 5+ messages in thread
From: Bruce Richardson @ 2015-02-06 13:55 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

Signed-off-by: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
---
 MAINTAINERS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9a63714..7a2c3ba 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -120,14 +120,17 @@ F: examples/vhost_xen/
 F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
 
 FreeBSD EAL (with overlaps)
+M: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
 F: lib/librte_eal/bsdapp/Makefile
 F: lib/librte_eal/bsdapp/eal/
 F: doc/guides/freebsd_gsg/
 
 FreeBSD contigmem
+M: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
 F: lib/librte_eal/bsdapp/contigmem/
 
 FreeBSD UIO
+M: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
 F: lib/librte_eal/bsdapp/nic_uio/
 
 
@@ -234,6 +237,7 @@ F: examples/ip_reassembly/
 F: doc/guides/sample_app_ug/ip_reassembly.rst
 
 Distributor
+M: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
 F: lib/librte_distributor/
 F: doc/guides/prog_guide/packet_distrib_lib.rst
 F: app/test/test_distributor*
-- 
2.1.0

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

* Re: [PATCH v2] maintainers: claim FreeBSD EAL and distributor
       [not found]     ` <1423230935-14154-1-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
@ 2015-02-06 14:25       ` De Lara Guarch, Pablo
       [not found]         ` <E115CCD9D858EF4F90C690B0DCB4D89727254518-kPTMFJFq+rEMvF1YICWikbfspsVTdybXVpNB7YpNyf8@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: De Lara Guarch, Pablo @ 2015-02-06 14:25 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:56 PM
> To: dev-VfR2kkLFssw@public.gmane.org
> Subject: [dpdk-dev] [PATCH v2] maintainers: claim FreeBSD EAL and
> distributor
> 
> 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] 5+ messages in thread

* Re: [PATCH v2] maintainers: claim FreeBSD EAL and distributor
       [not found]         ` <E115CCD9D858EF4F90C690B0DCB4D89727254518-kPTMFJFq+rEMvF1YICWikbfspsVTdybXVpNB7YpNyf8@public.gmane.org>
@ 2015-02-09 15:17           ` Thomas Monjalon
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2015-02-09 15:17 UTC (permalink / raw)
  To: Richardson, Bruce; +Cc: dev-VfR2kkLFssw

> > Signed-off-by: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> 
> Acked-by: Pablo de Lara <pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>

Acked-by: Thomas Monjalon <thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>

Applied, thanks

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

end of thread, other threads:[~2015-02-09 15:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-06 13:51 [PATCH] maintainers: claim FreeBSD EAL and distributor Bruce Richardson
     [not found] ` <1423230706-12776-1-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-02-06 13:55   ` Bruce Richardson
2015-02-06 13:55   ` [PATCH v2] " Bruce Richardson
     [not found]     ` <1423230935-14154-1-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-02-06 14:25       ` De Lara Guarch, Pablo
     [not found]         ` <E115CCD9D858EF4F90C690B0DCB4D89727254518-kPTMFJFq+rEMvF1YICWikbfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-02-09 15:17           ` 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).