* [PATCH] maintainers: update for testpmd
@ 2024-03-28 16:10 yuying.zhang
2024-03-28 17:22 ` Bruce Richardson
0 siblings, 1 reply; 6+ messages in thread
From: yuying.zhang @ 2024-03-28 16:10 UTC (permalink / raw)
To: yuying.zhang, dev, aman.deep.singh, bruce.richardson, john.mcnamara
From: Yuying Zhang <yuying.zhang@intel.com>
Delete self from testpmd.
Signed-off-by: Yuying Zhang <yuying.zhang@intel.com>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 6a7d0293c6..969b70eabd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1781,7 +1781,6 @@ F: app/test/sample_packet_forward.h
Networking drivers testing tool
M: Aman Singh <aman.deep.singh@intel.com>
-M: Yuying Zhang <yuying.zhang@intel.com>
T: git://dpdk.org/next/dpdk-next-net
F: app/test-pmd/
F: doc/guides/testpmd_app_ug/
--
2.34.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] maintainers: update for testpmd
2024-03-28 16:10 [PATCH] maintainers: update for testpmd yuying.zhang
@ 2024-03-28 17:22 ` Bruce Richardson
2024-06-19 5:46 ` Thomas Monjalon
0 siblings, 1 reply; 6+ messages in thread
From: Bruce Richardson @ 2024-03-28 17:22 UTC (permalink / raw)
To: yuying.zhang; +Cc: dev, aman.deep.singh, john.mcnamara
On Thu, Mar 28, 2024 at 04:10:21PM +0000, yuying.zhang@intel.com wrote:
> From: Yuying Zhang <yuying.zhang@intel.com>
>
> Delete self from testpmd.
>
> Signed-off-by: Yuying Zhang <yuying.zhang@intel.com>
> ---
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] maintainers: update for testpmd
2024-03-28 17:22 ` Bruce Richardson
@ 2024-06-19 5:46 ` Thomas Monjalon
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2024-06-19 5:46 UTC (permalink / raw)
To: Bruce Richardson; +Cc: dev, aman.deep.singh, john.mcnamara
28/03/2024 18:22, Bruce Richardson:
> On Thu, Mar 28, 2024 at 04:10:21PM +0000, yuying.zhang@intel.com wrote:
> > From: Yuying Zhang <yuying.zhang@intel.com>
> >
> > Delete self from testpmd.
> >
> > Signed-off-by: Yuying Zhang <yuying.zhang@intel.com>
> > ---
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Applied
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] maintainers: update for testpmd
@ 2022-06-13 8:36 Xiaoyun Li
2022-06-13 8:59 ` Zhang, Yuying
0 siblings, 1 reply; 6+ messages in thread
From: Xiaoyun Li @ 2022-06-13 8:36 UTC (permalink / raw)
To: dev, yuying.zhang, aman.deep.singh; +Cc: Li, Xiaoyun, Li
From: "Li, Xiaoyun" <xiaoyun.li@intel.com>
Resigning my maintainership for testpmd.
Signed-off-by: Li, Xiaoyun <xiaoyun.li@intel.com>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 17a0559ee7..4b527291be 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1688,7 +1688,6 @@ F: app/test/sample_packet_forward.c
F: app/test/sample_packet_forward.h
Networking drivers testing tool
-M: Xiaoyun Li <xiaoyun.li@intel.com>
M: Aman Singh <aman.deep.singh@intel.com>
M: Yuying Zhang <yuying.zhang@intel.com>
T: git://dpdk.org/next/dpdk-next-net
--
2.25.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [PATCH] maintainers: update for testpmd
2022-06-13 8:36 Xiaoyun Li
@ 2022-06-13 8:59 ` Zhang, Yuying
2022-06-20 14:23 ` Thomas Monjalon
0 siblings, 1 reply; 6+ messages in thread
From: Zhang, Yuying @ 2022-06-13 8:59 UTC (permalink / raw)
To: Li, Xiaoyun, dev, Singh, Aman Deep
Hi Xiaoyun,
> -----Original Message-----
> From: Li, Xiaoyun <xiaoyun.li@intel.com>
> Sent: Monday, June 13, 2022 4:37 PM
> To: dev@dpdk.org; Zhang, Yuying <yuying.zhang@intel.com>; Singh, Aman
> Deep <aman.deep.singh@intel.com>
> Cc: Li, Xiaoyun <xiaoyun.li@intel.com>; Li
> Subject: [PATCH] maintainers: update for testpmd
>
> From: "Li, Xiaoyun" <xiaoyun.li@intel.com>
>
> Resigning my maintainership for testpmd.
>
> Signed-off-by: Li, Xiaoyun <xiaoyun.li@intel.com>
Acked-by: Yuying Zhang <yuying.zhang@intel.com>
> ---
> MAINTAINERS | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 17a0559ee7..4b527291be 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1688,7 +1688,6 @@ F: app/test/sample_packet_forward.c
> F: app/test/sample_packet_forward.h
>
> Networking drivers testing tool
> -M: Xiaoyun Li <xiaoyun.li@intel.com>
> M: Aman Singh <aman.deep.singh@intel.com>
> M: Yuying Zhang <yuying.zhang@intel.com>
> T: git://dpdk.org/next/dpdk-next-net
> --
> 2.25.1
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-06-19 5:47 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-28 16:10 [PATCH] maintainers: update for testpmd yuying.zhang
2024-03-28 17:22 ` Bruce Richardson
2024-06-19 5:46 ` Thomas Monjalon
-- strict thread matches above, loose matches on Subject: below --
2022-06-13 8:36 Xiaoyun Li
2022-06-13 8:59 ` Zhang, Yuying
2022-06-20 14:23 ` 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).