Frank Kardel wrote:
Issue 2 worries me the most - could it be that we have mbuf confusionon low mbuf conditions that finds it way to user level causing data corruption ?
Issue 2 sounds like a common bug in network drivers, you may need to apply a fix similar to this one to whatever driver you're using:
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/pci/if_wpi.c.diff?r1=1.38&r2=1.39 Cheers, Jared