From patchwork Thu Jun 29 00:06:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wenzhuo Lu X-Patchwork-Id: 129088 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id BEAD442D85; Thu, 29 Jun 2023 02:46:33 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3AF8840EDB; Thu, 29 Jun 2023 02:46:33 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 3574A40DF6 for ; Thu, 29 Jun 2023 02:46:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1687999592; x=1719535592; h=from:to:cc:subject:date:message-id; bh=17e38gYoFtc1mInwN7K7ulUt+XMbVI15n5XlzTuGUwk=; b=hZlWu8mxiQVh5fE3gSNChgH/Yw8b8mg0+b0EtT5II1Kp21HmbNSXkE4B UheWu7q5ZW5lagdHZcQNeEKWM8OERYaLPndzREM0EmkWcfjDhpWZAv+ul C4uJgusc/S3UUy71w+JPF6XRh0LOZz15ktpffdqrPrhINZt0CuHtjazTl WEw4InFOO4F0v88IxceDUV3gF95FM2Snmp6qOJmfmzWJFB5TznGY7Owl/ bWZmDKHBoud8iJRQJaPBTXuWo5WIDRf96oPCvZZO0JvOfClyFtwfUvhVU wsUwF/Q9JYUVTbVLE6Fbssz5du9tl2foyjsxTcV72VzST64h21UoTxGh8 A==; X-IronPort-AV: E=McAfee;i="6600,9927,10755"; a="362036859" X-IronPort-AV: E=Sophos;i="6.01,167,1684825200"; d="scan'208";a="362036859" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2023 17:46:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10755"; a="1047598863" X-IronPort-AV: E=Sophos;i="6.01,167,1684825200"; d="scan'208";a="1047598863" Received: from dpdk-wenzhuo-cascadelake.sh.intel.com ([10.67.110.255]) by fmsmga005.fm.intel.com with ESMTP; 28 Jun 2023 17:46:29 -0700 From: Wenzhuo Lu To: dev@dpdk.org Cc: Wenzhuo Lu Subject: [PATCH] doc: update release note for iavf AVX2 feature Date: Thu, 29 Jun 2023 08:06:06 +0800 Message-Id: <1687997166-35215-1-git-send-email-wenzhuo.lu@intel.com> X-Mailer: git-send-email 1.8.3.1 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Add the missed release note for iavf AVX2 feature in 23.07. Fixes: 5712bf9d6e14 ("net/iavf: add Tx AVX2 offload path") Signed-off-by: Wenzhuo Lu Acked-by: Beilei Xing --- doc/guides/rel_notes/release_23_07.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/release_23_07.rst b/doc/guides/rel_notes/release_23_07.rst index 4459144..92c8a1d 100644 --- a/doc/guides/rel_notes/release_23_07.rst +++ b/doc/guides/rel_notes/release_23_07.rst @@ -200,6 +200,12 @@ New Features Enhanced the GRO library to support TCP packets over IPv6 network. +* **Updated Intel iavf driver.** + + * Added new RX and TX paths in the AVX2 code to use HW offload + features. When the HW offload features are configured to be used, the + offload paths are chosen automatically. In parallel the support for HW + offload features was removed from the legacy AVX2 paths. Removed Items -------------