From owner-freebsd-net@FreeBSD.ORG Thu Sep 30 18:19:43 2010 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A0D51065679; Thu, 30 Sep 2010 18:19:43 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 080288FC1A; Thu, 30 Sep 2010 18:19:42 +0000 (UTC) Received: by eyx24 with SMTP id 24so1164995eyx.13 for ; Thu, 30 Sep 2010 11:19:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=yR9xoLjK+p1pppy/iIP8pFK07cwBb/KnNwuq6WhvxHc=; b=GAMYtb4kKIwqTWlriimpTLK+RWNCF8QqWLItQXq80QtBfgsMGktykGFpPgixvbNPPF csg4uLDkFBlZKgFEu+20gnmlYzWq+rrb/vluyKQbt7GDM4ne+5d5PYxnsaCnQBcKi9Vh UhkFbAhWyWlR3870Ig17QRAgs6ymPPiok2fbU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=QNZhtojQnZAeUwcmQRWjQN7H8jvl/EBBTTJKKYms6C8OEGkTR6+H08WbfFC6BbccMN o61S4TFbjEQU62B4u39OWjwIP+DqCB2zvf8t2Ynwpg3R/I8PoYPKxDod5xLqHg5SRLCn AjDDbfi6NhmFUsAm+Gd1l1YeLIuJTPBWd291o= MIME-Version: 1.0 Received: by 10.213.2.136 with SMTP id 8mr4605800ebj.18.1285868951172; Thu, 30 Sep 2010 10:49:11 -0700 (PDT) Received: by 10.213.105.208 with HTTP; Thu, 30 Sep 2010 10:49:11 -0700 (PDT) In-Reply-To: <4C9DA26D.7000309@freebsd.org> References: <4C9DA26D.7000309@freebsd.org> Date: Thu, 30 Sep 2010 13:49:11 -0400 Message-ID: From: Ryan Stone To: Julian Elischer Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Net Subject: Re: mbuf changes X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2010 18:19:43 -0000 It's not a big thing but it would be nice to replace the m_next and m_nextpkt fields with queue.h macros.