From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id DCEA942D79; Wed, 28 Jun 2023 07:46:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B1E17406B3; Wed, 28 Jun 2023 07:46:20 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 48F0440151 for ; Wed, 28 Jun 2023 07:46:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1687931179; x=1719467179; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=GKYT2EOg+hbxviCVZEmnoZTqvbGFILV2K5jsu4JFKbw=; b=NpTcvS7+a3xxuZKtk5pk3Owj8DV8wj0a27UYPTfOQjkEgMuXQ8nGNReK SuLWN/pJr9KmscQ+JVL2YIBI6TOgSroF0SAGAtGxozmapkP+jUaaI+F93 Oct65FJi3jnCjBVrGffV/r4bFZ7T2Yb6OaJHKrPQeKgG8P1yPy7AvftQX FpKNolPPGmSJrdfQA+yWCs+110aoF3fJzscAG3WsXVFsRN2irfVu6v5Bv mc1bNFAwFy018EKldKGsGoFC/0kNZHnxA1FBn06RKESFWHNg9cE4yhRhf cDy0lF5cb1w9enz6vqks9MNwrOSTrM5VveAe2xTv52JBN0TMm/O7e0Nh8 g==; X-IronPort-AV: E=McAfee;i="6600,9927,10754"; a="346519139" X-IronPort-AV: E=Sophos;i="6.01,164,1684825200"; d="scan'208";a="346519139" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jun 2023 22:46:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10754"; a="716808509" X-IronPort-AV: E=Sophos;i="6.01,164,1684825200"; d="scan'208";a="716808509" Received: from unknown (HELO zhichao-dpdk..) ([10.239.252.103]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jun 2023 22:46:16 -0700 From: Zhichao Zeng To: dev@dpdk.org Cc: qiming.yang@intel.com, Zhichao Zeng , Qi Zhang Subject: [PATCH] doc: fix missing release note for UFO on iavf and ice Date: Wed, 28 Jun 2023 13:52:58 +0800 Message-Id: <20230628055258.111014-1-zhichaox.zeng@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 missing release note for UDP fragmentation offload on iavf and ice. Fixes: 0f24dc14654e ("net/iavf: enable UDP fragmentation offload") Fixes: 623ca7a15db4 ("net/ice: enable UDP fragmentation offload") Signed-off-by: Zhichao Zeng --- doc/guides/rel_notes/release_23_07.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/guides/rel_notes/release_23_07.rst b/doc/guides/rel_notes/release_23_07.rst index 4459144140..b32276818a 100644 --- a/doc/guides/rel_notes/release_23_07.rst +++ b/doc/guides/rel_notes/release_23_07.rst @@ -125,6 +125,14 @@ New Features which are being upstreamed: https://lore.kernel.org/all/20230419134329.346825-1-maxime.coquelin@redhat.com/ +* **Updated Intel iavf driver.** + + * Added support for UDP fragmentation offload. + +* **Updated Intel ice driver.** + + * Added support for UDP fragmentation offload. + * **Updated Marvell cnxk ethdev driver.** * Added support for reassembly of multi-segment packets. -- 2.34.1