From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pascal Mazon Subject: Re: [PATCH] maintainers: handoff ownership of Tap PMD Date: Fri, 31 Mar 2017 08:43:32 +0200 Message-ID: <20170331084332.0a5b9937@paques.dev.6wind.com> References: <20170330160531.5474-1-keith.wiles@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Keith Wiles Return-path: Received: from mail-wr0-f171.google.com (mail-wr0-f171.google.com [209.85.128.171]) by dpdk.org (Postfix) with ESMTP id 34D0BDE0 for ; Fri, 31 Mar 2017 08:44:45 +0200 (CEST) Received: by mail-wr0-f171.google.com with SMTP id l43so92558862wre.1 for ; Thu, 30 Mar 2017 23:44:45 -0700 (PDT) In-Reply-To: <20170330160531.5474-1-keith.wiles@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, 30 Mar 2017 11:05:31 -0500 Keith Wiles wrote: > 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 > Acked-by: Pascal Mazon