DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] maintainers: claim FreeBSD EAL and distributor
@ 2015-02-06 13:51 Bruce Richardson
  2015-02-06 13:55 ` Bruce Richardson
  2015-02-06 13:55 ` [dpdk-dev] [PATCH v2] " Bruce Richardson
  0 siblings, 2 replies; 5+ messages in thread
From: Bruce Richardson @ 2015-02-06 13:51 UTC (permalink / raw)
  To: dev

---
 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@intel.com>
 F: lib/librte_eal/bsdapp/Makefile
 F: lib/librte_eal/bsdapp/eal/
 F: doc/guides/freebsd_gsg/
 
 FreeBSD contigmem
+M: Bruce Richardson <bruce.richardson@intel.com>
 F: lib/librte_eal/bsdapp/contigmem/
 
 FreeBSD UIO
+M: Bruce Richardson <bruce.richardson@intel.com>
 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@intel.com>
 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

* Re: [dpdk-dev] [PATCH] maintainers: claim FreeBSD EAL and distributor
  2015-02-06 13:51 [dpdk-dev] [PATCH] maintainers: claim FreeBSD EAL and distributor Bruce Richardson
@ 2015-02-06 13:55 ` Bruce Richardson
  2015-02-06 13:55 ` [dpdk-dev] [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

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@intel.com>
>  F: lib/librte_eal/bsdapp/Makefile
>  F: lib/librte_eal/bsdapp/eal/
>  F: doc/guides/freebsd_gsg/
>  
>  FreeBSD contigmem
> +M: Bruce Richardson <bruce.richardson@intel.com>
>  F: lib/librte_eal/bsdapp/contigmem/
>  
>  FreeBSD UIO
> +M: Bruce Richardson <bruce.richardson@intel.com>
>  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@intel.com>
>  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

* [dpdk-dev] [PATCH v2] maintainers: claim FreeBSD EAL and distributor
  2015-02-06 13:51 [dpdk-dev] [PATCH] maintainers: claim FreeBSD EAL and distributor Bruce Richardson
  2015-02-06 13:55 ` Bruce Richardson
@ 2015-02-06 13:55 ` Bruce Richardson
  2015-02-06 14:25   ` De Lara Guarch, Pablo
  1 sibling, 1 reply; 5+ messages in thread
From: Bruce Richardson @ 2015-02-06 13:55 UTC (permalink / raw)
  To: dev

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
 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@intel.com>
 F: lib/librte_eal/bsdapp/Makefile
 F: lib/librte_eal/bsdapp/eal/
 F: doc/guides/freebsd_gsg/
 
 FreeBSD contigmem
+M: Bruce Richardson <bruce.richardson@intel.com>
 F: lib/librte_eal/bsdapp/contigmem/
 
 FreeBSD UIO
+M: Bruce Richardson <bruce.richardson@intel.com>
 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@intel.com>
 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

* Re: [dpdk-dev] [PATCH v2] maintainers: claim FreeBSD EAL and distributor
  2015-02-06 13:55 ` [dpdk-dev] [PATCH v2] " Bruce Richardson
@ 2015-02-06 14:25   ` De Lara Guarch, Pablo
  2015-02-09 15:17     ` Thomas Monjalon
  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



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bruce Richardson
> Sent: Friday, February 06, 2015 1:56 PM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH v2] maintainers: claim FreeBSD EAL and
> distributor
> 
> 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] 5+ messages in thread

* Re: [dpdk-dev] [PATCH v2] maintainers: claim FreeBSD EAL and distributor
  2015-02-06 14:25   ` De Lara Guarch, Pablo
@ 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

> > Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> 
> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

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

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 [dpdk-dev] [PATCH] maintainers: claim FreeBSD EAL and distributor Bruce Richardson
2015-02-06 13:55 ` Bruce Richardson
2015-02-06 13:55 ` [dpdk-dev] [PATCH v2] " Bruce Richardson
2015-02-06 14:25   ` De Lara Guarch, Pablo
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).