Date: Mon, 12 Aug 2002 15:09:12 -0700 (PDT) From: Luigi Rizzo <luigi@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_mbuf.c Message-ID: <200208122209.g7CM9Cd3028592@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
luigi 2002/08/12 15:09:12 PDT Modified files: (Branch: RELENG_4) sys/kern uipc_mbuf.c Log: Proper fix for the mcl_pool handling -- initialize m_flags, m_pkthdr.rcvif and m_pkthdr.csum_flags in the same way as MGETHDR does. Add a comment in m_freem() to note that the other fields are already set properly. I am leaving mcl_pool_max = 0 as default, but i have reports from many of the people who submitted the initial bug reports that now their systems work fine with mcl_pool_max > 0. Revision Changes Path 1.51.2.20 +13 -0 src/sys/kern/uipc_mbuf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208122209.g7CM9Cd3028592>