From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id BF3524C57 for ; Wed, 29 Nov 2017 02:26:55 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Nov 2017 17:26:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,470,1505804400"; d="scan'208";a="7325719" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.203]) ([10.241.225.203]) by fmsmga004.fm.intel.com with ESMTP; 28 Nov 2017 17:26:53 -0800 To: ogawa.yasufumi@lab.ntt.co.jp, spp@dpdk.org References: <20171128093204.46310-1-ogawa.yasufumi@lab.ntt.co.jp> From: Ferruh Yigit Message-ID: <85812886-850f-e056-e053-ed60d52727a6@intel.com> Date: Tue, 28 Nov 2017 17:26:53 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20171128093204.46310-1-ogawa.yasufumi@lab.ntt.co.jp> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [spp] [PATCH] maintainers: add MAINTAINERS X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 01:26:56 -0000 On 11/28/2017 1:32 AM, ogawa.yasufumi@lab.ntt.co.jp wrote: > From: Yasufumi Ogawa > > Signed-off-by: Yasufumi Ogawa Acked-by: Ferruh Yigit Thanks for volunteering. > --- > MAINTAINERS | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > create mode 100644 MAINTAINERS > > diff --git a/MAINTAINERS b/MAINTAINERS > new file mode 100644 > index 0000000..2f7128b > --- /dev/null > +++ b/MAINTAINERS > @@ -0,0 +1,28 @@ > +SPP Maintainers > +================ > + > +The intention of this file is to provide a set of names that we can rely on > +for helping in patch reviews and questions. > +These names are additional recipients for emails sent to spp@dpdk.org. > +Please avoid private emails. > + > +Descriptions of section entries: > + > + M: Maintainer's Full Name > + T: Git tree location. > + F: Files and directories with wildcard patterns. > + A trailing slash includes all files and subdirectory files. > + A wildcard includes all files but not subdirectories. > + One pattern per line. Multiple F: lines acceptable. > + X: Files and directories exclusion, same rules as F: > + K: Keyword regex pattern to match content. > + One regex pattern per line. Multiple K: lines acceptable. > + > + > +General Project Administration > +------------------------------ > + > +Main Branch > +M: Ferruh Yigit > +M: Yasufumi Ogawa > +T: git://dpdk.org/apps/spp >