From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <announce-bounces@dpdk.org>
Received: from [92.243.14.124] (localhost [IPv6:::1])
 by dpdk.org (Postfix) with ESMTP id AF2015A8E;
 Tue, 31 Mar 2015 04:01:19 +0200 (CEST)
Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com
 [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id A3E5A3238
 for <announce@dpdk.org>; Tue, 31 Mar 2015 04:01:18 +0200 (CEST)
Received: by wiaa2 with SMTP id a2so7471947wia.0
 for <announce@dpdk.org>; Mon, 30 Mar 2015 19:01:18 -0700 (PDT)
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:mime-version:content-transfer-encoding:content-type;
 bh=jODOE630swzUKXIqI20/lqnUbnWKQ53DnJ9NTHT+e5I=;
 b=iFEvx4SeN0Jgz3F4wpAPRFQqMD9ABnfNL4Hkl3qT3MMz9p93Qc4JBuQZbQLja2ZtyG
 vZL+kcyjbwlDX/BroDkrMpwx6ezOrirVel5o3HjEWOWjo+6weDqI8yjfH+qjmAUHJaMd
 4yVWqfx+LVMD4FmO4k2fWXMXbgrHSayCNJJIsJvPnxh2O2N1KR5zNCg9n7AzMiDcRK1l
 peGp54Wz8WCIXrANvbl7JmMrBthfjbltMp1Wz/QQP2bfg7wca5BYg3VPdCKcK/+hqeou
 VfAqG0c9FlBmjnpCC5uhK+vG5e3pCPAhRf0X6rsWNRxrEUNLHgHwHIoFTj0IfIf3wWFZ
 Rouw==
X-Gm-Message-State: ALoCoQmFSYFqcCHrklbVYTJ3TC6M6Z8IoIPlZIxKZ+si8C/54cEgD9MAGSq2i8mpM0Ezs7ea05DG
X-Received: by 10.194.92.169 with SMTP id cn9mr67538471wjb.61.1427767278533;
 Mon, 30 Mar 2015 19:01:18 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id hl15sm18737315wib.3.2015.03.30.19.01.16
 for <announce@dpdk.org>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 30 Mar 2015 19:01:17 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: announce@dpdk.org
Date: Tue, 31 Mar 2015 04:00:38 +0200
Message-ID: <37573787.O6ixUMEeUK@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; )
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
X-BeenThere: announce@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
Errors-To: announce-bounces@dpdk.org
Sender: "announce" <announce-bounces@dpdk.org>
X-Mailman-Approved-At: Tue, 31 Mar 2015 04:02:36 +0200
Subject: [dpdk-dev] [dpdk-announce] release candidate 2.0.0-rc3
X-BeenThere: dev@dpdk.org
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, 31 Mar 2015 02:01:20 -0000

A new DPDK release candidate is ready for testing:
	http://dpdk.org/browse/dpdk/tag/?id=v2.0.0-rc3

It is the last week to send your fixes before the release.
Please check how you might help to review the last patches:
	http://dpdk.org/dev/patchwork

Changelog (main changes since 2.0.0-rc2)
	- enhancements:
		* PDF doc output
		* NICs guide
		* Rx callback parameter
	- fixes for:
		* doc
		* build
		* multiprocess
		* igb
		* ixgbe
		* i40e
		* enic
		* virtio
		* vhost
		* bond
		* packet framework
		* testpmd

A lot of patches have been reviewed efficiently these last weeks.
It seems having some identified maintainers for dedicated areas helps a lot.
Thank you everyone!