From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id CB5F05B0C for ; Fri, 23 Jan 2015 19:16:09 +0100 (CET) Received: from hmsreliant.think-freely.org ([2001:470:8:a08:7aac:c0ff:fec2:933b] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1YEim6-0005rx-LE; Fri, 23 Jan 2015 13:16:08 -0500 Date: Fri, 23 Jan 2015 13:16:05 -0500 From: Neil Horman To: "John W. Linville" Message-ID: <20150123181605.GE12120@hmsreliant.think-freely.org> References: <1422017653-31442-1-git-send-email-thomas.monjalon@6wind.com> <1422036745-19557-1-git-send-email-linville@tuxdriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1422036745-19557-1-git-send-email-linville@tuxdriver.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) X-Spam-Status: No Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] MAINTAINERS: claim responsibility for Linux AF_PACKET PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2015 18:16:10 -0000 On Fri, Jan 23, 2015 at 01:12:25PM -0500, John W. Linville wrote: > Signed-off-by: John W. Linville > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1f7d04a9ec2b..5fccdbb1618c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -174,6 +174,7 @@ F: examples/kni/ > F: doc/guides/sample_app_ug/kernel_nic_interface.rst > > Linux AF_PACKET > +M: John W. Linville > F: lib/librte_pmd_af_packet/ > > Cisco enic > -- > 2.1.0 > > Works just as well for me Acked-by: Neil Horman Thanks John! Neil