From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 4B8D35A7C for ; Thu, 29 Jan 2015 21:58:15 +0100 (CET) Received: by mail-wi0-f169.google.com with SMTP id h11so15696193wiw.0 for ; Thu, 29 Jan 2015 12:58:15 -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:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=74NVf85pxuPn7+TWeB0t5XaeM5zz5UjdWj1yFggWUGg=; b=ILBm/nQZ9oCJFgjZYrEkOYeqvstbiqjvio5jGDzB+ptR3nRxA9TEI3fJ7NDaY7YrmA fVhUmmzgnQIrM5uwNBgVt7r21CDlxAlQJB5lMEk0+xMXl9xX1V50g1DfqhYVKZXJ7MF+ 7pvOgJ7oYmkmJRTXO5K2bmNXlHzZ1Fpz8iAZNT/1TGjG9a1DJaMWe1pmMm/0m8FkkusU y2QpAK/fDoXqsJgbnDmhm4BJRw8OsfHA6LQf2DpTX76LqDz37DtC8IM4ObXPPziVGllv veX3363iiX+dc2LkY59Uv2nvVCrWjugpHRDW3BasEUg/6dpgWFE3PcILjKvpzaZihiDP z2FA== X-Gm-Message-State: ALoCoQkOQ5vOysBeZINECsORM74VMcQ6UDAmiPuBvcbvLUZZ3Gp3oOz1CHmVrqGLwupYokj7FIzk X-Received: by 10.194.205.228 with SMTP id lj4mr4764460wjc.77.1422565095156; Thu, 29 Jan 2015 12:58:15 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id kp10sm11732966wjc.45.2015.01.29.12.58.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Jan 2015 12:58:14 -0800 (PST) From: Thomas Monjalon To: dev@dpdk.org Date: Thu, 29 Jan 2015 21:57:48 +0100 Message-ID: <1521210.5Y97J4ztWR@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1422442255-25367-1-git-send-email-thomas.monjalon@6wind.com> References: <1422017653-31442-1-git-send-email-thomas.monjalon@6wind.com> <1422442255-25367-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] maintainers: start a Linux-style file 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: Thu, 29 Jan 2015 20:58:15 -0000 2015-01-28 11:50, Thomas Monjalon: > This MAINTAINERS file is inspired from the Linux one. > > Almost all files are split into areas in order to identify maintainers of > each DPDK area. Note that a maintainer is not a git tree manager. > Candidates are welcome to send a patch to sign up for one or several areas. > > There is a script to check coverage, especially when adding or moving files. > > Signed-off-by: Thomas Monjalon > Acked-by: Neil Horman Applied New maintainers can now be registered by sending a patch and getting approved. You are welcome. -- Thomas