Use M_DONTWAIT for mcluster allocation on em_init() path to prevent system
commit9f83ae05af279685ffad2dfed985d853876bf2fb
authorsephe <sephe>
Mon, 14 May 2007 12:31:41 +0000 (14 12:31 +0000)
committersephe <sephe>
Mon, 14 May 2007 12:31:41 +0000 (14 12:31 +0000)
tree0ea1f99cfea0a30679e309346c6990a5956e47d9
parentfee127e680d6fe9f3d525c3a36f9215723c83068
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.
sys/dev/netif/em/if_em.c