doc: add release not for af_packet
Checks
Commit Message
Add short release not about enhancements to af_packet.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
doc/guides/rel_notes/release_25_03.rst | 5 +++++
1 file changed, 5 insertions(+)
Comments
22/01/2025 16:56, Stephen Hemminger:
> +* **Enhancements to af_packet net driver.**
> +
> + Added ability to option to configure receive packet fanout mode.
> + Improved statistics including failed receive buffer allocation
> + and missed packets.
Was squashed in relevant commits, thanks.
@@ -63,6 +63,11 @@ New Features
and even substantial part of its code.
It can be viewed as an extension of rte_ring functionality.
+* **Enhancements to af_packet net driver.**
+
+ Added ability to option to configure receive packet fanout mode.
+ Improved statistics including failed receive buffer allocation
+ and missed packets.
Removed Items
-------------