From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 627358DB1 for ; Wed, 2 Dec 2015 14:06:23 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 02 Dec 2015 05:06:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,373,1444719600"; d="scan'208";a="863004871" Received: from sie-lab-212-209.ir.intel.com (HELO silpixa00377983.ir.intel.com) ([10.237.212.209]) by orsmga002.jf.intel.com with ESMTP; 02 Dec 2015 05:06:21 -0800 From: Sergio Gonzalez Monroy To: dev@dpdk.org Date: Wed, 2 Dec 2015 13:06:20 +0000 Message-Id: <1449061580-50107-1-git-send-email-sergio.gonzalez.monroy@intel.com> X-Mailer: git-send-email 2.4.3 Subject: [dpdk-dev] [PATCH] maintainers: claim responsability 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: Wed, 02 Dec 2015 13:06:23 -0000 Claim responsability for: - Secondary Process as maintainer. - FreeBSD EAL, FreeBSD contigmem and FreeBSD UIO as co-maintainer. Signed-off-by: Sergio Gonzalez Monroy --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 4478862..51da877 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -116,6 +116,7 @@ F: examples/l2fwd-keepalive/ F: doc/guides/sample_app_ug/keep_alive.rst Secondary process +M: Sergio Gonzalez Monroy K: RTE_PROC_ F: doc/guides/prog_guide/multi_proc_support.rst F: app/test/test_mp_secondary.c @@ -171,16 +172,19 @@ F: examples/vhost_xen/ FreeBSD EAL (with overlaps) M: Bruce Richardson +M: Sergio Gonzalez Monroy F: lib/librte_eal/bsdapp/Makefile F: lib/librte_eal/bsdapp/eal/ F: doc/guides/freebsd_gsg/ FreeBSD contigmem M: Bruce Richardson +M: Sergio Gonzalez Monroy F: lib/librte_eal/bsdapp/contigmem/ FreeBSD UIO M: Bruce Richardson +M: Sergio Gonzalez Monroy F: lib/librte_eal/bsdapp/nic_uio/ -- 2.4.3