From owner-cvs-all Sun Dec 15 10: 6:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57D3437B401; Sun, 15 Dec 2002 10:06:35 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA2B943EB2; Sun, 15 Dec 2002 10:06:34 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.5/8.12.5) with ESMTP id gBFI6XOM081290; Sun, 15 Dec 2002 10:06:33 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.5/8.12.5/Submit) id gBFI6XPb081289; Sun, 15 Dec 2002 10:06:33 -0800 (PST) (envelope-from dillon) Date: Sun, 15 Dec 2002 10:06:33 -0800 (PST) From: Matthew Dillon Message-Id: <200212151806.gBFI6XPb081289@apollo.backplane.com> To: Hiten Pandya Cc: Robert Watson , Maxim Konovalov , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netinet ip_dummynet.c References: <200212151021.gBFALV1Y040756@repoman.freebsd.org> <20021215153721.GA26021@angelica.unixdaemons.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG We had similar problems with the B_ flags. I recommend changing all the mbuf flags from M_ to MB_, and perhaps rename the MB_ defines in sys/mchain.h to MC_ or MBC_. -Matt :> > Log: :> > o M_DONTWAIT is mbuf(9) flag: malloc(M_DONTWAIT) -> malloc(M_NOWAIT). :> > The bug does not affect anything because M_NOWAIT == M_DONTWAIT. :.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message