From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ruifeng Wang Subject: [PATCH] release notes: added release notes for macswap change Date: Mon, 18 Mar 2019 11:49:38 +0800 Message-ID: <1552880978-45321-1-git-send-email-ruifeng.wang@arm.com> References: <1552368927-5485-1-git-send-email-ruifeng.wang@arm.com> Cc: nd@arm.com, Ruifeng Wang To: dev@dpdk.org Return-path: Received: from foss.arm.com (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70]) by dpdk.org (Postfix) with ESMTP id 425CD152A for ; Mon, 18 Mar 2019 04:50:06 +0100 (CET) In-Reply-To: <1552368927-5485-1-git-send-email-ruifeng.wang@arm.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Updated release notes for the testpmd change which used neon intrinsics to do MAC swap on ARM platform. Signed-off-by: Ruifeng Wang Reviewed-by: Gavin Hu --- doc/guides/rel_notes/release_19_05.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides/rel_notes/release_19_05.rst index 61a2c73..6f76de3 100644 --- a/doc/guides/rel_notes/release_19_05.rst +++ b/doc/guides/rel_notes/release_19_05.rst @@ -91,6 +91,11 @@ New Features * Added promiscuous mode support. +* **Updated the testpmd application.** + + Improved testpmd application performance on ARM platform. For ``macswap`` + forwarding mode, NEON intrinsics were used to do swap to save CPU cycles. + Removed Items ------------- -- 2.7.4