From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f174.google.com (mail-we0-f174.google.com [74.125.82.174]) by dpdk.org (Postfix) with ESMTP id F267B58E8 for ; Mon, 9 Feb 2015 16:27:14 +0100 (CET) Received: by mail-we0-f174.google.com with SMTP id k11so18792292wes.5 for ; Mon, 09 Feb 2015 07:27:14 -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=2nGRg8ScJFn0RYx3POs6BRxktiHJ2ahxIO+F8kDfbiI=; b=jncDLd0UYQ1fEtKgzrjkdtOkGINx6EOza13359U+aXjRVi2+JIeo1PQHZvi8QlbTWB amUGGxdWMkAacK+q7e4U4XP2KLp68cNNi0UxYeGq8AittPxUj860590M3tnYK3naTVDI FuIEPNIL8AfywIGZvcobsTqIXiY/9CMtxbYbIeN3tjaQdL98DjKpIuyEvBBeK14rEbTq UGiK/WQEXEDaXjyYyhG/oQNhrEWphjCXVd3QKDJOJsxf4sYipKV2Loao6kTOhLLvhc1J pA5HCvz+TzC21QYo6feCP462F2XAkKrZXZoyiC8yJOFQiKoCxyViZemmQvrynR5D99Fr c1OQ== X-Gm-Message-State: ALoCoQkuPy5Ybxx9bEb6QSJOHl5IwYqj8RCLXdstAQPuMMvhwTOxtwcwKlAPMRGHGNPJAAJ9ypdq X-Received: by 10.180.12.84 with SMTP id w20mr36958970wib.9.1423495634768; Mon, 09 Feb 2015 07:27:14 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id vh8sm16817235wjc.12.2015.02.09.07.27.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Feb 2015 07:27:13 -0800 (PST) From: Thomas Monjalon To: David Marchand Date: Mon, 09 Feb 2015 16:26:45 +0100 Message-ID: <20336259.iv3HQuiV0i@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1423489843-4455-1-git-send-email-david.marchand@6wind.com> References: <1423489843-4455-1-git-send-email-david.marchand@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] maintainers: claim eal common and linux 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 15:27:15 -0000 2015-02-09 14:50, David Marchand: > As discussed with Thomas, I would like to take care of the common eal and linux > implementation. > > Signed-off-by: David Marchand [...] > EAL API and common code > -M: Thomas Monjalon > +M: David Marchand Thank you David to assume this responsibility. You have already done an excellent job in EAL reviews and cleanups, especially for arch split. > Linux EAL (with overlaps) > +M: David Marchand Acked-by: Thomas Monjalon Applied, thanks