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 C593BA04E8 for ; Fri, 29 Nov 2019 00:51:02 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 25628293C; Fri, 29 Nov 2019 00:51:02 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id C9F799E4 for ; Fri, 29 Nov 2019 00:51:00 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 491AE22904; Thu, 28 Nov 2019 18:51:00 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 28 Nov 2019 18:51:00 -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=RytqzybOHh AJitUZy5u4u8b5DjbvBJcXYZo2h0YSfno=; b=Zk2qNHft/t76Sg0bh56cA2FhAF 1TazmyybBrHzMFqbvbtgAsIRf0BYrihApB+vRomm4/byqn4cSV5EeHhPluJ8a9Fx vaYBwhDiOoHgzClZd3ONhEcpOvL/KoYoS+1EWfHGMGFXCiEhsExazWdaDZ5k1pws a0gEVkNL0PGLC2mMg= 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=Rytqzy bOHhAJitUZy5u4u8b5DjbvBJcXYZo2h0YSfno=; b=usqNsknG18BMk6kBkTzHFE mUPtaK67GGL8OLDyhvzLpONbK/Q/jQGjWEcp/jkK2tiRU3gKNtX9DiwBFFeSG7k3 UefB22Rng4SvH4x7qTKkTTNNRgIjJwFaBaK3+xHNsN/NlF9OqIqvhN1YrxWvS2QR MvfxfJxYarhW3LHc3q0jHnO7va0yDQd98cN3jy06vM6PTxTAjVxfFdVFp1hzRkfs jAd25X4URcSWzQfxB3UeHC11Kq58z+MDoD315ZyLCAo/FXtQbCFDOqpeDq8hEIht 8x7zuoIbWcxn93SUQPj1o1JAIwSR3vcMtYRVp5Slw3bQrbY6anWqNHy4b5SK26kQ == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeikedgudegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkggfgtgesthfuredttd dtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhho nhhjrghlohhnrdhnvghtqeenucffohhmrghinhepughpughkrdhorhhgpdhhuhgrrhhmrd gtohhmnecukfhppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhf rhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiii gvpedt 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 844FD8005A for ; Thu, 28 Nov 2019 18:50:59 -0500 (EST) From: Thomas Monjalon To: announce@dpdk.org Date: Fri, 29 Nov 2019 00:50:58 +0100 Message-ID: <3169775.4XWA1ve2ER@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: [dpdk-announce] DPDK 19.11 released 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 major release is available: https://fast.dpdk.org/rel/dpdk-19.11.tar.xz The statistics are quite impressive: 1611 commits from 199 authors 1914 files changed, 164270 insertions(+), 44609 deletions(-) The branch 19.11 should be supported for at least two years, making it recommended for system integration and deployment. The maintainer of this new LTS is Luca Boccassi. The new major ABI version is 20. The next releases 20.02, 20.05 and 20.08 will be ABI compatible with 19.11. Below are some new features, grouped by category. General: - new ABI policy and versioning - API reworks in preparation of 1 year without ABI breakage - mempool objects not crossing pages - dynamic mbuf layout - eBPF arm64 JIT - LTO build Networking: - Hisilicon hns3 driver - NXP PFE driver - virtio packed ring optimizations - ethdev hairpin API - ethdev flow tag API - ethdev packet type range API - ethdev LRO packet size API - RIB/FIB libraries - KNI with VA Cryptography: - Marvell Nitrox driver - Marvell OCTEON TX2 crypto driver - session-less asymmetric crypto - IPsec SAD API Applications: - IOAT example - l2fwd-event example - several examples are removed More details in the release notes: http://doc.dpdk.org/guides/rel_notes/release_19_11.html There are 70 new contributors (including authors, reviewers and testers). Welcome to Abhishek Sachan, Adrian Moreno, Alvin Zhang, Amaranath Somalapuram, Anand Sunkad, Andy Gospodarek, Anna Lukin, Antara Ganesh Kolar, Bing Zhao, Bo Chen, Chengchang Tang, Chengwen Feng, Chenxu Di, Chunsong Feng, Cristian Bidea, Doug Dziggel, Feifei Wang, Guinan Sun, Hao Chen, Heinrich Kuhn, Hongbo Zheng, Huisong Li, Igor Chauskin, Ivan Ilchenko, Jeremy Plsek, Jerry Hao OS, Jiaqi Min, Jin Yu, Junfeng Guo, Junyu Jiang, Kommula Shiva Shankar, Lin Li, Lu Qiuwen, Lunyuan Cui, Manish Tomar, Marcin Baran, Md Fahad Iqbal Polash, Michael Pfeiffer, Michael Shamis, Min Hu (Connor), Min Wang (Jushui), Mitch Williams, Nagadheeraj Rottela, Paul Atkins, Pawel Modrak, Phanendra Vukkisala, Priyanka Jain, Rahul Shah, Rajesh Ravi, Scott W Taylor, Shougang Wang, Shuki Katzenelson, Subrahmanyam Nilla, Sucharitha Sarananaga, Sunila Sahu, Sylvain Rodon, Tony Nguyen, Vakul Garg, Venkat Duvvuru, Venkateshwarlu Nalla, Wangyu (Eric), Wei Hu (Xavier), Xiaobing Zhang, Xiaofeng Deng, Xiaoyun Wang, Xun Ni, Yahui Cao, Yilong Lv, Yu Zhang, and Zengmo Gao. Below is the number of patches per company (with authors count): 559 Intel (73) 209 Mellanox (16) 173 Marvell (23) 170 NXP (10) 119 Broadcom (7) 77 Red Hat (8) 61 Huawei (9) 49 OKTET Labs (4) 41 ARM (7) 35 Microsoft (3) 21 6WIND (6) 17 Solarflare (1) 13 Chelsio (1) 12 Cisco (3) 9 IBM (1) 5 AMD (1) Based on Reviewed-by and Acked-by tags, the top reviewers are: 154 Xiaolong Ye 118 Ferruh Yigit 113 Akhil Goyal 85 Matan Azrad 78 Maxime Coquelin 63 Ajit Khaparde 62 Viacheslav Ovsiienko 58 Qi Zhang 58 Jerin Jacob 52 Qiming Yang 48 Somnath Kotur 44 Thomas Monjalon 39 Hemant Agrawal 36 Nipun Gupta 33 David Marchand 32 Bruce Richardson 32 Andrew Rybchenko 31 Gavin Hu 29 Luca Boccassi 29 Konstantin Ananyev 25 Ori Kam 24 Anatoly Burakov 22 Olivier Matz The new features for 20.02 may be submitted during the next 12 days, in order to be reviewed and integrated before mid-January. DPDK 20.02 should be released on Valentine's Day. http://core.dpdk.org/roadmap#dates Thanks everyone, and happy Thanksgiving to our American friends!