[v3] MAINTAINERS: remove maintainers that bounce

Message ID 20240422183958.6338-1-stephen@networkplumber.org (mailing list archive)
State New
Delegated to: Thomas Monjalon
Headers
Series [v3] MAINTAINERS: remove maintainers that bounce |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/intel-Functional success Functional PASS
ci/github-robot: build success github build: passed
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-abi-testing success Testing PASS
ci/iol-unit-arm64-testing success Testing PASS
ci/iol-unit-amd64-testing success Testing PASS
ci/iol-compile-amd64-testing success Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-sample-apps-testing success Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-compile-arm64-testing success Testing PASS

Commit Message

Stephen Hemminger April 22, 2024, 6:39 p.m. UTC
  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(-)
  

Comments

Tyler Retzlaff April 22, 2024, 6:51 p.m. UTC | #1
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>
  
Juraj Linkeš April 23, 2024, 8:27 a.m. UTC | #2
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>
  

Patch

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"