From owner-freebsd-arch@FreeBSD.ORG Wed Mar 15 08:11:02 2006 Return-Path: X-Original-To: arch@freebsd.org Delivered-To: freebsd-arch@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F02DE16A401; Wed, 15 Mar 2006 08:11:02 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-3.dlr.de (smtp-3.dlr.de [195.37.61.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 651F443D48; Wed, 15 Mar 2006 08:11:01 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-3.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.211); Wed, 15 Mar 2006 09:10:59 +0100 Date: Wed, 15 Mar 2006 09:11:01 +0100 (CET) From: Harti Brandt X-X-Sender: brandt_h@beagle.kn.op.dlr.de To: Warner Losh In-Reply-To: <20060314.204252.74651890.imp@bsdimp.com> Message-ID: <20060315090615.I56469@beagle.kn.op.dlr.de> References: <20060315004530.B5861@fledge.watson.org> <20060314.204252.74651890.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 15 Mar 2006 08:10:59.0804 (UTC) FILETIME=[FE7A59C0:01C64807] Cc: arch@freebsd.org, rwatson@freebsd.org Subject: Re: netatm: plan for removal unless an active maintainer is found X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harti Brandt List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 08:11:03 -0000 On Tue, 14 Mar 2006, Warner Losh wrote: WL>> The main motivator for pruning has to do with the SMP network stack work: WL>> we're reaching the point, discussed on a number of occasions previously on WL>> this mailing list, where jettisoning unmaintained network stack components WL>> that are unable to run MPSAFE, is highly desirable. WL> WL>What's the timeline for non-MPSAFE network drivers to be taken out WL>behind the woodshed? Right now the list appears to be: WL> WL> an, awi, cm, cnw, cs, en, ex, fatm, ie, lnc, patm, fea, fpa, WL> mn, ray, sbni, sbsh, snc, tx, wl, xe, ar, sr, plip Both patm and fatm are MPSAFE - I forgot, maybe, to set the INTR_MPSAFE flag. I'll fix that. harti