From patchwork Fri Jan 23 18:12:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "John W. Linville" X-Patchwork-Id: 2500 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 DA0B65B13; Fri, 23 Jan 2015 19:14:17 +0100 (CET) Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 3C2645B0C for ; Fri, 23 Jan 2015 19:14:13 +0100 (CET) Received: from uucp by smtp.tuxdriver.com with local-rmail (Exim 4.63) (envelope-from ) id 1YEikF-0005po-8a; Fri, 23 Jan 2015 13:14:11 -0500 Received: from linville-x1.hq.tuxdriver.com (localhost.localdomain [127.0.0.1]) by linville-x1.hq.tuxdriver.com (8.14.9/8.14.6) with ESMTP id t0NID2bE019606; Fri, 23 Jan 2015 13:13:02 -0500 Received: (from linville@localhost) by linville-x1.hq.tuxdriver.com (8.14.9/8.14.9/Submit) id t0NICjTG019598; Fri, 23 Jan 2015 13:12:45 -0500 X-Authentication-Warning: linville-x1.hq.tuxdriver.com: linville set sender to linville@tuxdriver.com using -f From: "John W. Linville" To: dev@dpdk.org Date: Fri, 23 Jan 2015 13:12:25 -0500 Message-Id: <1422036745-19557-1-git-send-email-linville@tuxdriver.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1422017653-31442-1-git-send-email-thomas.monjalon@6wind.com> References: <1422017653-31442-1-git-send-email-thomas.monjalon@6wind.com> Subject: [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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: John W. Linville Acked-by: Neil Horman --- 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