From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 7F3C42BE1 for ; Mon, 16 Jul 2018 02:04:37 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0625B2147B; Sun, 15 Jul 2018 20:04:37 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 15 Jul 2018 20:04:37 -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=bahrq1UDKXG+92tasSs6wM9MUqZL3j+d26sBf9lZps8=; b=Skl/f NBHKOpWBc2/DcsxwTo1R15rXAfiE1S8IQDHoskTPMIu+kP4hPTSy6IJ0XBAKhoUn qlKMcjx1nnM9KflhhNH8FoD3TDIB9KTW6c7vzUe7GLmlLNRsEGDTrNuvAJ0eo5bc NMlaz29rlhreKjJmsW27Glk8Hm4CLNw6QkD5F8= 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=fm3; bh=bahrq1UDKXG+92tasSs6wM9MUqZL3 j+d26sBf9lZps8=; b=b+gVslo0Pi9SRDg4sy0yhWKXr7C8+3eq5Dws1pUTj2GLs m9Y9WmMAwGpBYNcUGkQcKB/gx7CktzIt2DNeG6AM1t1Gpw7InPt2wbbaEP8+7ing RPB6fSjzad+0UtS59/EumtgbKwrkFWhiFwQ/ei14t/ocFjMoUj/Gn8pGhGk6+Z6O xwzZZOMd4zOoDMboDq2Gr41aN9xLriVjCUsL5ZrvCjjn0V7mwdK4LkZG0Cb4cTQ/ FAI3S2QbjV0WTeMNE1iJ+mlUfSYXOXW/w5PgK6TAupdzOUOKO07wtP7DeKUI/QqY yfIl6sGhOWW92OEcbsV1khKoRZZBORzW56yCkHf6w== X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (unknown [31.154.190.114]) by mail.messagingengine.com (Postfix) with ESMTPA id 0ACAF1025C for ; Sun, 15 Jul 2018 20:04:35 -0400 (EDT) From: Thomas Monjalon To: announce@dpdk.org Date: Mon, 16 Jul 2018 02:04:28 +0200 Message-ID: <2093261.MNVrdPATDI@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: [dpdk-announce] release candidate 18.0-rc1 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: Mon, 16 Jul 2018 00:04:37 -0000 A new DPDK release candidate is ready for testing: https://git.dpdk.org/dpdk/tag/?id=v18.08-rc1 It is the first milestone of a short release after the huge 18.05. The number of commits is small (570) and there is no specific feature to highlight, except a big work on vhost/virtio (in-order, packed ring, etc), a rework of softnic PMD, and some work on memory allocation. The release notes so far: http://doc.dpdk.org/guides/rel_notes/release_18_08.html Please think about updating the release notes when you add a feature. Some features are expected in 18.08-rc2: - tap support in secondary process - 3DES support in AESNI_MB PMD - new compress drivers - noisy VNF forward mode in testpmd Some planned features are postponed to 18.11: - new devargs syntax - failure handler for PCIE hardware hotplug - virtual device hotplug - add MPLS to rte_flow encapsulation API - add metadata matching in rte_flow API - libedit integration - clean-up of panic calls Please be aware that there are some API changes in 18.08: http://doc.dpdk.org/guides/rel_notes/release_18_08.html#api-changes * and the old ethdev offload API has been removed 18.08-rc2 is expected during next week (around 25th of July). The 18.08 release should happen in early days of August. Hopefully we are not creating too much bugs in this short cycle. When finding a new bug, please report it on bugzilla: http://dpdk.org/tracker/ Thank you everyone