CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/01/27 02:17:51
Modified files:
sys/dev/ic : gem.c
sys/dev/pci : if_bge.c if_em.c
sys/kern : uipc_mbuf.c
sys/net : if.h
sys/sys : mbuf.h
Log message:
make drivers tell the mclgeti allocator what their maximum ring size is
to prevent the hwm growing beyond that. this allows the livelock mitigation
to do something where the hwm used to grow beyond twice the rx rings size.
ok kettenis@ claudio@
