From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 2FBA62B9A for ; Sat, 22 Jul 2017 00:14:28 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B506D209A6; Fri, 21 Jul 2017 18:14:27 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 21 Jul 2017 18:14:27 -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 :x-sasl-enc; s=mesmtp; bh=Dw+U6Scz1MZU4QQguDQqiJPe+/2c0vvtU+j4FD RxGPk=; b=hFu2W3NFBvq6Tx38ap/i7mZ6ePZ68in/oFG6EEh3ArlVPRdkt0rCOH kp2+2jc5Qs4SSOhmJY9Oxg4onmO2Na3qdsJkDdTDX4A3pQCCNZzowvZI35OIi+Uy 3uqrwBaG/1vFy6/4vNcufHMiADu+vfvwNDFFKQ9phlC9f8qxocywk= 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:x-sasl-enc; s=fm1; bh=Dw+U6Scz1MZU4QQguD QqiJPe+/2c0vvtU+j4FDRxGPk=; b=ORPmaMSeRAVXGxf+WaTrWjuk0hs1ufZrKp NflnNV/OgkyeNepdfNhzZHWPYf1K6VTl7iGKf9ZjOkpV1wHLMEuBghA7f/QT1xiB wLfc7uQxpjQJoRDP4iABwbK0iqJQ4o0gr1Xx8+ifSbmt7q9PEpDM2+TrdX8YLStp o3s0vlcMtFOXp9LvuTzKS1KPxnJHqvhs3rY4B4utjxUNtJhkuryHc6eZjWzxHLKq 30o8pcopjR82ynl1xBrVmfskm5b1elAkYMx/aM/wU4wTZBmRf43WDgDkfXdW0HTB KXhyDpofphUCZ1nEU3dIZmMx1gMlKgWAZzh4rVyEXNk7/IdX2cIw== X-ME-Sender: X-Sasl-enc: kwjS8Yo1HGFRy+WhvFIn68oERfqp58Zo97uSbZllZKfH 1500675267 Received: from xps.localnet (bzq-164-168-31-206.red.bezeqint.net [31.168.164.206]) by mail.messagingengine.com (Postfix) with ESMTPA id 4B8E97E1FC for ; Fri, 21 Jul 2017 18:14:27 -0400 (EDT) From: Thomas Monjalon To: announce@dpdk.org Date: Sat, 22 Jul 2017 01:14:25 +0300 Message-ID: <42902814.Pf8l3WrXhh@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: [dpdk-announce] release candidate 17.08-rc2 X-BeenThere: announce@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK announcements List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2017 22:14:28 -0000 A new DPDK release candidate is ready for testing: http://dpdk.org/browse/dpdk/tag/?id=v17.08-rc2 What's new in RC2? - service cores API - traffic management API (QoS) - lock-free Tx queue capability API - failsafe driver The release notes have been updated: http://dpdk.org/doc/guides/rel_notes/release_17_08.html It was a bit long too long to make this second release candidate. Hopefully it is in a good shape and there won't be too many issues for the third one. We should make RC3 in less than a week. The next release candidate is expected to include only some bug fixes, tooling, packaging or documentation updates. The patchwork backlog has been cleaned a lot by moving some features as deferred until the beginning of the 17.11 release cycle. Please check what is remaining. Thank you everyone