]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add FIB_ALGO to GENERIC on amd64/arm64.
authorAlexander V. Chernikov <melifaro@FreeBSD.org>
Sat, 24 Apr 2021 23:05:04 +0000 (23:05 +0000)
committerGordon Bergling <gbe@FreeBSD.org>
Wed, 14 Sep 2022 21:01:41 +0000 (23:01 +0200)
commit0ca1220443695c79849bf0807306d0864acbabb9
treea306df44c71e4dd89f330f728c9922149e455834
parentc48d0754a05334cacbe6cd34871c10f3ef6f4d56
Add FIB_ALGO to GENERIC on amd64/arm64.

Option `FIB_ALGO` gates new modular fib lookup functionality,
 enabling more performant routing table lookups and improving
 control plane convergence under the load.

Detailed feature description is available in D27401.

Reviewed By: olivier, gnn
Differential Revision: https://reviews.freebsd.org/D28434

(cherry picked from commit 6993187a8c30e83a408aad631a8d8629d8273c9d)
sys/amd64/conf/GENERIC
sys/arm64/conf/GENERIC