From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5240BA0513; Fri, 8 Apr 2022 08:33:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CDD4341144; Fri, 8 Apr 2022 08:33:34 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 6C75040E64 for ; Fri, 8 Apr 2022 08:33:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649399613; x=1680935613; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=j7Za/Qn+9nJ59/WxhD44FPnUoH5bydDHiRbkzBXLjLY=; b=Thf/PU5++BgYPcAw+6mmtg8bLaGATr2lc52+2I1dqrbINBEVQTMvk78c hFkJ0FQrDDzNTqBpCUm/xxk7y9N3/Hs1R4d5ea4WnJs+i+291V3WQt80k IVXiq1cnone054BiCuTtOPOlkVRz6o6POFtNMxKlKCnShUosC0MhJVR9M Rfw3op9CbMBYbjK5x99ylMA5GA/Yo+QrDYWjpLsXN5Kkf3xvnTK57/KDU fXJnjRYrM103uWPXuvC0STV8/K/i/EF7BY0Jik95RrMtlCu4ehuXKYK5V 4DsH4IwugvmoW2pI2xiOmRxlveaorP3F0DIrnEccBA6czC3LmBfdcgDTX Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10310"; a="261516486" X-IronPort-AV: E=Sophos;i="5.90,244,1643702400"; d="scan'208";a="261516486" 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:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,244,1643702400"; d="scan'208";a="550392311" 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:31 -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 2/3] maintainers: update for Intel ixgbe Date: Fri, 8 Apr 2022 13:58:16 +0800 Message-Id: <20220408055817.151088-2-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 Qiming and Wenjun have been appointed the new maintainers for the ixgbe 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 9d098161b2..513748b45b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -708,7 +708,8 @@ F: doc/guides/nics/features/e1000.ini F: doc/guides/nics/features/igb*.ini Intel ixgbe -M: Haiyue Wang +M: Qiming Yang +M: Wenjun Wu T: git://dpdk.org/next/dpdk-next-net-intel F: drivers/net/ixgbe/ F: doc/guides/nics/ixgbe.rst -- 2.35.1