From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com
 [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 9EEB91B6F9
 for <announce@dpdk.org>; Sat, 14 Oct 2017 03:01:30 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id BD81520A81;
 Fri, 13 Oct 2017 21:01:29 -0400 (EDT)
Received: from frontend2 ([10.202.2.161])
 by compute1.internal (MEProxy); Fri, 13 Oct 2017 21:01:29 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 content-transfer-encoding:content-type:date:from:message-id
 :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=
 mesmtp; bh=O2gJIQ2a6dvBPLp+3bOWlA5i0eINP1oqZPAyDdW8b/A=; b=MG4sr
 A+12B4WIkFtsoKYdKKsXgstRA0gU7WvbcMNJ0SWFuTpYdaNerLBKrCFmVdkmmoo1
 xfpvbc/xGFHTXtw2bgfthantUVJ5pYNG35ZcGvg7FhS6zyyJmIAcQR1UJDh6SegB
 0NneHXNlQgCfp5QXDi0d3nr3wbevoYxCDajd8c=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=content-transfer-encoding:content-type
 :date:from:message-id:mime-version:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=fm1; bh=O2gJIQ2a6dvBPLp+3bOWlA5i0eINP
 1oqZPAyDdW8b/A=; b=XdeolYxGSlXRxoWPamuNoZSlVlldy4bqTE8QtKFPWxSPP
 mIQXrKtsTpO1xht6PTE6gheK4oEpE0RuTCLG6bXEKZvdXZNYVBH8ubKVgtQNd3iA
 o5QyPcKwXKXoQfsvoCLPsylBsuUqxfBG6Jnun9TgImK2N4WULMZ0oIB37opUgGGR
 7oP7C+RvJ5LRaeLx5aPwu6FWcDOQoGEZFUhn9nQl4qDd82agFbhvEdeBNY08khSw
 f3Ia1ehD0Q6JQdlB2z8I73L0rpj3TxUiMmsjGaM0CKO2Se7Xl3yygwSLcMjP5g9s
 BAwDnVL6K49+xQR4nGwOI3lYC/rkdN5LM09RN1Zxg==
X-ME-Sender: <xms:6WHhWQDxZNHqh9TqrqapWlYf9rx_5OrzNl2hBQCfilRkncWGJ5sUCQ>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 73B1124737
 for <announce@dpdk.org>; Fri, 13 Oct 2017 21:01:29 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: announce@dpdk.org
Date: Sat, 14 Oct 2017 03:01:28 +0200
Message-ID: <7450449.zjFS65qiAL@xps>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: [dpdk-announce] release candidate 17.11-rc1
X-BeenThere: announce@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK 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: Sat, 14 Oct 2017 01:01:30 -0000

A new DPDK release candidate is ready for testing:
	http://dpdk.org/browse/dpdk/tag/?id=v17.11-rc1

There are 893 patches in this first drop. It is a new record!
It required a lot of work from all the contributors
and especially from Ferruh, thanks :)

The planned release date for 17.11 is in three weeks.
It is time for testing and bug fixing.
It is not expected to integrate a lot more new features at this stage.
However these ones may be part of RC2:
	- IOVA scheme wording
	- PCI and VDEV move to drivers/bus/
	- IPsec offloading with rte_security
	- QoS features from dpdk-next-tm
	- pipeline improvements
	- removals planned in deprecation notices

The release notes are mostly updated:
	http://dpdk.org/doc/guides/rel_notes/release_17_11.html
Some highlights:
	- ethdev port id increased to 16 bits
	- ethdev Rx/Tx offload API reworked
	- Marvell Armada drivers
	- NXP DPAA1 drivers
	- Cavium OcteonTX drivers
	- Netronome PF driver
	- Mellanox drivers reworked for upstream ibverbs support
	- SoftNIC driver for traffic management software fallback
	- vhost IOMMU
	- GSO library
	- Membership library
	- Power management updated
	- Xen dom0 removed

There are a lot of changes to be tested.
Please pay attention especially to igb_uio with different combinations
of PF or VF drivers.
When finding a new bug, please report it on bugzilla:
	http://dpdk.org/tracker/

Thank you everyone