From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 4D94F91 for ; Tue, 6 Nov 2018 04:08:45 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id CFCFB22E0C; Mon, 5 Nov 2018 22:08:44 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 05 Nov 2018 22:08:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:subject:date:message-id:mime-version :content-transfer-encoding:content-type; s=mesmtp; bh=k7ota/NKh9 Bc1cu2n3g2561n9ESyrBPAGChFOweRc3I=; b=ZhkOiCUnhCruGal6/7dJTxTiZ/ sjTp72zzwXULCOrjPR/AA/KLxwJYldzfmod05cNSWATcTfguwKsUTm/9IH0HtLUb iucz/m/t/0a7D3fWd7OQx4tThtJuawTG9SkcdVARaUctGp8UaYOHTuEPrnsooJSr BtvsYGDoyMCMyfNg4= 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-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=k7ota/ NKh9Bc1cu2n3g2561n9ESyrBPAGChFOweRc3I=; b=M+4e6yVq5Yr+cmkLj7PT4M v6RDtGayuzju+JomeKqACHUgF8MNGNGzuSl1xI34tZ/bxYFG1pU+KQm3LR0mjOKB JoKy5QTx6O6jHiokLcvPN4+bJvWMfRW9yZzYp5GmqJZb/0FvTSvNJ7QpogBNF40u nwc5YvNFC4FNZ8F2NlRhIamytLNp9/rxJCsP485407gsqy7nw8qyeFv6vQ3B1VuU fpHoGpLTLVPdXnYBujM5PCe1mOFxkE19URykpjKnJjt2L3AczFOdsal8d7ol2LBK Y5TyVpHcQ64vgbhpiBNFq7s0SlAL7peE/zip6ZBZXgp1vZIJlmiOu5U+zQWMB8Cw == X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 20329E40E6 for ; Mon, 5 Nov 2018 22:08:44 -0500 (EST) From: Thomas Monjalon To: announce@dpdk.org Date: Tue, 06 Nov 2018 04:08:42 +0100 Message-ID: <2389128.qpEQNCPiSh@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: [dpdk-announce] release candidate 18.11-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: Tue, 06 Nov 2018 03:08:45 -0000 A new DPDK release candidate is ready for testing: https://git.dpdk.org/dpdk/tag/?id=v18.11-rc2 145 patches were integrated. This version should be more stable, as we are approaching the 18.11.0 release date, hopefully in two weeks. The release notes should be almost complete: http://doc.dpdk.org/guides/rel_notes/release_18_11.html Some highlights of 18.11-rc2: - fixes for DMA memory check (32-bit is still failing) - improved C11 version of ring library - FIPS validation application In order to be fast and flexible, subsequent release candidates will happen when some significative patches are ready. Thank you everybody for composing a wonderful DPDK rhapsody!