[dpdk-dev] maintainers: resign from eal maintenance

Message ID 1489661228-5255-1-git-send-email-david.marchand@6wind.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers

Checks

Context Check Description
ci/Intel-compilation success Compilation OK
ci/checkpatch success coding style OK

Commit Message

David Marchand March 16, 2017, 10:47 a.m. UTC
  I have been a little too busy these past months and could not really
do any real maintainer stuff for dpdk for a while now.

I have no clear idea when I could dedicate more time to dpdk.
So the best thing for the dpdk community would be to move the eal
maintenance to more involved people.

Signed-off-by: David Marchand <david.marchand@6wind.com>
---
 MAINTAINERS | 2 --
 1 file changed, 2 deletions(-)
  

Comments

Thomas Monjalon March 19, 2017, 10:37 p.m. UTC | #1
2017-03-16 11:47, David Marchand:
> I have been a little too busy these past months and could not really
> do any real maintainer stuff for dpdk for a while now.

No worries. It happens to be busy with other stuff,
and maintainer's role takes time.

> I have no clear idea when I could dedicate more time to dpdk.

Your contributions were really appreciated.
You will be welcome when you will have time to dedicate to DPDK again.

> So the best thing for the dpdk community would be to move the eal
> maintenance to more involved people.

You are right. Thank you

The EAL buses PCI and vdev are moving to drivers/bus/ so there will be
new maintainers for those parts.
The EAL archs are already maintained.
We need to find volunteers for some Linux-specific code and other generic
common API.

> Signed-off-by: David Marchand <david.marchand@6wind.com>

Applied
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 39bc78e..0c78b58 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -82,7 +82,6 @@  Environment Abstraction Layer
 -----------------------------
 
 EAL API and common code
-M: David Marchand <david.marchand@6wind.com>
 F: lib/librte_eal/common/*
 F: lib/librte_eal/common/include/*
 F: lib/librte_eal/common/include/generic/
@@ -167,7 +166,6 @@  F: lib/librte_eal/common/arch/x86/
 F: lib/librte_eal/common/include/arch/x86/
 
 Linux EAL (with overlaps)
-M: David Marchand <david.marchand@6wind.com>
 F: lib/librte_eal/linuxapp/Makefile
 F: lib/librte_eal/linuxapp/eal/
 F: doc/guides/linux_gsg/