Recent patch set for rte_memcpy, discovered that the some mail addresses could not be found.
Signed-off-by: Stephen Hemminger <[email protected]> Acked-by: Bruce Richardson <[email protected]> --- v3 - remove [email protected] 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 <[email protected]> M: Xiaoyun Wang <[email protected]> -M: Guoyang Zhou <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> -M: Yuying Zhang <[email protected]> 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 <[email protected]> M: Juraj Linkeš <[email protected]> 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 <[email protected]>" ] maintainers = [ - "Lijuan Tu <[email protected]>", "Juraj Linkeš <[email protected]>" ] documentation = "https://doc.dpdk.org/guides/tools/dts.html" -- 2.43.0

