doc: add release not for af_packet

Message ID 20250122155653.82860-1-stephen@networkplumber.org (mailing list archive)
State Accepted
Delegated to: Thomas Monjalon
Headers
Series doc: add release not for af_packet |

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

Commit Message

Stephen Hemminger Jan. 22, 2025, 3:56 p.m. UTC
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

Thomas Monjalon Feb. 12, 2025, 4:02 p.m. UTC | #1
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.
  

Patch

diff --git a/doc/guides/rel_notes/release_25_03.rst b/doc/guides/rel_notes/release_25_03.rst
index 85986ffa61..21ec44f0ab 100644
--- a/doc/guides/rel_notes/release_25_03.rst
+++ b/doc/guides/rel_notes/release_25_03.rst
@@ -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
 -------------