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 Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by smtp.lore.kernel.org (Postfix) with ESMTP id D194FC433EF for ; Fri, 8 Apr 2022 06:33:42 +0000 (UTC) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B4A03427ED; Fri, 8 Apr 2022 08:33:37 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id D67E5427EB for ; Fri, 8 Apr 2022 08:33:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649399616; x=1680935616; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=82Vl5soFBa2tShTMTMPfKcPoyrEMNxnjn1fX/BIMbak=; b=XFAJlZD087xVCs9gZ0OY8qESp7YbZ5ZS4mLLEtjDHGGfLq7yDKZtt5nB 1APnVt30P14/I1KadKhEX+W0HTgy/rp/SAmqYjtecbZSM21UR6+Bw2NpQ cqpaOsB3Yqa23HsIYhgG7wgDDKUY3viePT4e3cpMrt/SUb2J+BtLYSp3W V7wwJupw8XznX7meP5c7EEXK4iJ/YEinJU7QgipvOFWBu+Ku8H9tk2scA tVpOzn6DU0Kj3CRpqQkrz/cgN6oUeYFkI57gfhFVkinN2rH+eVOTT1Zeq OGhcvpwWANClwD9Td5MbivpyPpWK3iiw6iAtlbji8g8+dTAesXsNu42/X g==; X-IronPort-AV: E=McAfee;i="6400,9594,10310"; a="261516492" X-IronPort-AV: E=Sophos;i="5.90,244,1643702400"; d="scan'208";a="261516492" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Apr 2022 23:33:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,244,1643702400"; d="scan'208";a="550392322" Received: from npg-dpdk-haiyue-2.sh.intel.com ([10.67.111.4]) by orsmga007.jf.intel.com with ESMTP; 07 Apr 2022 23:33:33 -0700 From: Haiyue Wang To: dev@dpdk.org Cc: qi.z.zhang@intel.com, qiming.yang@intel.com, junfeng.guo@intel.com, simei.su@intel.com, wenjun1.wu@intel.com, Haiyue Wang , Thomas Monjalon Subject: [PATCH v1 3/3] maintainers: update for Intel igc Date: Fri, 8 Apr 2022 13:58:17 +0800 Message-Id: <20220408055817.151088-3-haiyue.wang@intel.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220408055817.151088-1-haiyue.wang@intel.com> References: <20220408055817.151088-1-haiyue.wang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Junfeng and Simei have been appointed the new maintainers for the igc PMD. Update the MAINTAINERS file to reflect this. Signed-off-by: Haiyue Wang --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 513748b45b..21c581dc61 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -749,7 +749,8 @@ F: doc/guides/nics/ice.rst F: doc/guides/nics/features/ice.ini Intel igc -M: Haiyue Wang +M: Junfeng Guo +M: Simei Su T: git://dpdk.org/next/dpdk-next-net-intel F: drivers/net/igc/ F: doc/guides/nics/igc.rst -- 2.35.1