CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/25 18:28:51
Modified files:
sys/net : if_etherbridge.c if_etherbridge.h if_bpe.c
if_gre.c if_veb.c
Log message:
use a uint64_t for the ethernet address in the etherbridge table.
testing has shown up to a 30% improvement in the veb forwarding
rate with this change.
an earlier diff was tested by hrvoje popovski
tested on amd64 and sparc64
