doc: fix missing release note for UFO on iavf and ice

Message ID 20230628055258.111014-1-zhichaox.zeng@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series doc: fix missing release note for UFO on iavf and ice |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/github-robot: build success github build: passed
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-aarch-unit-testing success Testing PASS
ci/iol-unit-testing success Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-abi-testing success Testing PASS
ci/iol-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/intel-Functional success Functional PASS

Commit Message

Zhichao Zeng June 28, 2023, 5:52 a.m. UTC
  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 <zhichaox.zeng@intel.com>
---
 doc/guides/rel_notes/release_23_07.rst | 8 ++++++++
 1 file changed, 8 insertions(+)
  

Comments

Qi Zhang July 3, 2023, 4:27 a.m. UTC | #1
> -----Original Message-----
> From: Zeng, ZhichaoX <zhichaox.zeng@intel.com>
> Sent: Wednesday, June 28, 2023 1:53 PM
> To: dev@dpdk.org
> Cc: Yang, Qiming <qiming.yang@intel.com>; Zeng, ZhichaoX
> <zhichaox.zeng@intel.com>; Zhang, Qi Z <qi.z.zhang@intel.com>
> Subject: [PATCH] doc: fix missing release note for UFO on iavf and ice
> 
> 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 <zhichaox.zeng@intel.com>
> ---
>  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

Acked-by: Qi Zhang <qi.z.zhang@intel.com>
  
Thomas Monjalon July 27, 2023, 8:31 p.m. UTC | #2
> > 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 <zhichaox.zeng@intel.com>
> 
> Acked-by: Qi Zhang <qi.z.zhang@intel.com>

Applied
  

Patch

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.