From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <pascal.mazon@6wind.com>
Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com
 [62.23.145.76]) by dpdk.org (Postfix) with ESMTP id 489A33572
 for <dev@dpdk.org>; Thu, 17 May 2018 11:44:10 +0200 (CEST)
Received: from 6wind.com (unknown [10.16.0.184])
 by proxy.6wind.com (Postfix) with SMTP id AC06D178EE3;
 Thu, 17 May 2018 11:40:58 +0200 (CEST)
Received: by 6wind.com (sSMTP sendmail emulation);
 Thu, 17 May 2018 11:45:16 +0200
From: Pascal Mazon <pascal.mazon@6wind.com>
To: dev@dpdk.org,
	keith.wiles@intel.com
Cc: pascal.mazon@6wind.com,
	ferruh.yigit@intel.com
Date: Thu, 17 May 2018 11:44:58 +0200
Message-Id: <7465870079a466f51f8fb79638c8a291ca87f582.1526550217.git.pascal.mazon@6wind.com>
X-Mailer: git-send-email 2.16.1.72.g5be1f00a9
Subject: [dpdk-dev] [PATCH] maintainers: handoff ownership of Tap PMD
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 17 May 2018 09:44:10 -0000

I have unfortunately no longer time enough for maintaining Tap PMD.
Keith has kindly volunteered to take over maintainership. He's been at
the origin of this PMD and knows well how it works.

Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com>
Acked-by: Keith Wiles <keith.wiles@intel.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2663f1c037d7..a1b072c0b2d7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -686,7 +686,7 @@ F: doc/guides/nics/pcap_ring.rst
 F: doc/guides/nics/features/pcap.ini
 
 Tap PMD
-M: Pascal Mazon <pascal.mazon@6wind.com>
+M: Keith Wiles <keith.wiles@intel.com>
 F: drivers/net/tap/
 F: doc/guides/nics/tap.rst
 F: doc/guides/nics/features/tap.ini
-- 
2.16.1.72.g5be1f00a9