cvs commit: src/sys/dev/netif/em if_em.c
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Mon May 14 05:32:44 PDT 2007
sephe 2007/05/14 05:31:41 PDT
DragonFly src repository
Modified files:
sys/dev/netif/em if_em.c
Log:
Use M_DONTWAIT for mcluster allocation on em_init() path to prevent system
hanging, if user configures RX descriptors to the maximum allowable value,
but kern.ipc.nmbclusters tunable is forgotten to be adjusted accordingly.
System-Hanging-Experienced-by: hasso@ :P
# This commit can be reverted once object cache limit can grow automaticly.
Revision Changes Path
1.59 +1 -1 src/sys/dev/netif/em/if_em.c
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/em/if_em.c.diff?r1=1.58&r2=1.59&f=u
More information about the Commits
mailing list