From owner-cvs-all@FreeBSD.ORG Mon Mar 26 05:00:00 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 591CC16A401; Mon, 26 Mar 2007 05:00:00 +0000 (UTC) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.freebsd.org (Postfix) with ESMTP id 4047D13C469; Mon, 26 Mar 2007 05:00:00 +0000 (UTC) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.11/8.13.6) with ESMTP id l2Q500gO082305; Sun, 25 Mar 2007 21:00:00 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.11/8.12.3/Submit) id l2Q500ew082304; Sun, 25 Mar 2007 22:00:00 -0700 (PDT) (envelope-from rizzo) Date: Sun, 25 Mar 2007 21:59:59 -0700 From: Luigi Rizzo To: Yar Tikhiy Message-ID: <20070325215959.A82215@xorpc.icir.org> References: <200703260450.l2Q4o6vs047638@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200703260450.l2Q4o6vs047638@repoman.freebsd.org>; from yar@FreeBSD.org on Mon, Mar 26, 2007 at 04:50:06AM +0000 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_edsc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Mar 2007 05:00:00 -0000 On Mon, Mar 26, 2007 at 04:50:06AM +0000, Yar Tikhiy wrote: > yar 2007-03-26 04:50:06 UTC > > FreeBSD src repository > > Added files: > sys/net if_edsc.c > Log: > Introduce a new toy interface, edsc(4). It's a discard interface > imitating an Ethernet device, so vlan(4) and if_bridge(4) can be > attached to it for testing and benchmarking purposes. Its source > can be an introduction to the anatomy of a network interface driver > due to its simplicity as well as to a bunch of comments in it. any mfc plans ? cheers luigi