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 43577A0350; Mon, 11 May 2020 09:53:22 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 06C511BEDC; Mon, 11 May 2020 09:53:22 +0200 (CEST) Received: from mail.lysator.liu.se (mail.lysator.liu.se [130.236.254.3]) by dpdk.org (Postfix) with ESMTP id F08711023 for ; Mon, 11 May 2020 09:53:19 +0200 (CEST) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id AB2184000B for ; Mon, 11 May 2020 09:53:18 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 878294000A; Mon, 11 May 2020 09:53:18 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=ALL_TRUSTED,AWL autolearn=disabled version=3.4.2 X-Spam-Score: -0.9 Received: from isengard.friendlyfire.se (host-90-232-170-211.mobileonline.telia.com [90.232.170.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 02D6040002; Mon, 11 May 2020 09:53:16 +0200 (CEST) From: =?UTF-8?q?Mattias=20R=C3=B6nnblom?= To: dev@dpdk.org, Jerin Jacob Cc: =?UTF-8?q?Mattias=20R=C3=B6nnblom?= Date: Mon, 11 May 2020 09:53:14 +0200 Message-Id: <20200511075314.9425-1-mattias.ronnblom@ericsson.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200511065414.6912-1-mattias.ronnblom@ericsson.com> References: <20200511065414.6912-1-mattias.ronnblom@ericsson.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: [dpdk-dev] [PATCH v2] event/dsw: update release notes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Update release notes with recent DSW event device improvements. Signed-off-by: Mattias Rönnblom --- doc/guides/rel_notes/release_20_05.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst index 82df72c2b..bf80c0563 100644 --- a/doc/guides/rel_notes/release_20_05.rst +++ b/doc/guides/rel_notes/release_20_05.rst @@ -200,6 +200,16 @@ New Features (Programmable Acceleration Card) N3000. See the :doc:`../bbdevs/fpga_5gnr_fec` BBDEV guide for more details on this new driver. +* **Updated the DSW event device.** + + Updated the DSW PMD with new features and improvements, including: + + * Improved flow migration mechanism, allowing faster and more + accurate load balancing. + * Improved behavior on high-core count systems. + * Reduced latency in low-load situations. + * Extended DSW xstats with migration- and load-related statistics. + * **Updated ipsec-secgw sample application with following features.** * Updated ipsec-secgw application to add event based packet processing. -- 2.20.1