Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 2023 11:53:03 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 9cfec0f197 - main - 13.2 release notes: dpdk_lpm4 and dpdk_lpm6 modules are now available
Message-ID:  <202302241153.31OBr3BD019453@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/doc/commit/?id=9cfec0f197bfe792b6dd9ae8575ee9169cdd8568

commit 9cfec0f197bfe792b6dd9ae8575ee9169cdd8568
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-02-24 11:51:44 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-02-24 11:51:44 +0000

    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
---
 website/content/en/releases/13.2R/relnotes.adoc | 5 +++++
 1 file changed, 5 insertions(+)

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]]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302241153.31OBr3BD019453>