From patchwork Wed Feb 4 22:23:22 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 2983 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 879A2AE00; Wed, 4 Feb 2015 23:24:05 +0100 (CET) Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id B28BBADFA for ; Wed, 4 Feb 2015 23:24:03 +0100 (CET) Received: by mail-wg0-f44.google.com with SMTP id z12so4409327wgg.3 for ; Wed, 04 Feb 2015 14:24:03 -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:in-reply-to :references; bh=lANd6asO9WWRKg0z97j/54R1MAgCJY49yJmGTCFcfNw=; b=WNAYGYmW3qJ/c+D2/HVpC/ZxKflDk12cQsN0ftZI1mlDcutyOoUNx9TUWHqh5sq2VS AIMg12JZdXUiLBy5nfkt/yOFyWgBE0p+khhGsSAfJwyELhfXtyfxTIX4CROfmywhA1/S SW5Gkuyd6LJp2pmDmlGqS0+t1pmNu0MqcRQ6ROaAFF6Z9X9v89k7+UBttZl3uPCMRhOc RDSdhoVW97mfAlEAqgFmz9d9TFDTg1bSbbpXwme4PnC4oY+npq6PM+E8rL3bDeIoWDzu F6MWnzAalQNrgIbNTXkANUd6xz2OM1Cz/oxvMi2h7ivdYfv4WcZ2uUoljP24W6K9Ihvr /A7w== X-Gm-Message-State: ALoCoQnOAw+d+umgNo1krYFbGbqeYazLX/J6u6Nd86MILgkHA5BMN7+PFqTk0Cu9e6prxgn4+7PY X-Received: by 10.180.20.47 with SMTP id k15mr50518213wie.83.1423088643459; Wed, 04 Feb 2015 14:24:03 -0800 (PST) Received: from XPS13.localdomain (guy78-1-82-235-116-147.fbx.proxad.net. [82.235.116.147]) by mx.google.com with ESMTPSA id q4sm5102476wiz.4.2015.02.04.14.24.01 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 04 Feb 2015 14:24:02 -0800 (PST) From: Thomas Monjalon To: dev@dpdk.org Date: Wed, 4 Feb 2015 23:23:22 +0100 Message-Id: <1423088604-29274-2-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.2.2 In-Reply-To: <1423088604-29274-1-git-send-email-thomas.monjalon@6wind.com> References: <1423088604-29274-1-git-send-email-thomas.monjalon@6wind.com> Subject: [dpdk-dev] [PATCH 1/3] maintainers: dispatch more doc 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" Documentation of build system, EAL and ring lib should be covered by the maintainers of the respective areas. Signed-off-by: Thomas Monjalon Acked-by: Olivier Matz --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 12c7c16..f2b697e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -49,6 +49,10 @@ F: scripts/depdirs-rule.sh F: scripts/gen-build-mk.sh F: scripts/gen-config-h.sh F: scripts/relpath.sh +F: doc/build-sdk-quick.txt +F: doc/guides/prog_guide/build_app.rst +F: doc/guides/prog_guide/dev_kit_* +F: doc/guides/prog_guide/ext_app_lib_make_help.rst Environment Abstraction Layer @@ -59,6 +63,7 @@ M: Thomas Monjalon F: lib/librte_eal/common/* F: lib/librte_eal/common/include/* F: lib/librte_eal/common/include/generic/ +F: doc/guides/prog_guide/env_abstraction_layer.rst F: app/test/test_alarm.c F: app/test/test_atomic.c F: app/test/test_byteorder.c @@ -150,6 +155,7 @@ F: app/test/test_func_reentrancy.c Ring queue M: Olivier Matz F: lib/librte_ring/ +F: doc/guides/prog_guide/ring_lib.rst F: app/test/test_ring* F: app/test/test_func_reentrancy.c