CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/07 23:00:52
Modified files:
sys/net : if.c if.h if_ethersubr.c if_var.h
Log message:
Introduce if_input() a function to pass packets dequeued from a
recieving ring to the stack.
if_input() is at the moment a drop-in replacement for ether_input_mbuf()
but will let us stack pseudo-driver in a nice way in order to no longer
call ether_input() recursively.
ok pelikan@, reyk@, blambert@, henning@
