DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1] maintainers: update for LoongArch
@ 2025-10-16  9:09 Min Zhou
  2025-10-16 11:32 ` Patrick Robb
  0 siblings, 1 reply; 4+ messages in thread
From: Min Zhou @ 2025-10-16  9:09 UTC (permalink / raw)
  To: thomas, probb, maobibo, zhoumin; +Cc: dev, ci

Update maintainers for LoongArch architecture.

Signed-off-by: Min Zhou <zhoumin@loongson.cn>
Signed-off-by: Bibo Mao <maobibo@loongson.cn>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1a2729be66..7abe482e7d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -320,7 +320,7 @@ F: examples/*/*_neon.*
 F: examples/common/neon/
 
 LoongArch
-M: Min Zhou <zhoumin@loongson.cn>
+M: Bibo Mao <maobibo@loongson.cn>
 F: config/loongarch/
 F: doc/guides/linux_gsg/cross_build_dpdk_for_loongarch.rst
 F: lib/eal/loongarch/
-- 
2.27.0


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

* Re: [PATCH v1] maintainers: update for LoongArch
  2025-10-16  9:09 [PATCH v1] maintainers: update for LoongArch Min Zhou
@ 2025-10-16 11:32 ` Patrick Robb
  2025-10-16 12:30   ` zhoumin
  0 siblings, 1 reply; 4+ messages in thread
From: Patrick Robb @ 2025-10-16 11:32 UTC (permalink / raw)
  To: Min Zhou; +Cc: thomas, maobibo, dev, ci

[-- Attachment #1: Type: text/plain, Size: 887 bytes --]

Hi Min Zhou,

Will Bibi be responsible for maintaining the Loongarch CI testing going
forward, or are you retaining that responsibility? Thanks.

On Thu, Oct 16, 2025 at 5:46 AM Min Zhou <zhoumin@loongson.cn> wrote:

> Update maintainers for LoongArch architecture.
>
> Signed-off-by: Min Zhou <zhoumin@loongson.cn>
> Signed-off-by: Bibo Mao <maobibo@loongson.cn>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1a2729be66..7abe482e7d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -320,7 +320,7 @@ F: examples/*/*_neon.*
>  F: examples/common/neon/
>
>  LoongArch
> -M: Min Zhou <zhoumin@loongson.cn>
> +M: Bibo Mao <maobibo@loongson.cn>
>  F: config/loongarch/
>  F: doc/guides/linux_gsg/cross_build_dpdk_for_loongarch.rst
>  F: lib/eal/loongarch/
> --
> 2.27.0
>
>

[-- Attachment #2: Type: text/html, Size: 1514 bytes --]

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

* Re: [PATCH v1] maintainers: update for LoongArch
  2025-10-16 11:32 ` Patrick Robb
@ 2025-10-16 12:30   ` zhoumin
  2025-10-16 12:40     ` Bibo Mao
  0 siblings, 1 reply; 4+ messages in thread
From: zhoumin @ 2025-10-16 12:30 UTC (permalink / raw)
  To: Patrick Robb; +Cc: thomas, maobibo, dev, ci

[-- Attachment #1: Type: text/plain, Size: 1277 bytes --]

Hi Patrick Robb,

Yes, Bibo will also be responsible for maintaining the LoongArch CI 
testing going forward.

On Thu, Oct 16, 2025 at 7:32 PM, Patrick Robb wrote:
> Hi Min Zhou,
>
> Will Bibi be responsible for maintaining the Loongarch CI testing 
> going forward, or are you retaining that responsibility? Thanks.
>
> On Thu, Oct 16, 2025 at 5:46 AM Min Zhou <zhoumin@loongson.cn 
> <mailto:zhoumin@loongson.cn>> wrote:
>
>     Update maintainers for LoongArch architecture.
>
>     Signed-off-by: Min Zhou <zhoumin@loongson.cn
>     <mailto:zhoumin@loongson.cn>>
>     Signed-off-by: Bibo Mao <maobibo@loongson.cn
>     <mailto:maobibo@loongson.cn>>
>     ---
>      MAINTAINERS | 2 +-
>      1 file changed, 1 insertion(+), 1 deletion(-)
>
>     diff --git a/MAINTAINERS b/MAINTAINERS
>     index 1a2729be66..7abe482e7d 100644
>     --- a/MAINTAINERS
>     +++ b/MAINTAINERS
>     @@ -320,7 +320,7 @@ F: examples/*/*_neon.*
>      F: examples/common/neon/
>
>      LoongArch
>     -M: Min Zhou <zhoumin@loongson.cn <mailto:zhoumin@loongson.cn>>
>     +M: Bibo Mao <maobibo@loongson.cn <mailto:maobibo@loongson.cn>>
>      F: config/loongarch/
>      F: doc/guides/linux_gsg/cross_build_dpdk_for_loongarch.rst
>      F: lib/eal/loongarch/
>     -- 
>     2.27.0
>

[-- Attachment #2: Type: text/html, Size: 2631 bytes --]

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

* Re: [PATCH v1] maintainers: update for LoongArch
  2025-10-16 12:30   ` zhoumin
@ 2025-10-16 12:40     ` Bibo Mao
  0 siblings, 0 replies; 4+ messages in thread
From: Bibo Mao @ 2025-10-16 12:40 UTC (permalink / raw)
  To: zhoumin, Patrick Robb; +Cc: thomas, dev, ci



On 2025/10/16 下午8:30, zhoumin wrote:
> Hi Patrick Robb,
> 
> Yes, Bibo will also be responsible for maintaining the LoongArch CI 
> testing going forward.
I will be responsible for maintaining the LoongArch CI also,
and best wishes and thanks for contribution for Min Zhou.

Regards
Bibo Mao
> 
> On Thu, Oct 16, 2025 at 7:32 PM, Patrick Robb wrote:
>> Hi Min Zhou,
>>
>> Will Bibi be responsible for maintaining the Loongarch CI testing 
>> going forward, or are you retaining that responsibility? Thanks.
>>
>> On Thu, Oct 16, 2025 at 5:46 AM Min Zhou <zhoumin@loongson.cn 
>> <mailto:zhoumin@loongson.cn>> wrote:
>>
>>     Update maintainers for LoongArch architecture.
>>
>>     Signed-off-by: Min Zhou <zhoumin@loongson.cn
>>     <mailto:zhoumin@loongson.cn>>
>>     Signed-off-by: Bibo Mao <maobibo@loongson.cn
>>     <mailto:maobibo@loongson.cn>>
>>     ---
>>      MAINTAINERS | 2 +-
>>      1 file changed, 1 insertion(+), 1 deletion(-)
>>
>>     diff --git a/MAINTAINERS b/MAINTAINERS
>>     index 1a2729be66..7abe482e7d 100644
>>     --- a/MAINTAINERS
>>     +++ b/MAINTAINERS
>>     @@ -320,7 +320,7 @@ F: examples/*/*_neon.*
>>      F: examples/common/neon/
>>
>>      LoongArch
>>     -M: Min Zhou <zhoumin@loongson.cn <mailto:zhoumin@loongson.cn>>
>>     +M: Bibo Mao <maobibo@loongson.cn <mailto:maobibo@loongson.cn>>
>>      F: config/loongarch/
>>      F: doc/guides/linux_gsg/cross_build_dpdk_for_loongarch.rst
>>      F: lib/eal/loongarch/
>>     -- 
>>     2.27.0
>>


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

end of thread, other threads:[~2025-10-16 12:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-16  9:09 [PATCH v1] maintainers: update for LoongArch Min Zhou
2025-10-16 11:32 ` Patrick Robb
2025-10-16 12:30   ` zhoumin
2025-10-16 12:40     ` Bibo Mao

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).