From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) by dpdk.org (Postfix) with ESMTP id 8BD3558E8 for ; Mon, 9 Feb 2015 15:21:41 +0100 (CET) Received: by mail-we0-f181.google.com with SMTP id w62so9770112wes.12 for ; Mon, 09 Feb 2015 06:21:41 -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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=82HZ2qZ7EJ9BdEJEDJz6Wyjf/izld3N6lPlyUqE3s54=; b=JQCP0758FOYqaE7yHWC+yeOijEjKMX2pgkMbp+JgOZlGzoGhz62zHt0Cqgo4zXH0WW H1P32oORuc+5R4IEDMW6YnrON3hM1HGYcsehaUIImJvcKW56sO0USgvJxm3AJ3nA+C3V G6MCPtrnyavSTzmgPCqD4isfl1rgCUQoX/r+oP9qXDoo+Ucl+fayh+3J3ceyPidjTmSD wI/WZ6+LhYCtadac5pP1VVOYkoGa4J1mF7t/+vB+BS9ik6nIp1Xu+BUtfqohUsg7yGVc HBF5nnyf/J7ZvrlqCDW/bqzSZp/rmgqrV611l3TNAQEWJhMRHvrpQT7qdm3yRAR0Bdno 49PA== X-Gm-Message-State: ALoCoQmdvml8WgDmcWqs7Z9qIasIdPbYofOYb02VokMqZLDc6h9NJDGzwbl5mFXguOblXavqyujS X-Received: by 10.180.20.226 with SMTP id q2mr36564149wie.28.1423491701425; Mon, 09 Feb 2015 06:21:41 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id v7sm14639288wib.5.2015.02.09.06.21.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Feb 2015 06:21:40 -0800 (PST) From: Thomas Monjalon To: dev@dpdk.org Date: Mon, 09 Feb 2015 15:21:12 +0100 Message-ID: <3373811.35bSjA7i3I@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1423088604-29274-1-git-send-email-thomas.monjalon@6wind.com> References: <1423088604-29274-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 0/3] update maintainers areas 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: Mon, 09 Feb 2015 14:21:41 -0000 > More files should be referenced in MAINTAINERS files: > - some (forgotten) docs can be co-maintained in doc and lib areas > - new ABI files > The script can now check for unknown files. > > Thomas Monjalon (3): > maintainers: dispatch more doc > maintainers: add ABI versioning > scripts: check wrong patterns in maintainers file Applied