CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/01/08 06:53:24
Modified files:
sys/net : if_ethersubr.c netisr.c netisr.h
sys/netinet : if_ether.c if_ether.h
Log message:
Get rid of the arp and revarp input queues.
Packets of types ARP and REVARP are now processed in the softnet task,
directly from ether_input() and without holding the KERNEL_LOCK.
Tested by many, ok dlg@
