CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2017/02/06 23:51:58

Modified files:
        sys/kern       : uipc_mbuf.c 
        sys/dev/pci    : if_myx.c 

Log message:
move the mbuf pools to m_pool_init and a single global memory limit

this replaces individual calls to pool_init, pool_set_constraints, and
pool_sethardlimit with calls to m_pool_init. m_pool_init inits the
mbuf pools with the mbuf pool allocator, and because of that doesnt
set per pool limits.

ok bluhm@ as part of a larger diff

Reply via email to