aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2023-02-24 11:51:44 +0000
committerGordon Bergling <gbe@FreeBSD.org>2023-02-24 11:51:44 +0000
commit9cfec0f197bfe792b6dd9ae8575ee9169cdd8568 (patch)
tree9884f37d0dad6d2cca7aac9936bcdae0bb4c9167
parent615799b24a276417970b44678548250d033a5b8a (diff)
downloaddoc-9cfec0f197bfe792b6dd9ae8575ee9169cdd8568.tar.gz
doc-9cfec0f197bfe792b6dd9ae8575ee9169cdd8568.zip
13.2 release notes: dpdk_lpm4 and dpdk_lpm6 modules are now available
They where already enabled in HEAD but the final commit wasn't MFC'ed as they were enabled by default. Reviewed by: pauamma, melifaro Differential Revision: https://reviews.freebsd.org/D38745
-rw-r--r--website/content/en/releases/13.2R/relnotes.adoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/website/content/en/releases/13.2R/relnotes.adoc b/website/content/en/releases/13.2R/relnotes.adoc
index 524f463eac..ce06133e77 100644
--- a/website/content/en/releases/13.2R/relnotes.adoc
+++ b/website/content/en/releases/13.2R/relnotes.adoc
@@ -351,6 +351,11 @@ Radix tables and lookups are now supported for MAC addresses in man:ipfw[4].
This allows MAC address tables to be constructed and used for filtering.
gitref:c31f8b7bd895[repository=src]
+Kernel modules dpdk_lpm4 and dpdk_lpm6 are now available and can be loaded via man:loader.conf[5].
+They provide optimized routing functions for hosts with a very large amount of routing tables.
+They are part of the modular FIB lookup mechanism.
+gitref:0ca122044369[repository=src]
+
There are numerous bug fixes in TCP and SCTP.
[[future-releases]]