network - Increase basic mbuf size from 256 to 384 bytes
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 15 Sep 2010 03:19:17 +0000 (20:19 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 15 Sep 2010 03:19:17 +0000 (20:19 -0700)
commitff9e829d332956874e662c0519e369b641da84ed
tree3ed9439384ba80a422a197a87c53090e40206700
parent002c1265bf9676475d08e73e8d873cea9ee4a82e
network - Increase basic mbuf size from 256 to 384 bytes

* Due to the bloat in m_hdr and m_pkthdr the 256-byte mbuf structure
  is no longer large enough and there appears to be quite a bit of
  legacy code still using m_get() and making assumptions on the
  available space without checking actual space.

  We have assertions in place to catch these but stabilizing the
  system is more important right now.

* Increase the basic mbuf buffer size from 256 to 384 bytes.
sys/cpu/i386/include/param.h
sys/cpu/x86_64/include/param.h
sys/sys/param.h