* [dpdk-dev] [PATCH] maintainers: update testpmd maintainers
@ 2016-11-23 12:34 Wei Dai
2016-11-23 12:58 ` Zhang, Helin
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Wei Dai @ 2016-11-23 12:34 UTC (permalink / raw)
To: dev
Cc: pablo.de.lara.guarch, jingjing.wu, john.mcnamara, helin.zhang, Wei Dai
add Jingjing Wu and Wei Dai as new maintainers
of test-pmd.
Signed-off-by: Wei Dai <wei.dai@intel.com>
---
MAINTAINERS | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index d6bb8f8..8070ed6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -614,7 +614,8 @@ F: app/test/virtual_pmd.c
F: app/test/virtual_pmd.h
Driver testing tool
-M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
+M: Jingjing Wu <jingjing.wu@intel.com>
+M: Wei Dai <wei.dai@intel.com>
F: app/test-pmd/
F: doc/guides/testpmd_app_ug/
--
2.7.4
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: update testpmd maintainers
2016-11-23 12:34 [dpdk-dev] [PATCH] maintainers: update testpmd maintainers Wei Dai
@ 2016-11-23 12:58 ` Zhang, Helin
2016-11-23 13:09 ` Thomas Monjalon
2016-11-28 6:00 ` [dpdk-dev] [PATCH v2] maintainers: update testpmd maintainer Jingjing Wu
2 siblings, 0 replies; 7+ messages in thread
From: Zhang, Helin @ 2016-11-23 12:58 UTC (permalink / raw)
To: Dai, Wei, dev; +Cc: De Lara Guarch, Pablo, Wu, Jingjing, Mcnamara, John
> -----Original Message-----
> From: Dai, Wei
> Sent: Wednesday, November 23, 2016 8:35 PM
> To: dev@dpdk.org
> Cc: De Lara Guarch, Pablo; Wu, Jingjing; Mcnamara, John; Zhang, Helin; Dai,
> Wei
> Subject: [PATCH] maintainers: update testpmd maintainers
>
> add Jingjing Wu and Wei Dai as new maintainers of test-pmd.
>
> Signed-off-by: Wei Dai <wei.dai@intel.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>
> ---
> MAINTAINERS | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d6bb8f8..8070ed6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -614,7 +614,8 @@ F: app/test/virtual_pmd.c
> F: app/test/virtual_pmd.h
>
> Driver testing tool
> -M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> +M: Jingjing Wu <jingjing.wu@intel.com>
> +M: Wei Dai <wei.dai@intel.com>
> F: app/test-pmd/
> F: doc/guides/testpmd_app_ug/
>
> --
> 2.7.4
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: update testpmd maintainers
2016-11-23 12:34 [dpdk-dev] [PATCH] maintainers: update testpmd maintainers Wei Dai
2016-11-23 12:58 ` Zhang, Helin
@ 2016-11-23 13:09 ` Thomas Monjalon
2016-11-28 6:00 ` [dpdk-dev] [PATCH v2] maintainers: update testpmd maintainer Jingjing Wu
2 siblings, 0 replies; 7+ messages in thread
From: Thomas Monjalon @ 2016-11-23 13:09 UTC (permalink / raw)
To: Wei Dai
Cc: dev, pablo.de.lara.guarch, jingjing.wu, john.mcnamara, helin.zhang
2016-11-23 20:34, Wei Dai:
> add Jingjing Wu and Wei Dai as new maintainers
> of test-pmd.
Thanks for proposing yourself.
I think it is a bit strange for you Wei Dai to become maintainer now,
as you are a newcomer and never sent a patch for testpmd yet.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [dpdk-dev] [PATCH v2] maintainers: update testpmd maintainer
2016-11-23 12:34 [dpdk-dev] [PATCH] maintainers: update testpmd maintainers Wei Dai
2016-11-23 12:58 ` Zhang, Helin
2016-11-23 13:09 ` Thomas Monjalon
@ 2016-11-28 6:00 ` Jingjing Wu
2016-11-29 7:58 ` [dpdk-dev] [PATCH v3] " Jingjing Wu
2 siblings, 1 reply; 7+ messages in thread
From: Jingjing Wu @ 2016-11-28 6:00 UTC (permalink / raw)
To: dev; +Cc: jingjing.wu, helin.zhang, wei.dai
Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
---
v2 change:
remove Wei Dai from claim.
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index d6bb8f8..398e628 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -615,6 +615,7 @@ F: app/test/virtual_pmd.h
Driver testing tool
M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
+M: Jingjing Wu <jingjing.wu@intel.com>
F: app/test-pmd/
F: doc/guides/testpmd_app_ug/
--
2.4.11
^ permalink raw reply [flat|nested] 7+ messages in thread
* [dpdk-dev] [PATCH v3] maintainers: update testpmd maintainer
2016-11-28 6:00 ` [dpdk-dev] [PATCH v2] maintainers: update testpmd maintainer Jingjing Wu
@ 2016-11-29 7:58 ` Jingjing Wu
2016-11-29 8:49 ` De Lara Guarch, Pablo
0 siblings, 1 reply; 7+ messages in thread
From: Jingjing Wu @ 2016-11-29 7:58 UTC (permalink / raw)
To: dev; +Cc: jingjing.wu, pablo.de.lara.guarch
Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
---
v1 change:
remove pablo from maintainer.
v2 change:
remove Wei Dai from claim.
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index d6bb8f8..fd096c5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -614,7 +614,7 @@ F: app/test/virtual_pmd.c
F: app/test/virtual_pmd.h
Driver testing tool
-M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
+M: Jingjing Wu <jingjing.wu@intel.com>
F: app/test-pmd/
F: doc/guides/testpmd_app_ug/
--
2.4.11
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH v3] maintainers: update testpmd maintainer
2016-11-29 7:58 ` [dpdk-dev] [PATCH v3] " Jingjing Wu
@ 2016-11-29 8:49 ` De Lara Guarch, Pablo
2016-11-29 10:54 ` Thomas Monjalon
0 siblings, 1 reply; 7+ messages in thread
From: De Lara Guarch, Pablo @ 2016-11-29 8:49 UTC (permalink / raw)
To: Wu, Jingjing, dev
> -----Original Message-----
> From: Wu, Jingjing
> Sent: Tuesday, November 29, 2016 7:59 AM
> To: dev@dpdk.org
> Cc: Wu, Jingjing; De Lara Guarch, Pablo
> Subject: [PATCH v3] maintainers: update testpmd maintainer
>
> Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Thanks Jingjing!
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2016-11-29 10:54 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-23 12:34 [dpdk-dev] [PATCH] maintainers: update testpmd maintainers Wei Dai
2016-11-23 12:58 ` Zhang, Helin
2016-11-23 13:09 ` Thomas Monjalon
2016-11-28 6:00 ` [dpdk-dev] [PATCH v2] maintainers: update testpmd maintainer Jingjing Wu
2016-11-29 7:58 ` [dpdk-dev] [PATCH v3] " Jingjing Wu
2016-11-29 8:49 ` De Lara Guarch, Pablo
2016-11-29 10:54 ` 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).