CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/27 14:47:10
Modified files:
sys/net : if_ethersubr.c
sys/netinet : if_ether.c
Log message:
Push the kernel lock down into arpresolve(). We still need it to
prevent concurrent access to rt_llinfo from rtrequest_delete().
But the common case, when the MAC address is already known, works
without lock.
tested by Hrvoje Popovski; OK mvs@
