DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: remove maintainers that bounce
@ 2024-04-05 17:05 Stephen Hemminger
  2024-04-08  8:30 ` Ferruh Yigit
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Stephen Hemminger @ 2024-04-05 17:05 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger, Thomas Monjalon

Recent patch set for rte_memcpy, discovered that the
mail addresses for yuying.zhang@intel.com and zhouguoyang@huawei.com
could not be found.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 MAINTAINERS | 2 --
 1 file changed, 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7abb3aee49..e29e0cdbc7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -745,7 +745,6 @@ F: doc/guides/nics/features/hns3.ini
 Huawei hinic
 M: Ziyang Xuan <xuanziyang2@huawei.com>
 M: Xiaoyun Wang <cloud.wangxiaoyun@huawei.com>
-M: Guoyang Zhou <zhouguoyang@huawei.com>
 F: drivers/net/hinic/
 F: doc/guides/nics/hinic.rst
 F: doc/guides/nics/features/hinic.ini
@@ -801,7 +800,6 @@ F: doc/guides/nics/idpf.rst
 F: doc/guides/nics/features/idpf.ini
 
 Intel cpfl - EXPERIMENTAL
-M: Yuying Zhang <yuying.zhang@intel.com>
 T: git://dpdk.org/next/dpdk-next-net-intel
 F: drivers/net/cpfl/
 F: doc/guides/nics/cpfl.rst
-- 
2.43.0


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

* Re: [PATCH] MAINTAINERS: remove maintainers that bounce
  2024-04-05 17:05 [PATCH] MAINTAINERS: remove maintainers that bounce Stephen Hemminger
@ 2024-04-08  8:30 ` Ferruh Yigit
  2024-04-08 16:49 ` [PATCH v2] " Stephen Hemminger
  2024-04-22 18:39 ` [PATCH v3] " Stephen Hemminger
  2 siblings, 0 replies; 7+ messages in thread
From: Ferruh Yigit @ 2024-04-08  8:30 UTC (permalink / raw)
  To: Stephen Hemminger, dev; +Cc: Thomas Monjalon

On 4/5/2024 6:05 PM, Stephen Hemminger wrote:
> Recent patch set for rte_memcpy, discovered that the
> mail addresses for yuying.zhang@intel.com and zhouguoyang@huawei.com
> could not be found.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---
>  MAINTAINERS | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7abb3aee49..e29e0cdbc7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -745,7 +745,6 @@ F: doc/guides/nics/features/hns3.ini
>  Huawei hinic
>  M: Ziyang Xuan <xuanziyang2@huawei.com>
>  M: Xiaoyun Wang <cloud.wangxiaoyun@huawei.com>
> -M: Guoyang Zhou <zhouguoyang@huawei.com>
>  F: drivers/net/hinic/
>  F: doc/guides/nics/hinic.rst
>  F: doc/guides/nics/features/hinic.ini
> @@ -801,7 +800,6 @@ F: doc/guides/nics/idpf.rst
>  F: doc/guides/nics/features/idpf.ini
>  
>  Intel cpfl - EXPERIMENTAL
> -M: Yuying Zhang <yuying.zhang@intel.com>
>  T: git://dpdk.org/next/dpdk-next-net-intel
>  F: drivers/net/cpfl/
>  F: doc/guides/nics/cpfl.rst

Yuying is also testpmd maintainer and we have same problem there.

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

* [PATCH v2] MAINTAINERS: remove maintainers that bounce
  2024-04-05 17:05 [PATCH] MAINTAINERS: remove maintainers that bounce Stephen Hemminger
  2024-04-08  8:30 ` Ferruh Yigit
@ 2024-04-08 16:49 ` Stephen Hemminger
  2024-04-10 13:06   ` Bruce Richardson
  2024-04-22 18:39 ` [PATCH v3] " Stephen Hemminger
  2 siblings, 1 reply; 7+ messages in thread
From: Stephen Hemminger @ 2024-04-08 16:49 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

Recent patch set for rte_memcpy, discovered that the
mail addresses for yuying.zhang@intel.com and zhouguoyang@huawei.com
could not be found.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
v2 - catch other drivers maintained by Yuying

 MAINTAINERS | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7abb3aee49..aac9475a96 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -745,7 +745,6 @@ F: doc/guides/nics/features/hns3.ini
 Huawei hinic
 M: Ziyang Xuan <xuanziyang2@huawei.com>
 M: Xiaoyun Wang <cloud.wangxiaoyun@huawei.com>
-M: Guoyang Zhou <zhouguoyang@huawei.com>
 F: drivers/net/hinic/
 F: doc/guides/nics/hinic.rst
 F: doc/guides/nics/features/hinic.ini
@@ -766,7 +765,6 @@ F: doc/guides/nics/intel_vf.rst
 F: doc/guides/nics/features/ixgbe*.ini
 
 Intel i40e
-M: Yuying Zhang <Yuying.Zhang@intel.com>
 T: git://dpdk.org/next/dpdk-next-net-intel
 F: drivers/net/i40e/
 F: doc/guides/nics/i40e.rst
@@ -801,7 +799,6 @@ F: doc/guides/nics/idpf.rst
 F: doc/guides/nics/features/idpf.ini
 
 Intel cpfl - EXPERIMENTAL
-M: Yuying Zhang <yuying.zhang@intel.com>
 T: git://dpdk.org/next/dpdk-next-net-intel
 F: drivers/net/cpfl/
 F: doc/guides/nics/cpfl.rst
@@ -1797,7 +1794,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.43.0


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

* Re: [PATCH v2] MAINTAINERS: remove maintainers that bounce
  2024-04-08 16:49 ` [PATCH v2] " Stephen Hemminger
@ 2024-04-10 13:06   ` Bruce Richardson
  0 siblings, 0 replies; 7+ messages in thread
From: Bruce Richardson @ 2024-04-10 13:06 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: dev

On Mon, Apr 08, 2024 at 09:49:54AM -0700, Stephen Hemminger wrote:
> Recent patch set for rte_memcpy, discovered that the
> mail addresses for yuying.zhang@intel.com and zhouguoyang@huawei.com
> could not be found.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---

Acked-by: Bruce Richardson <bruce.richardson@intel.com>

If doing a V3, the email address "lijuan.tu@intel.com" is also invalid and
will bounce. I believe all other Intel email addresses in the MAINTAINERS
file are at least valid emails that won't bounce.

/Bruce


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

* [PATCH v3] MAINTAINERS: remove maintainers that bounce
  2024-04-05 17:05 [PATCH] MAINTAINERS: remove maintainers that bounce Stephen Hemminger
  2024-04-08  8:30 ` Ferruh Yigit
  2024-04-08 16:49 ` [PATCH v2] " Stephen Hemminger
@ 2024-04-22 18:39 ` Stephen Hemminger
  2024-04-22 18:51   ` Tyler Retzlaff
  2024-04-23  8:27   ` Juraj Linkeš
  2 siblings, 2 replies; 7+ messages in thread
From: Stephen Hemminger @ 2024-04-22 18:39 UTC (permalink / raw)
  To: dev
  Cc: Stephen Hemminger, Bruce Richardson, Thomas Monjalon, Juraj Linkeš

Recent patch set for rte_memcpy, discovered that the some
mail addresses could not be found.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
---
v3 - remove lijan.tu@intel.com as well (suggested by Bruce)

 MAINTAINERS        | 5 -----
 dts/pyproject.toml | 1 -
 2 files changed, 6 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7abb3aee49..00a8595a06 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -745,7 +745,6 @@ F: doc/guides/nics/features/hns3.ini
 Huawei hinic
 M: Ziyang Xuan <xuanziyang2@huawei.com>
 M: Xiaoyun Wang <cloud.wangxiaoyun@huawei.com>
-M: Guoyang Zhou <zhouguoyang@huawei.com>
 F: drivers/net/hinic/
 F: doc/guides/nics/hinic.rst
 F: doc/guides/nics/features/hinic.ini
@@ -766,7 +765,6 @@ F: doc/guides/nics/intel_vf.rst
 F: doc/guides/nics/features/ixgbe*.ini
 
 Intel i40e
-M: Yuying Zhang <Yuying.Zhang@intel.com>
 T: git://dpdk.org/next/dpdk-next-net-intel
 F: drivers/net/i40e/
 F: doc/guides/nics/i40e.rst
@@ -801,7 +799,6 @@ F: doc/guides/nics/idpf.rst
 F: doc/guides/nics/features/idpf.ini
 
 Intel cpfl - EXPERIMENTAL
-M: Yuying Zhang <yuying.zhang@intel.com>
 T: git://dpdk.org/next/dpdk-next-net-intel
 F: drivers/net/cpfl/
 F: doc/guides/nics/cpfl.rst
@@ -1797,7 +1794,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/
@@ -1851,7 +1847,6 @@ F: app/proc-info/
 F: doc/guides/tools/proc_info.rst
 
 DTS
-M: Lijuan Tu <lijuan.tu@intel.com>
 M: Juraj Linkeš <juraj.linkes@pantheon.tech>
 F: dts/
 F: devtools/dts-check-format.sh
diff --git a/dts/pyproject.toml b/dts/pyproject.toml
index a81e46fc07..5ddbb46dd6 100644
--- a/dts/pyproject.toml
+++ b/dts/pyproject.toml
@@ -13,7 +13,6 @@ authors = [
     "Jeremy Spewock <jspewock@iol.unh.edu>"
 ]
 maintainers = [
-    "Lijuan Tu <lijuan.tu@intel.com>",
     "Juraj Linkeš <juraj.linkes@pantheon.tech>"
 ]
 documentation = "https://doc.dpdk.org/guides/tools/dts.html"
-- 
2.43.0


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

* Re: [PATCH v3] MAINTAINERS: remove maintainers that bounce
  2024-04-22 18:39 ` [PATCH v3] " Stephen Hemminger
@ 2024-04-22 18:51   ` Tyler Retzlaff
  2024-04-23  8:27   ` Juraj Linkeš
  1 sibling, 0 replies; 7+ messages in thread
From: Tyler Retzlaff @ 2024-04-22 18:51 UTC (permalink / raw)
  To: Stephen Hemminger
  Cc: dev, Bruce Richardson, Thomas Monjalon, Juraj Linkeš

On Mon, Apr 22, 2024 at 11:39:07AM -0700, Stephen Hemminger wrote:
> Recent patch set for rte_memcpy, discovered that the some
> mail addresses could not be found.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
> ---
Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>


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

* Re: [PATCH v3] MAINTAINERS: remove maintainers that bounce
  2024-04-22 18:39 ` [PATCH v3] " Stephen Hemminger
  2024-04-22 18:51   ` Tyler Retzlaff
@ 2024-04-23  8:27   ` Juraj Linkeš
  1 sibling, 0 replies; 7+ messages in thread
From: Juraj Linkeš @ 2024-04-23  8:27 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: dev, Bruce Richardson, Thomas Monjalon

On Mon, Apr 22, 2024 at 8:40 PM Stephen Hemminger
<stephen@networkplumber.org> wrote:
>
> Recent patch set for rte_memcpy, discovered that the some
> mail addresses could not be found.
>
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Acked-by: Juraj Linkeš <juraj.linkes@pantheon.tech>

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

end of thread, other threads:[~2024-04-23  8:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-05 17:05 [PATCH] MAINTAINERS: remove maintainers that bounce Stephen Hemminger
2024-04-08  8:30 ` Ferruh Yigit
2024-04-08 16:49 ` [PATCH v2] " Stephen Hemminger
2024-04-10 13:06   ` Bruce Richardson
2024-04-22 18:39 ` [PATCH v3] " Stephen Hemminger
2024-04-22 18:51   ` Tyler Retzlaff
2024-04-23  8:27   ` Juraj Linkeš

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