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 4E0811396 for ; Thu, 23 Mar 2017 00:18:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490224690; x=1521760690; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=9fORtff76lkMzoOpef1zrynfo6f75zZ0fnsSjOdvyFM=; b=g1omgC6uebT8i9BXs9cAxPbSJfQ+4DfaUi5TZ6cyy7rN/YMVfNz0IJB4 tNdv0NdtJfJrIzz8oo9MxdUZxNF31Q==; Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Mar 2017 16:18:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,206,1486454400"; d="scan'208";a="63850198" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga002.jf.intel.com with ESMTP; 22 Mar 2017 16:18:07 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.107]) by IRSMSX107.ger.corp.intel.com ([169.254.10.3]) with mapi id 14.03.0248.002; Wed, 22 Mar 2017 23:18:07 +0000 From: "Mcnamara, John" To: Thomas Monjalon , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: add maintainer role about replying questions Thread-Index: AQHSnKn2xozXDTd7j0uqSmR35sr2MaGhi6Nw Date: Wed, 22 Mar 2017 23:18:06 +0000 Message-ID: References: <1489485616-30291-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1489485616-30291-1-git-send-email-thomas.monjalon@6wind.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODk1Njk5YWUtYjhhOS00NWUxLWJkZTktNWJmNDg1YmU4MjhmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InA1SUJKWmFmQTFiYkNabjRreDNZU1ByeGc3MlYxT3FyVldKaXkxb29hV0k9In0= x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: add maintainer role about replying questions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Mar 2017 23:18:10 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Tuesday, March 14, 2017 10:00 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] doc: add maintainer role about replying > questions >=20 > The first line of the MAINTAINERS file are: > " > The intention of this file is to provide a set of names that we can rely > on for helping in patch reviews and questions. > " >=20 > Unfortunately, some maintainers do not endorse their role for questions > asked on the mailing list. > Hope making it clear in the contribution guide will enforce more > responsive maintainer participation. >=20 > Signed-off-by: Thomas Monjalon Acked-by: John McNamara