From patchwork Mon Apr 27 01:28:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Zhao1, Wei" X-Patchwork-Id: 69354 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id CD5F6A00BE; Mon, 27 Apr 2020 03:51:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2B2501C19B; Mon, 27 Apr 2020 03:51:31 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 8A59A1C128 for ; Mon, 27 Apr 2020 03:51:29 +0200 (CEST) IronPort-SDR: I1ff73tAx0i1CPMhvJuy6cBLWcXld2FdjPskpNzvLKT6EPmarF0r8x+L/AL9YcQyABBQT6Gkr8 D7jQB9/hMo6A== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Apr 2020 18:51:28 -0700 IronPort-SDR: jiAgSSBu0o9J54+ujZzQOpLDc7C1NnaZqvRNG7ke4X2shkFG1GfgaP2cTh0sNwRQllDOd8Kr+8 2ykE6mhhc//w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,321,1583222400"; d="scan'208";a="245941977" Received: from unknown (HELO localhost.localdomain.bj.intel.com) ([172.16.182.123]) by orsmga007.jf.intel.com with ESMTP; 26 Apr 2020 18:51:26 -0700 From: Wei Zhao To: dev@dpdk.org Cc: jia.guo@intel.com, alvinx.zhang@intel.com, wenzhuo.lu@intel.com, konstantin.ananyev@intel.com, Wei Zhao Date: Mon, 27 Apr 2020 09:28:59 +0800 Message-Id: <20200427012859.8389-1-wei.zhao1@intel.com> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH] maintainers: update for Intel ixgbe/igb/igc X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Replace Wenzhuo Lu, Alvin Zhang and Konstantin Ananyev with Wei Zhao and Jeff Guo. Signed-off-by: Wei Zhao Acked-by: Konstantin Ananyev Acked-by: Ferruh Yigit Acked-by: Jeff Guo Acked-by: Zhang,Alvin Acked-by: Konstantin Ananyev Acked-by: Wenzhuo Lu Acked-by: Jeff Guo Acked-by: Alvin Zhang --- MAINTAINERS | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index d31a80929..7a57535ee 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -649,7 +649,8 @@ F: doc/guides/nics/hinic.rst F: doc/guides/nics/features/hinic.ini Intel e1000 -M: Wenzhuo Lu +M: Wei Zhao +M: Jeff Guo T: git://dpdk.org/next/dpdk-next-net-intel F: drivers/net/e1000/ F: doc/guides/nics/e1000em.rst @@ -658,8 +659,8 @@ F: doc/guides/nics/features/e1000.ini F: doc/guides/nics/features/igb*.ini Intel ixgbe -M: Wenzhuo Lu -M: Konstantin Ananyev +M: Wei Zhao +M: Jeff Guo T: git://dpdk.org/next/dpdk-next-net-intel F: drivers/net/ixgbe/ F: doc/guides/nics/ixgbe.rst @@ -700,7 +701,8 @@ F: doc/guides/nics/ice.rst F: doc/guides/nics/features/ice.ini Intel igc -M: Alvin Zhang +M: Wei Zhao +M: Jeff Guo T: git://dpdk.org/next/dpdk-next-net-intel F: drivers/net/igc/ F: doc/guides/nics/igc.rst