From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48])
 by dpdk.org (Postfix) with ESMTP id 7208F47D0
 for <dev@dpdk.org>; Fri, 22 Jul 2016 22:36:38 +0200 (CEST)
Received: by mail-wm0-f48.google.com with SMTP id o80so81169676wme.1
 for <dev@dpdk.org>; Fri, 22 Jul 2016 13:36:38 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:subject:date:message-id:user-agent:in-reply-to:references
 :mime-version:content-transfer-encoding;
 bh=XM9Ql2yLPR9yYgKqxsAGOrt3KLNHbtmXpbrlH1cwEW8=;
 b=vtLtzZrUwEjva7jFPNY+D+WXCSmBApjgbio7P9btYQKRCrA5Fh4peGcE+mde2+dfJ3
 c9X07mMh+tVVVILsUNguxrbZE8hgR1v8GozpijCSqIpzqFUugmnhEAkDVqKumGjPTJq/
 VFU0Bg1ONYHg0/pic90dNgGcIlYUkzFuNeI2G1RHODOvYBQXyiOPnP+b5fadz7NchYS2
 xYTjAUCuoNNeOz4gzPz/UVE3TOODbUofp+OG3YQ8mW6LZL1tc3f+Ryg73DJZDQPFTYl5
 lwQTPrXhkT4DcYyk9i0r3zyBMC5+0y/MFpQA+r/XQVz3a1Aq6tCzGLa7JxpywiVe8OPf
 2cjA==
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:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=XM9Ql2yLPR9yYgKqxsAGOrt3KLNHbtmXpbrlH1cwEW8=;
 b=EDtIgKc74JWsxdtX4Aan87rfXAupWRXeyx8zQKtu08ZbvvStKVNO+jdOHPFv7YYOfJ
 bE0/jjBFmVmElY7bT4JID2jR67Ec9XTNhtD3uH1uJh+momqbVHZWzE+9pCEINXbqBHKY
 5JT3n+5l5oJuFejFfXz1qH39PVzKWvk+E1I5rFMc/zS3AobBp/PvZd5dE+l16N6vcVq2
 ifueDJaxvWcZ6QpxqIIzUYNCnoGxIKSqXzNn6pefDPOFoZ1zD9nVhiBL+Jdx5tzhfgjd
 qmoVAyMeFf2MsO2c4FXNrOA2TAMfdecIyvMMeaG2rzyGlphHbnU/He/toFXo8yDjK9ky
 Jpow==
X-Gm-Message-State: AEkoouuwhtwZPmFrdvMt8zFtiLs6KA018Jmy5za88gKUwcSSfA9yc1FqeSuO6y8aeDbXsZor
X-Received: by 10.194.89.129 with SMTP id bo1mr2682110wjb.105.1469219798073;
 Fri, 22 Jul 2016 13:36:38 -0700 (PDT)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id n6sm2538668wjj.5.2016.07.22.13.36.37
 for <dev@dpdk.org>
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 22 Jul 2016 13:36:37 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: dev@dpdk.org
Date: Fri, 22 Jul 2016 22:36:36 +0200
Message-ID: <1647431.k884OJ0LEG@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1469011090-25427-1-git-send-email-thomas.monjalon@6wind.com>
References: <1469011090-25427-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] maintainers: split networking and crypto
	drivers
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 22 Jul 2016 20:36:38 -0000

2016-07-20 12:38, Thomas Monjalon:
> There are now 2 different sections for drivers/net/ and drivers/crypto/.
> It makes possible to declare some dedicated git trees.
> 
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Applied