From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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: , X-List-Received-Date: Thu, 30 Mar 2017 16:05:39 -0000 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 --- 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 -- 2.12.1.430.gafd672630