CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/26 01:31:24
Modified files:
sys/net : if_etherbridge.c
Log message:
only store the current time on address table entries if it changes.
this avoids unecessary writes to memory. it helps a little bit with
a single nettq, but we get a lot more of a boost in pps when running
concurrently.
thanks to hrvoje for testing.
