From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51])
 by dpdk.org (Postfix) with ESMTP id D9B817E95
 for <dev@dpdk.org>; Tue, 23 Dec 2014 18:08:58 +0100 (CET)
Received: by mail-wg0-f51.google.com with SMTP id x12so9456816wgg.38
 for <dev@dpdk.org>; Tue, 23 Dec 2014 09:08:58 -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:mime-version:content-transfer-encoding:content-type;
 bh=jHPi6iuJ24YZSXJ5LmB0pSAI3Gb81L1AV/9jpDH0XHg=;
 b=H/eLg3cOgNxLnMm+4ZDGgtt62RKxLgVOqJ26jniml83V/eDjzf1HZgiR+0jk4sQwh6
 ihTj4S7xY+s8J9O0xwu18z69yse6tqTdwrGEJjxUqer5XS0l/7BZsUeMO/BhNRIghHCE
 PghjCzsfvbuEoKLMccHy/vO+CJigUXCm8qqSxLNrNbZFm62GmwC/5FRcph8YBH6fPMlH
 59bZaGoXXYP5/R5EaR3XYKrk9RvyCHx8m25pkqUtZqEUyC7sgXQWjVvRj837D6flAXuU
 d9Az4AQ2BsAcYrySepYORlzcZK2QhrOz+vZjBAcIpBVoNAtAlC6NU2ZmCM0CB6d28qNt
 ZodA==
X-Gm-Message-State: ALoCoQlbqeeFEWXSxXqPK++mG+SC7mFKn7RKRxy4B533Y3YNwjwJP3mf1FuXRWVfOaiM2QfL19W5
X-Received: by 10.194.184.140 with SMTP id eu12mr38094767wjc.25.1419354537817; 
 Tue, 23 Dec 2014 09:08:57 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id wa5sm28408358wjc.8.2014.12.23.09.08.56
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Tue, 23 Dec 2014 09:08:57 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: dev@dpdk.org
Date: Tue, 23 Dec 2014 18:08:26 +0100
Message-ID: <1770408.F1oE5mhdeH@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.3 (Linux/3.17.6-1-ARCH; KDE/4.14.3; x86_64; ; )
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: Stephen Hemminger <shemming@brocade.com>
Subject: [dpdk-dev] more maintainers with sub-trees
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: Tue, 23 Dec 2014 17:08:59 -0000

Hello all,

We now have 2 new maintainers managing their own sub-tree for some
specific areas of DPDK:
	- Stephen Hemminger will maintain the driver bnx2x
	- Helin Zhang will maintain the driver i40e

These repositories can be browsed from the "next" section of this page:
	http://dpdk.org/browse/

Patches should still be sent to dev@dpdk.org for review.
They will be applied to the sub-tree first, and will be merged in dpdk.git
after a pull request is submitted.

More sub-trees can be created on demand.

-- 
Thomas