From owner-p4-projects@FreeBSD.ORG Mon Oct 8 18:14:13 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id CC44B16A41B; Mon, 8 Oct 2007 18:14:13 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BF3A16A477 for ; Mon, 8 Oct 2007 18:14:13 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outU.internet-mail-service.net (outU.internet-mail-service.net [216.240.47.244]) by mx1.freebsd.org (Postfix) with ESMTP id 2A27F13C465 for ; Mon, 8 Oct 2007 18:14:13 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP; Mon, 08 Oct 2007 11:14:12 -0700 X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e Received: from julian-mac.elischer.org (nat.ironport.com [63.251.108.100]) by idiom.com (Postfix) with ESMTP id B33AF126612; Mon, 8 Oct 2007 11:14:11 -0700 (PDT) Message-ID: <470A737C.3070805@elischer.org> Date: Mon, 08 Oct 2007 11:14:20 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Marko Zec References: <200710062222.l96MMM7U044733@repoman.freebsd.org> In-Reply-To: <200710062222.l96MMM7U044733@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Perforce Change Reviews Subject: Re: PERFORCE change 127267 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2007 18:14:14 -0000 Marko Zec wrote: > http://perforce.freebsd.org/chv.cgi?CH=127267 > > Change 127267 by zec@zec_tpx32 on 2007/10/06 22:21:31 > > Change the M_REMOTE_VNET mbuf flag so that it won't > collide with the newly introduced M_NOFREE flag in -HEAD > on next IFC. > > Apparently we are running out of bits in mbuf flags... > > Affected files ... > > .. //depot/projects/vimage/src/sys/sys/mbuf.h#8 edit > > Differences ... > > ==== //depot/projects/vimage/src/sys/sys/mbuf.h#8 (text+ko) ==== > > @@ -192,7 +192,7 @@ > #define M_LASTFRAG 0x2000 /* packet is last fragment */ > #define M_VLANTAG 0x10000 /* ether_vtag is valid */ > #define M_PROMISC 0x20000 /* packet was not for us */ > -#define M_REMOTE_VNET 0x40000 /* mbuf crossed boundary between two vnets */ > +#define M_REMOTE_VNET 0x80000 /* mbuf crossed boundary between two vnets */ > > /* > * External buffer types: identify ext_buf type. nope I believe we still have 0xfff00000