From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42])
 by dpdk.org (Postfix) with ESMTP id EE7559A88
 for <announce@dpdk.org>; Thu, 26 Nov 2015 01:20:36 +0100 (CET)
Received: by wmec201 with SMTP id c201so2447748wme.1
 for <announce@dpdk.org>; Wed, 25 Nov 2015 16:20:36 -0800 (PST)
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:organization:user-agent
 :mime-version:content-transfer-encoding:content-type;
 bh=s4FzMUIv4AyxdA2Wp4GWGMjfylgwlzn+XM9hdLI/lOM=;
 b=cVFulAgVuN622/kKR44XnWzHc7GhF8PG1uZ1BPbHKLVtKECuYPhOLEEL2mw1ZTUSBC
 1b+QlOS5iHNMO3IR97y3FYTre4cIYGSKdgzr07XtOXWSeTYTdwZfLm2iX+FeFJ3rAbyi
 LJ5DoZ4gh609xv5tihSfXfmmctptpMz878QzmUZL1mztcLynXEpaqEw3wr954j4yMJDZ
 4W4aHG6ckiLaHdY1PLWB1nvk3Qb4Nin4OXPqfHulsGtnGNyrF7YGpg4A3N17kuIoPV+e
 fsofQOxFuF2m98p7eYS9N6wmzZwR5Ufe/g70YJalgdQVPM6K4/YLLQq2MGLOfe5T1PKo
 jVdQ==
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=s4FzMUIv4AyxdA2Wp4GWGMjfylgwlzn+XM9hdLI/lOM=;
 b=VzqGq1Y8RSPxFlfjhOst2ddvtgTcoyuZW/UJ0LD37jDw3He4EngbWBie/klGzEjDIx
 wivFbFJc7FAc4zGp1keGbMDMqRHA13ogm20KZG9av3Tco7tS+jMq00Altd/W9pswPyez
 vfyA8gGX18v0u3PgyGf49zJSoBV3VzCijtn7OlwOYt3QUxOouTOin/Ge6wkyESOEJ90B
 nGVbRcWPs0ya4NghFl121U27iFWy4WA1Ps536TXQzFFoHvTkgtgnEHnkf1SOBeEoxTnr
 x+/piufg4ybuD4iEyuJbJl8O4q0M1Z0C5pc55YcGlyfkpAGcGMoWeIQ5NBJ68RY/f5UB
 yBVg==
X-Gm-Message-State: ALoCoQlXC4aGat0tadlutMji+gjX016BuZ16qpMUUE0hLng2Z/mXMNlhD19TuCxXXU9ckmB5jh3a
X-Received: by 10.28.0.149 with SMTP id 143mr403589wma.103.1448497236845;
 Wed, 25 Nov 2015 16:20:36 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id vr10sm25373811wjc.38.2015.11.25.16.20.35
 for <announce@dpdk.org> (version=TLSv1/SSLv3 cipher=OTHER);
 Wed, 25 Nov 2015 16:20:36 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: announce@dpdk.org
Date: Thu, 26 Nov 2015 01:19:17 +0100
Message-ID: <3386333.ETM0rfysfL@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: [dpdk-announce] release candidate 2.2.0-rc2
X-BeenThere: announce@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: release announcements <announce.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/announce>,
 <mailto:announce-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/announce/>
List-Post: <mailto:announce@dpdk.org>
List-Help: <mailto:announce-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/announce>,
 <mailto:announce-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 26 Nov 2015 00:20:37 -0000

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

Changelog (main changes since 2.2.0-rc1)
	- enhancements:
		* ARM v7
		* ARM v8
		* option -d works with directories
		* keep alive monitoring
		* more sched subports
		* precision time protocol with Intel devices
		* szedata2 100G networking driver
		* crypto API (experimental)
		* Intel AES-NI multi-buffer crypto driver
		* Intel QuickAssist crypto driver
		* more in packet framework
	- fixes for:
		* compilation
		* drivers
		* unit tests

The release 2.2.0 is planned for mid-December.
It means there are only two weeks remaining to do some code changes.
So only fixes should be accepted with very few exceptions.
The pending patches about the build system and the examples
are still candidates for the RC3.

There are still some compilation issues. Please consider them as the
highest priority in the coming days.

Thank you everyone