]> 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)
committerAlexander V. Chernikov <melifaro@FreeBSD.org>
Sat, 24 Apr 2021 23:22:58 +0000 (23:22 +0000)
commit6993187a8c30e83a408aad631a8d8629d8273c9d
tree1c76d32c359559c37f8ceecc07706b4650e75878
parent5d1403a79a3e56403fb63c062252a23fce81e5f1
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
sys/amd64/conf/GENERIC
sys/arm64/conf/GENERIC