DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] update git tree maintainers
@ 2017-09-19 20:23 Thomas Monjalon
  2017-09-19 20:23 ` [dpdk-dev] [PATCH 1/3] maintainers: separate main tree and devtools maintenance Thomas Monjalon
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Thomas Monjalon @ 2017-09-19 20:23 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit, yliu

The file MAINTAINERS must be updated according to the current
organization.
Ferruh is now working on main tree.
Yuanhan work on stable tree since the first stable release.
Thanks to Yuanhan and Ferruh for their help on git trees.

Note that more maintainers are welcomed to propose themselves
for old and next stable branches.


Thomas Monjalon (3):
  maintainers: separate main tree and devtools maintenance
  maintainers: add Yuanhan for stable branches
  maintainers: add Ferruh for main branch

 MAINTAINERS | 29 ++++++++++++++++-------------
 1 file changed, 16 insertions(+), 13 deletions(-)

-- 
2.14.1

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

* [dpdk-dev] [PATCH 1/3] maintainers: separate main tree and devtools maintenance
  2017-09-19 20:23 [dpdk-dev] [PATCH 0/3] update git tree maintainers Thomas Monjalon
@ 2017-09-19 20:23 ` Thomas Monjalon
  2017-09-19 20:23 ` [dpdk-dev] [PATCH 2/3] maintainers: add Yuanhan for stable branches Thomas Monjalon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2017-09-19 20:23 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit, yliu

Being the maintainer of devtools is different of
maintaining the main tree.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 MAINTAINERS | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a0cd75e15..20516fe9e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21,33 +21,34 @@ Descriptions of section entries:
 
 General Project Administration
 ------------------------------
+
+Main Branch
 M: Thomas Monjalon <thomas@monjalon.net>
 T: git://dpdk.org/dpdk
-F: MAINTAINERS
-F: devtools/check-dup-includes.sh
-F: devtools/check-maintainers.sh
-F: devtools/check-git-log.sh
-F: devtools/check-includes.sh
-F: devtools/checkpatches.sh
-F: devtools/git-log-fixes.sh
-F: devtools/load-devel-config
-F: devtools/test-build.sh
 
 Stable Branches
----------------
 T: git://dpdk.org/dpdk-stable
 
 Security Issues
----------------
 M: maintainers@dpdk.org
 
-
 Documentation (with overlaps)
--------------
 M: John McNamara <john.mcnamara@intel.com>
 F: README
 F: doc/
 
+Developers and Maintainers Tools
+M: Thomas Monjalon <thomas@monjalon.net>
+F: MAINTAINERS
+F: devtools/check-dup-includes.sh
+F: devtools/check-maintainers.sh
+F: devtools/check-git-log.sh
+F: devtools/check-includes.sh
+F: devtools/checkpatches.sh
+F: devtools/git-log-fixes.sh
+F: devtools/load-devel-config
+F: devtools/test-build.sh
+
 
 Build System
 ------------
-- 
2.14.1

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

* [dpdk-dev] [PATCH 2/3] maintainers: add Yuanhan for stable branches
  2017-09-19 20:23 [dpdk-dev] [PATCH 0/3] update git tree maintainers Thomas Monjalon
  2017-09-19 20:23 ` [dpdk-dev] [PATCH 1/3] maintainers: separate main tree and devtools maintenance Thomas Monjalon
@ 2017-09-19 20:23 ` Thomas Monjalon
  2017-09-19 20:23 ` [dpdk-dev] [PATCH 3/3] maintainers: add Ferruh for main branch Thomas Monjalon
  2017-09-22 13:46 ` [dpdk-dev] [PATCH 0/3] update git tree maintainers Thomas Monjalon
  3 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2017-09-19 20:23 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit, yliu

Yuanhan was maintaining 16.07, 17.02 and 17.05 branches.
He is still doing LTS releases for 16.11.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 20516fe9e..7fde8d1c3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -27,6 +27,7 @@ M: Thomas Monjalon <thomas@monjalon.net>
 T: git://dpdk.org/dpdk
 
 Stable Branches
+M: Yuanhan Liu <yliu@fridaylinux.org>
 T: git://dpdk.org/dpdk-stable
 
 Security Issues
-- 
2.14.1

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

* [dpdk-dev] [PATCH 3/3] maintainers: add Ferruh for main branch
  2017-09-19 20:23 [dpdk-dev] [PATCH 0/3] update git tree maintainers Thomas Monjalon
  2017-09-19 20:23 ` [dpdk-dev] [PATCH 1/3] maintainers: separate main tree and devtools maintenance Thomas Monjalon
  2017-09-19 20:23 ` [dpdk-dev] [PATCH 2/3] maintainers: add Yuanhan for stable branches Thomas Monjalon
@ 2017-09-19 20:23 ` Thomas Monjalon
  2017-09-20  8:20   ` Ferruh Yigit
  2017-09-22 13:46 ` [dpdk-dev] [PATCH 0/3] update git tree maintainers Thomas Monjalon
  3 siblings, 1 reply; 6+ messages in thread
From: Thomas Monjalon @ 2017-09-19 20:23 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit, yliu

Ferruh will co-maintain the main branch at git://dpdk.org/dpdk.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7fde8d1c3..8df2a7f2a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24,6 +24,7 @@ General Project Administration
 
 Main Branch
 M: Thomas Monjalon <thomas@monjalon.net>
+M: Ferruh Yigit <ferruh.yigit@intel.com>
 T: git://dpdk.org/dpdk
 
 Stable Branches
-- 
2.14.1

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

* Re: [dpdk-dev] [PATCH 3/3] maintainers: add Ferruh for main branch
  2017-09-19 20:23 ` [dpdk-dev] [PATCH 3/3] maintainers: add Ferruh for main branch Thomas Monjalon
@ 2017-09-20  8:20   ` Ferruh Yigit
  0 siblings, 0 replies; 6+ messages in thread
From: Ferruh Yigit @ 2017-09-20  8:20 UTC (permalink / raw)
  To: Thomas Monjalon, dev; +Cc: yliu

On 9/19/2017 9:23 PM, Thomas Monjalon wrote:
> Ferruh will co-maintain the main branch at git://dpdk.org/dpdk.
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

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

* Re: [dpdk-dev] [PATCH 0/3] update git tree maintainers
  2017-09-19 20:23 [dpdk-dev] [PATCH 0/3] update git tree maintainers Thomas Monjalon
                   ` (2 preceding siblings ...)
  2017-09-19 20:23 ` [dpdk-dev] [PATCH 3/3] maintainers: add Ferruh for main branch Thomas Monjalon
@ 2017-09-22 13:46 ` Thomas Monjalon
  3 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2017-09-22 13:46 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit, yliu

> Thomas Monjalon (3):
>   maintainers: separate main tree and devtools maintenance
>   maintainers: add Yuanhan for stable branches
>   maintainers: add Ferruh for main branch

Applied

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

end of thread, other threads:[~2017-09-22 13:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-19 20:23 [dpdk-dev] [PATCH 0/3] update git tree maintainers Thomas Monjalon
2017-09-19 20:23 ` [dpdk-dev] [PATCH 1/3] maintainers: separate main tree and devtools maintenance Thomas Monjalon
2017-09-19 20:23 ` [dpdk-dev] [PATCH 2/3] maintainers: add Yuanhan for stable branches Thomas Monjalon
2017-09-19 20:23 ` [dpdk-dev] [PATCH 3/3] maintainers: add Ferruh for main branch Thomas Monjalon
2017-09-20  8:20   ` Ferruh Yigit
2017-09-22 13:46 ` [dpdk-dev] [PATCH 0/3] update git tree maintainers 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).