From owner-freebsd-net Wed Apr 26 7:31:16 2000 Delivered-To: freebsd-net@freebsd.org Received: from info.iet.unipi.it (info.iet.unipi.it [131.114.9.184]) by hub.freebsd.org (Postfix) with ESMTP id 188B937BDED; Wed, 26 Apr 2000 07:31:07 -0700 (PDT) (envelope-from luigi@info.iet.unipi.it) Received: (from luigi@localhost) by info.iet.unipi.it (8.9.3/8.9.3) id QAA24137; Wed, 26 Apr 2000 16:31:42 +0200 (CEST) (envelope-from luigi) From: Luigi Rizzo Message-Id: <200004261431.QAA24137@info.iet.unipi.it> Subject: Re: Proposal for ethernet, bridging, netgraph In-Reply-To: <200004261019.MAA43188@luxren2.boostworks.com> from Remy Nonnenmacher at "Apr 26, 2000 12:19:42 pm" To: remy@boostworks.com Date: Wed, 26 Apr 2000 16:31:41 +0200 (CEST) Cc: archie@whistle.com, luigi@FreeBSD.ORG, csg@waterspout.com, pavel@alum.mit.edu, nsayer@sftw.com, julian@elischer.org, freebsd-net@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > What about: > > 1) create an ether_input2() that {bpf_tap(), brige(), m_adj(); > ether_input()} > 2) Call ether_input2() from any simple drivers doing the ripping. > 3) keep all 'strange' or not-reviewed drivers using the standard > ether_input() > 4) carefully move all these drivers needing review to ether_input2() > 5) merge ether_input2 into ether_input when there will be no more > driver using the standard ether_input. which is basically my proposal, with step 5 left to the guys in northern europe who do all the dirty works :) cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message