CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/07 16:02:58
Modified files:
sys/net : if.c
sys/netinet : if_ether.c
Log message:
Remove kernel locks from the ARP input path. Caller if_netisr()
grabs the exclusive netlock and that is sufficent for in_arpinput()
and arpcache().
with kn@; OK mvs@; tested by Hrvoje Popovski
