CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/08/12 14:02:42
Modified files:
sys/sys : mbuf.h
sys/net : if_ethersubr.c
sys/dev/pci : if_em.c if_ix.c
sys/kern : uipc_mbuf.c
Log message:
revert my change to m_cluncount which tries to prevent the system
running out of mbufs for rx rings.
if the system low watermark is lower than a rx rings low watermark,
we'll never send a packet up the stack, we'll always recycle it.
found by thib@ on a bge
sadface
