This release note looks good!
Thank you so much!
> How about this for a release note?
> From 7137087faa9c1278bc702b69cce6df5e246c5675 Mon Sep 17 00:00:00 2001
> From: Stephen Hemminger <stephen@networkplumber.org>
> Date: Wed, 22 Jan 2025 10:05:54 -0800
> Subject: [PATCH] doc: add release note for zxdh driver update
> Add summary of new features.
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---
> doc/guides/rel_notes/release_25_03.rst | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
> diff --git a/doc/guides/rel_notes/release_25_03.rst b/doc/guides/rel_notes/release_25_03.rst
> index 85986ffa61..e20aa0b8ec 100644
> --- a/doc/guides/rel_notes/release_25_03.rst
> +++ b/doc/guides/rel_notes/release_25_03.rst
> @@ -63,6 +63,18 @@ New Features
> and even substantial part of its code.
> It can be viewed as an extension of rte_ring functionality.
> +* **Updated ZXDH network driver.**
> +
> + * Added support for multiple queues.
> + * Added support SR-IOV VF.
> + * Scattered and gather for TX and RX.
> + * Link state and auto-negotiation.
> + * MAC address filtering.
> + * Multicast and Promiscuous mode.
> + * VLAN filtering and offload.
> + * Receive Side Scaling (RSS).
> + * Hardware statistcs.
> + * Jumbo frames.