From patchwork Mon Feb 9 13:50:43 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 3091 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 3FED35946; Mon, 9 Feb 2015 14:50:53 +0100 (CET) Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 444702C7A for ; Mon, 9 Feb 2015 14:50:51 +0100 (CET) Received: by mail-wg0-f51.google.com with SMTP id k14so26742067wgh.10 for ; Mon, 09 Feb 2015 05:50:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id; bh=BFkNQZJ2IljxmClmFYs5xY2yoy+toDlTNYjfSXPMdms=; b=kjabrP83ORkKNGf1ouFO54dLQ5EvsJbDGwPEbnGF2LiPBz3Wx177tXjEBfyzjmD4eD BE4t1fm814OusW6ZMZgI990aC5/nAV80XG+A74DFgKXZL2LwD5bCx/RNKxgf7z9Wdmfw Z9yKZJO7kr4rJM/K/vEwEDXvaWivC/WhvHdralWmb/RKlZbUJdOUghvXmFqP4jtXu7uM 75YmQjaQ6yBA6+wu3DnNVyXLUzDBYb9SBtksZsEoL/al4E6DE/5he02EkcT5wJafstuv e5OH4ottRUfLosUHxLm4XVUnYGyyCsMA1eCbcgUljcG8BKZahZQijbYCuCHQANFMPUwf 4p/w== X-Gm-Message-State: ALoCoQkPP6l+8DQbejJAeAjWqcHoUL1DnZl62EctYzxw/jr6jqx5Zsi/OVSHyUjoTDfaNYmXZsZo X-Received: by 10.194.78.144 with SMTP id b16mr16522708wjx.18.1423489851096; Mon, 09 Feb 2015 05:50:51 -0800 (PST) Received: from alcyon.dev.6wind.com (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id ha1sm14476444wib.24.2015.02.09.05.50.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Feb 2015 05:50:50 -0800 (PST) From: David Marchand To: dev@dpdk.org Date: Mon, 9 Feb 2015 14:50:43 +0100 Message-Id: <1423489843-4455-1-git-send-email-david.marchand@6wind.com> X-Mailer: git-send-email 1.7.10.4 Subject: [dpdk-dev] [PATCH] maintainers: claim eal common and linux 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" As discussed with Thomas, I would like to take care of the common eal and linux implementation. Signed-off-by: David Marchand Acked-by: Thomas Monjalon --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 9a63714..2f0dfd2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -55,7 +55,7 @@ Environment Abstraction Layer ----------------------------- EAL API and common code -M: Thomas Monjalon +M: David Marchand F: lib/librte_eal/common/* F: lib/librte_eal/common/include/* F: lib/librte_eal/common/include/generic/ @@ -98,6 +98,7 @@ Intel x86 F: lib/librte_eal/common/include/arch/x86/ Linux EAL (with overlaps) +M: David Marchand F: lib/librte_eal/linuxapp/Makefile F: lib/librte_eal/linuxapp/eal/ F: doc/guides/linux_gsg/