From patchwork Thu Mar 30 16:05:31 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Wiles, Keith" X-Patchwork-Id: 22907 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 214ED376F; Thu, 30 Mar 2017 18:05:41 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id D09892C66 for ; Thu, 30 Mar 2017 18:05:38 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP; 30 Mar 2017 09:05:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,247,1486454400"; d="scan'208";a="82367671" Received: from pdmckenn-mobl5.amr.corp.intel.com ([10.254.88.253]) by fmsmga005.fm.intel.com with ESMTP; 30 Mar 2017 09:05:37 -0700 From: Keith Wiles To: dev@dpdk.org Date: Thu, 30 Mar 2017 11:05:31 -0500 Message-Id: <20170330160531.5474-1-keith.wiles@intel.com> X-Mailer: git-send-email 2.10.1 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Pascal has added many features to the Tap PMD and the code is now mostly his code. We talked and he suggested I send the patch to change ownership. Signed-off-by: Keith Wiles Acked-by: Pascal Mazon --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 4cb6e4957..46c23a48b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -398,7 +398,7 @@ F: drivers/net/pcap/ F: doc/guides/nics/pcap_ring.rst Tap PMD -M: Keith Wiles +M: Pascal Mazon F: drivers/net/tap/ F: doc/guides/nics/tap.rst