CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2015/03/25 05:49:02

Modified files:
        sys/net        : if.c if_var.h 

Log message:
introduce code for network input queues. these are to replace the
use of struct ifqueue for things handled by softnet. they instead
use an mbuf_queue (yay mpsafe) and wrap up the schednetisr and
if_congestion handling.

ok mpi@

Reply via email to