From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 919A742858;
	Tue, 28 Mar 2023 11:36:47 +0200 (CEST)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 3152F42D0B;
	Tue, 28 Mar 2023 11:36:36 +0200 (CEST)
Received: from mga07.intel.com (mga07.intel.com [134.134.136.100])
 by mails.dpdk.org (Postfix) with ESMTP id B592A4282D
 for <dev@dpdk.org>; Tue, 28 Mar 2023 11:36:32 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple;
 d=intel.com; i=@intel.com; q=dns/txt; s=Intel;
 t=1679996192; x=1711532192;
 h=from:to:cc:subject:date:message-id:in-reply-to:
 references:mime-version:content-transfer-encoding;
 bh=tmi0KGaRC6kB9PIse9tXPPI4UP0bbVI+bWrV1gTCOIQ=;
 b=Ut8Wad3ONrQL7ULARnymQNJSqH4m5zLZ3HSUDHifcYVF4oZrEltFnv8U
 p23xtg9esFjgBUMl52g1U79bPv1w0QVMXGduKpCjaQw6qGXDhra1jzr9M
 gXRT7WNHu/5YhLTBSAUcGg7qMVsUsshWr68lDJuP3lyH4sJr2Er0KJnxf
 6Uf3fgea6BxnUvg1KWwiE0OVeSL/j1aSpjn/mV5J4XEs8U1t64EasLrzD
 06l8JPO2GEXZlZX/WB38Ukt3fFSgDuMywTY2oZ9TP2fvwbGqn9uR8mSvY
 bHbJd6hWoo4l+o486gbsNpZx18JBJmpO19KuIF9t5X2L1Y9bOOvPXmeyY A==;
X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="405457655"
X-IronPort-AV: E=Sophos;i="5.98,297,1673942400"; d="scan'208";a="405457655"
Received: from fmsmga005.fm.intel.com ([10.253.24.32])
 by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 28 Mar 2023 02:36:20 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="1013492543"
X-IronPort-AV: E=Sophos;i="5.98,297,1673942400"; d="scan'208";a="1013492543"
Received: from dpdk-jf-ntb-one.sh.intel.com ([10.67.111.104])
 by fmsmga005.fm.intel.com with ESMTP; 28 Mar 2023 02:36:19 -0700
From: Junfeng Guo <junfeng.guo@intel.com>
To: qi.z.zhang@intel.com, jingjing.wu@intel.com, ferruh.yigit@amd.com,
 beilei.xing@intel.com
Cc: dev@dpdk.org,
	Junfeng Guo <junfeng.guo@intel.com>
Subject: [PATCH v2 3/3] net/gve: add maintainers for GVE
Date: Tue, 28 Mar 2023 17:28:43 +0800
Message-Id: <20230328092843.1775431-4-junfeng.guo@intel.com>
X-Mailer: git-send-email 2.34.1
In-Reply-To: <20230328092843.1775431-1-junfeng.guo@intel.com>
References: <20230328020826.1269570-1-junfeng.guo@intel.com>
 <20230328092843.1775431-1-junfeng.guo@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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

Add maintainers from Google for GVE.

Signed-off-by: Junfeng Guo <junfeng.guo@intel.com>
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1a33ad8592..988c7aecfa 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -714,6 +714,9 @@ F: doc/guides/nics/features/enic.ini
 
 Google Virtual Ethernet
 M: Junfeng Guo <junfeng.guo@intel.com>
+M: Jeroen de Borst <jeroendb@google.com>
+M: Rushil Gupta <rushilg@google.com>
+M: Joshua Washington <joshwash@google.com>
 F: drivers/net/gve/
 F: doc/guides/nics/gve.rst
 F: doc/guides/nics/features/gve.ini
-- 
2.34.1