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
This commit is contained in:
Gordon Bergling 2023-02-24 12:51:44 +01:00
parent 615799b24a
commit 9cfec0f197
1 changed files with 5 additions and 0 deletions

View File

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