From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A288EC83004 for ; Tue, 28 Apr 2020 03:48:29 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 5961B206F0 for ; Tue, 28 Apr 2020 03:48:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5961B206F0 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BCFF71D527; Tue, 28 Apr 2020 05:48:28 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 7C1521D453 for ; Tue, 28 Apr 2020 05:48:27 +0200 (CEST) IronPort-SDR: GaAbTEpzPFdem1Kl2gU/VIRCNQWCohUdUDZvHR+QwDQOBG+PaF1t3KxOoULgMfd12hDd/ZePAJ Ml+tLHOVBWCQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2020 20:48:26 -0700 IronPort-SDR: 5gqTLRCNXkNratCGyduJWELD8Kv62ScHujEl0487TnwkDWkc4RgAQp1kojSTrm0xbJcbog3CUx i4ArlYzxm4tA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,326,1583222400"; d="scan'208,217";a="249059239" Received: from jguo15x-mobl.ccr.corp.intel.com (HELO [10.67.68.194]) ([10.67.68.194]) by fmsmga008.fm.intel.com with ESMTP; 27 Apr 2020 20:48:25 -0700 To: Wei Zhao , dev@dpdk.org Cc: alvinx.zhang@intel.com, wenzhuo.lu@intel.com, konstantin.ananyev@intel.com References: <20200427012859.8389-1-wei.zhao1@intel.com> From: Jeff Guo Message-ID: Date: Tue, 28 Apr 2020 11:48:24 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <20200427012859.8389-1-wei.zhao1@intel.com> Content-Language: en-US Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [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" On 4/27/2020 9:28 AM, Wei Zhao wrote: > Replace Wenzhuo Lu, Alvin Zhang and Konstantin Ananyev > with Wei Zhao and Jeff Guo. > > Signed-off-by: Wei Zhao > --- > 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 Acked-by: Jeff Guo