|
Re: io-pkt -di82544 vs mount -T io-pkt /../.../devnp-i82544.so
|
11/25/2014 10:06 AM
post112430
|
Re: io-pkt -di82544 vs mount -T io-pkt /../.../devnp-i82544.so
Check the sloginfo to see if there is more information on why it fails.
Loading the driver at startup it loads in the startup context with a normal stack space available, loading it via mount
it loads in an io-pkt context with a much smaller stack space available so you may be blowing the stack. See the "
stacksize" tcpip option to increase it.
|
|
|