Displaying 1 result from an estimated 1 matches for "route_mac".
2010 Mar 17
3
tinc throughput on alix machines
...support up to 11 MByte/s and when using
tinc
the cpu loads go into the limits, so I guess to just copying memory or
calculating way too much.
Looking at the source, it looks like there isn't much copying at all,
the only place it wasn't clear to me why copying occurs is at the
beginning in route_mac
when source and destination mac are copying into local variables, though
changing that does
not gain a lot. Running gprof it reports no time spent but only function
calls, which
hints that all time is lost in the kernel.
Does somebody have any numbers around on what one could expect on a 500
Mhz m...