From patchwork Fri Feb 6 13:51:46 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Richardson X-Patchwork-Id: 3012 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 7363FB55; Fri, 6 Feb 2015 14:51:52 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 002F320F for ; Fri, 6 Feb 2015 14:51:50 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 06 Feb 2015 05:48:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,529,1418112000"; d="scan'208";a="673895629" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga002.fm.intel.com with ESMTP; 06 Feb 2015 05:51:48 -0800 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id t16Dpkqs010258; Fri, 6 Feb 2015 13:51:46 GMT Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id t16DpkUc012816; Fri, 6 Feb 2015 13:51:46 GMT Received: (from bricha3@localhost) by sivswdev01.ir.intel.com with id t16DpkeY012812; Fri, 6 Feb 2015 13:51:46 GMT From: Bruce Richardson To: dev@dpdk.org Date: Fri, 6 Feb 2015 13:51:46 +0000 Message-Id: <1423230706-12776-1-git-send-email-bruce.richardson@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH] maintainers: claim FreeBSD EAL and distributor 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" --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 9a63714..7a2c3ba 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -120,14 +120,17 @@ F: examples/vhost_xen/ F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst FreeBSD EAL (with overlaps) +M: Bruce Richardson F: lib/librte_eal/bsdapp/Makefile F: lib/librte_eal/bsdapp/eal/ F: doc/guides/freebsd_gsg/ FreeBSD contigmem +M: Bruce Richardson F: lib/librte_eal/bsdapp/contigmem/ FreeBSD UIO +M: Bruce Richardson F: lib/librte_eal/bsdapp/nic_uio/ @@ -234,6 +237,7 @@ F: examples/ip_reassembly/ F: doc/guides/sample_app_ug/ip_reassembly.rst Distributor +M: Bruce Richardson F: lib/librte_distributor/ F: doc/guides/prog_guide/packet_distrib_lib.rst F: app/test/test_distributor*