network - Increase MSIZE to 512
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 20 Sep 2010 19:54:43 +0000 (12:54 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 20 Sep 2010 19:54:43 +0000 (12:54 -0700)
commitee9d7228dab530adf5cf2dd49fd4ee65b8c3925d
tree9b3817928ec9bea19178dcd4e189ab684d8bc45e
parent2446872c8f31470d719732dc493b4606a3f0d778
network - Increase MSIZE to 512

* The basic problem with 384 is that kmalloc() may hand back a buffer
  which crosses a page boundary, which gums up the DMA engines for
  numerous drivers.  Many drivers can only handle one segment per
  mbuf and even those that can handle more sometimes have fairly low
  segment count limits.

Reported-by: Jan Lentfer <Jan.Lentfer@web.de>
sys/sys/param.h