From owner-freebsd-stable@FreeBSD.ORG Tue Nov 7 21:43:38 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4161716A516 for ; Tue, 7 Nov 2006 21:43:38 +0000 (UTC) (envelope-from mikej@rogers.com) Received: from smtp100.rog.mail.re2.yahoo.com (smtp100.rog.mail.re2.yahoo.com [206.190.36.78]) by mx1.FreeBSD.org (Postfix) with SMTP id 3B18B43D55 for ; Tue, 7 Nov 2006 21:43:36 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 76517 invoked from network); 7 Nov 2006 21:43:31 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=RRAgIQkLN9AYDtpJx/Apb5Aayx7WjboVonqukXDNugD5ASLyWUHqlcacNqbNA8H2deejdMw9H3Ev+VykGjzplDq8LxAXH/zjKf3xv8i7b1NhTxh/tchIndxaH1kNiY33FA8P1uLWEY26CydZ7UxsdDIbazystyli0qZe3zoCtxA= ; Received: from unknown (HELO ?172.16.0.200?) (mikej@rogers.com@74.111.253.239 with plain) by smtp100.rog.mail.re2.yahoo.com with SMTP; 7 Nov 2006 21:43:31 -0000 Message-ID: <4550FE11.2060002@rogers.com> Date: Tue, 07 Nov 2006 16:43:45 -0500 From: Mike Jakubik User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Clayton Milos References: <68011C68-0962-4946-88E1-F36EE7C707DA@redstarling.com><20061106221219.GA66676@hugo10.ka.punkt.de><041201c701f9$37b2aed0$9603a8c0@claylaptop> <2a41acea0611061614n478efe77y82c0ebc2e1b01e19@mail.gmail.com> <001601c702af$9d355940$9603a8c0@claylaptop> In-Reply-To: <001601c702af$9d355940$9603a8c0@claylaptop> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, Jack Vogel , ke han Subject: Re: em driver testing X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2006 21:43:38 -0000 Clayton Milos wrote: > Hi Jack > > > I patched the driver and re-compiled the kernel and userland. > > All appears well with the em driver now. No more errors on it. > I am getting watchdog timeouts on the xl driver now though. It was > happenning before at the same time as the em ones. Now I've passed a > lot of traffic on the em interface but the xl interface gets watchdog > errors. The em interface still works fine but the xl one is no usable > after this. Has it not been established by someone that the problem is in freebsd (scheduler iirc) and not the drivers themselves? This along with the bge/bce wtachdog timeouts seems to confirm that.