From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 47DD0A00B8 for ; Mon, 28 Oct 2019 00:34:23 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7E2521BEF9; Mon, 28 Oct 2019 00:34:22 +0100 (CET) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id 3DBF01BEF6 for ; Mon, 28 Oct 2019 00:34:21 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id C0D6183E; Sun, 27 Oct 2019 19:34:19 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 27 Oct 2019 19:34:19 -0400 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=N58HLBYRj3 7fwDpu94uYbxnam8Kcd5oBNXROflvSkYc=; b=s0WJsT/kncTfi/Cz1tO/WHM+hT jaQwKqQdC/Kcvem7AazO4/mhnzNwuEr/aLi5XNOYfOQmQKZzFOSfNL7T04WCvkmO u/BqT+dbbOh72xWpLjLlTretylguXkrLqIRaAqvDPbxYy7f87UZQnJpFRu0Qdv1y RGrQkdFLhIDhtG7Zw= 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=N58HLB YRj37fwDpu94uYbxnam8Kcd5oBNXROflvSkYc=; b=vqgnWuMx+GCtYxys/PrjQ+ 0byP4urvZ0vgQibpzXSPEfMnCKt8qpz5wuU4Rwht+M2r5Joe3naB+7qHkfEY8c5I WwdfqFQlXwu7Pu+ldKT5Zhr0lLGLp1+93nVNyAWIQCzI+H9XhBFkPoeq4lOm0jBT IkhrZjBgftvnMvxpXW//z0p1gePgm+vuvIm1lYxMz05DA4o6l9yvVyKvMTLsKIAL gqrAotaXRus1K1lCdbi9nz0KfCDBAuAm/OBcMwfYIwbzSG1an2TGjSj3ptIAHuZ7 7ohcbPRU81EvcCRLh3HsFKFeyXqDNXpaMaKhXHGbBr2HvHXw7YqHb2+CySKSgArw == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrleekgdduudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkfgggfgtsehtufertddttd dvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehmohhn jhgrlhhonhdrnhgvtheqnecuffhomhgrihhnpeguphgukhdrohhrghenucfkphepjeejrd dufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 D88F8D60057 for ; Sun, 27 Oct 2019 19:34:18 -0400 (EDT) From: Thomas Monjalon To: announce@dpdk.org Date: Mon, 28 Oct 2019 00:34:17 +0100 Message-ID: <1779345.uagyu2ZT7m@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: [dpdk-announce] release candidate 19.11-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: , Errors-To: announce-bounces@dpdk.org Sender: "announce" A new DPDK release candidate is ready for testing: https://git.dpdk.org/dpdk/tag/?id=v19.11-rc1 There are 1045 patches accumulated in the master branch since the last release. It is more than enough to have a new tag. Note that this -rc1 is exceptionnally not feature-complete. We are expecting more major features in the upcoming -rc2 (in 2 weeks). The release notes so far: http://doc.dpdk.org/guides/rel_notes/release_19_11.html Please think about updating the release notes when you add a feature. Highlights of 19.11-rc1, grouped by category: General: - prepare for 1 year without ABI breakage - dynamic mbuf - eBPF arm64 JIT Networking: - Hisilicon hns3 driver - NXP PFE driver - virtio packed ring optimizations Cryptography: - session-less asymmetric crypto - Marvell Nitrox driver - Marvell OCTEON TX2 crypto driver - IPsec SAD API Applications: - IOAT example - several examples are removed We will close this release cycle before the end of November. DPDK 19.11-rc2 is expected on 8th of November. Thank you everyone