CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/07/08 01:10:12
Modified files:
sys/kern : kern_sysctl.c uipc_mbuf.c
sys/net : if.c if_ethersubr.c
sys/sys : mbuf.h
Log message:
pull the rx ring accounting out of the mbuf layer now that its all done
via if_rxring things. this effectively deprecates the third argument
for MCLGETI and m_clget and makes the mbuf layer no longer care about
interfaces and simplifies the allocation paths.
the timeout used to measure livelock has been moved to net/if.c.
ok mpi@