DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] maintainers: add staging tree for network drivers
@ 2016-07-25 15:19 Bruce Richardson
  2016-07-25 15:28 ` Thomas Monjalon
  0 siblings, 1 reply; 7+ messages in thread
From: Bruce Richardson @ 2016-07-25 15:19 UTC (permalink / raw)
  To: dev; +Cc: thomas.monjalon, Bruce Richardson

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index d099131..844227b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -34,6 +34,13 @@ Stable Branches
 ---------------
 T: git://dpdk.org/dpdk-stable
 
+Staging Trees
+-------------
+
+Networking Drivers
+T: git://dpdk.org/dpdk-next-net
+M: Bruce Richardson <bruce.richardson@intel.com>
+
 Security Issues
 ---------------
 M: maintainers@dpdk.org
-- 
2.7.4

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

* Re: [dpdk-dev] [PATCH] maintainers: add staging tree for network drivers
  2016-07-25 15:19 [dpdk-dev] [PATCH] maintainers: add staging tree for network drivers Bruce Richardson
@ 2016-07-25 15:28 ` Thomas Monjalon
  2016-07-25 16:21   ` Bruce Richardson
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas Monjalon @ 2016-07-25 15:28 UTC (permalink / raw)
  To: Bruce Richardson; +Cc: dev

2016-07-25 16:19, Bruce Richardson:
> +Staging Trees
> +-------------
> +
> +Networking Drivers
> +T: git://dpdk.org/dpdk-next-net
> +M: Bruce Richardson <bruce.richardson@intel.com>

I thought we could write the next- tree information below the
existing title:

Networking Drivers
------------------

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

* Re: [dpdk-dev] [PATCH] maintainers: add staging tree for network drivers
  2016-07-25 15:28 ` Thomas Monjalon
@ 2016-07-25 16:21   ` Bruce Richardson
  2016-08-23  0:15     ` De Lara Guarch, Pablo
  2016-11-10 12:14     ` Ferruh Yigit
  0 siblings, 2 replies; 7+ messages in thread
From: Bruce Richardson @ 2016-07-25 16:21 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev

On Mon, Jul 25, 2016 at 05:28:40PM +0200, Thomas Monjalon wrote:
> 2016-07-25 16:19, Bruce Richardson:
> > +Staging Trees
> > +-------------
> > +
> > +Networking Drivers
> > +T: git://dpdk.org/dpdk-next-net
> > +M: Bruce Richardson <bruce.richardson@intel.com>
> 
> I thought we could write the next- tree information below the
> existing title:
> 
> Networking Drivers
> ------------------
> 

Maybe, but I think it would work better to have all the staging trees listed
together at the top of the file. Makes it easier to see on opening the file
that they exist.

/Bruce

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

* Re: [dpdk-dev] [PATCH] maintainers: add staging tree for network drivers
  2016-07-25 16:21   ` Bruce Richardson
@ 2016-08-23  0:15     ` De Lara Guarch, Pablo
  2016-11-10 12:14     ` Ferruh Yigit
  1 sibling, 0 replies; 7+ messages in thread
From: De Lara Guarch, Pablo @ 2016-08-23  0:15 UTC (permalink / raw)
  To: Richardson, Bruce, Thomas Monjalon; +Cc: dev



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bruce Richardson
> Sent: Monday, July 25, 2016 9:22 AM
> To: Thomas Monjalon
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] maintainers: add staging tree for network
> drivers
> 
> On Mon, Jul 25, 2016 at 05:28:40PM +0200, Thomas Monjalon wrote:
> > 2016-07-25 16:19, Bruce Richardson:
> > > +Staging Trees
> > > +-------------
> > > +
> > > +Networking Drivers
> > > +T: git://dpdk.org/dpdk-next-net
> > > +M: Bruce Richardson <bruce.richardson@intel.com>
> >
> > I thought we could write the next- tree information below the
> > existing title:
> >
> > Networking Drivers
> > ------------------
> >
> 
> Maybe, but I think it would work better to have all the staging trees listed
> together at the top of the file. Makes it easier to see on opening the file
> that they exist.

I am going to send a patch to add also the staging tree for crypto. What is the conclusion of this?
If we go for this way, we should move also the virtio stuff to this new section, right?

Pablo
> 
> /Bruce

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

* [dpdk-dev] [PATCH] maintainers: add staging tree for network drivers
  2016-07-25 16:21   ` Bruce Richardson
  2016-08-23  0:15     ` De Lara Guarch, Pablo
@ 2016-11-10 12:14     ` Ferruh Yigit
  2016-11-10 13:50       ` Thomas Monjalon
  1 sibling, 1 reply; 7+ messages in thread
From: Ferruh Yigit @ 2016-11-10 12:14 UTC (permalink / raw)
  To: dev; +Cc: Bruce Richardson, Thomas Monjalon

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
CC: Bruce Richardson <bruce.richardson@intel.com>
CC: Thomas Monjalon <thomas.monjalon@6wind.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 065397b..d6bb8f8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -252,6 +252,8 @@ F: examples/l2fwd-crypto/
 
 Networking Drivers
 ------------------
+M: Ferruh Yigit <ferruh.yigit@intel.com>
+T: git://dpdk.org/next/dpdk-next-net
 
 Link bonding
 M: Declan Doherty <declan.doherty@intel.com>
-- 
2.9.3

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

* Re: [dpdk-dev] [PATCH] maintainers: add staging tree for network drivers
  2016-11-10 12:14     ` Ferruh Yigit
@ 2016-11-10 13:50       ` Thomas Monjalon
  2016-11-14 14:04         ` Thomas Monjalon
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas Monjalon @ 2016-11-10 13:50 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: dev, Bruce Richardson

>  Networking Drivers
>  ------------------
> +M: Ferruh Yigit <ferruh.yigit@intel.com>
> +T: git://dpdk.org/next/dpdk-next-net

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

It will be applied at the beginning of 17.02 cycle to reflect the change.

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

* Re: [dpdk-dev] [PATCH] maintainers: add staging tree for network drivers
  2016-11-10 13:50       ` Thomas Monjalon
@ 2016-11-14 14:04         ` Thomas Monjalon
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Monjalon @ 2016-11-14 14:04 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: dev, Bruce Richardson

> >  Networking Drivers
> >  ------------------
> > +M: Ferruh Yigit <ferruh.yigit@intel.com>
> > +T: git://dpdk.org/next/dpdk-next-net
> 
> Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
> 
> It will be applied at the beginning of 17.02 cycle to reflect the change.

Applied, thanks.

So from now, Ferruh will be responsible of the next-net tree.
Thank you for your commitment.

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

end of thread, other threads:[~2016-11-14 14:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-25 15:19 [dpdk-dev] [PATCH] maintainers: add staging tree for network drivers Bruce Richardson
2016-07-25 15:28 ` Thomas Monjalon
2016-07-25 16:21   ` Bruce Richardson
2016-08-23  0:15     ` De Lara Guarch, Pablo
2016-11-10 12:14     ` Ferruh Yigit
2016-11-10 13:50       ` Thomas Monjalon
2016-11-14 14:04         ` 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).