CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/03 20:12:54
Modified files:
sys/net : if.c
Log message:
make if_input return early if the mbuf list is empty.
this saves doing wakeups of the softnet thread.
ok deraadt@
