CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2025/02/16 04:39:28
Modified files: sys/net : if_gre.c route.c route.h rtsock.c sys/netinet : if_ether.c sys/netinet6 : nd6.c Log message: Revert SMR protection of rt_gwroute. Using a smr_barrier() in rt_putgwroute() slows down adding routes. This is the hot path for BGP router. Syncing the FIB is now taking ages and the system is close to unrespnsive in that time. found by claudio@