From owner-cvs-src@FreeBSD.ORG Mon Jul 4 08:26:17 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7874516A41F for ; Mon, 4 Jul 2005 08:26:17 +0000 (GMT) (envelope-from silby@silby.com) Received: from relay.pair.com (relay00.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 11EAF43D58 for ; Mon, 4 Jul 2005 08:26:16 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 99180 invoked from network); 4 Jul 2005 08:26:15 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 4 Jul 2005 08:26:15 -0000 X-pair-Authenticated: 209.68.2.70 Date: Mon, 4 Jul 2005 03:25:56 -0500 (CDT) From: Mike Silbersack To: Andrew Thompson In-Reply-To: <20050704075119.GA11500@heff.fud.org.nz> Message-ID: <20050704032415.W21939@odysseus.silby.com> References: <200507031824.j63IO3Bs009536@repoman.freebsd.org> <20050703184013.U21939@odysseus.silby.com> <20050703235733.GA8138@heff.fud.org.nz> <20050704005749.D21939@odysseus.silby.com> <20050704075119.GA11500@heff.fud.org.nz> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net bridge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 08:26:17 -0000 On Mon, 4 Jul 2005, Andrew Thompson wrote: >> The other protocol stacks need aligned headers too, that's why I'm curious >> as to the bridge-specificness of this patch. > > Because I have only made a handful of commits so far and they were all > to if_bridge, so im a little narrow minded at the moment ;-) > > If there is a better way to do this im all for it. > > > Andrew I apologize for jumping down your throat, you walked into a discussion that started a few weeks ago, then went into hiatus... and now you've resurrected it. :) There was some discussion as to whether alignment was the driver's job, the ethernet layer's job, or the protocl layer's job. :) Your code should be fine until we come to a consensus on what to do. Mike "Silby" Silbersack