From owner-freebsd-stable@FreeBSD.ORG Tue Nov 7 21:05:01 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 DD63316A403 for ; Tue, 7 Nov 2006 21:05:01 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CDA343D46 for ; Tue, 7 Nov 2006 21:05:00 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by py-out-1112.google.com with SMTP id z59so1261871pyg for ; Tue, 07 Nov 2006 13:04:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NVoXfqi54X3I7cvFYKiwFDD1vilnRylNsinltbmwu1GUfjM4nwB6V6WJLDxX9qh6KwQASflN1SiLQTf7oZNR9tJ/g33RF0LMts7Ds8EHiNYDvzMQXtu1N3uORSUn9nc5gINXbUW4EZCPeGMJBTHPUGFP7muzEEbiw8/O2w3Szk4= Received: by 10.35.103.12 with SMTP id f12mr13751757pym.1162933466949; Tue, 07 Nov 2006 13:04:26 -0800 (PST) Received: by 10.35.118.6 with HTTP; Tue, 7 Nov 2006 13:04:26 -0800 (PST) Message-ID: <2a41acea0611071304n4fae1751ic462a58b45825bf2@mail.gmail.com> Date: Tue, 7 Nov 2006 13:04:26 -0800 From: "Jack Vogel" To: "Clayton Milos" In-Reply-To: <001601c702af$9d355940$9603a8c0@claylaptop> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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> Cc: freebsd-stable@freebsd.org, 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:05:01 -0000 On 11/7/06, 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. I'm not sure what it is, but the fact that a variety of nic drivers are having this same problem indicates that something changed in the if_timer and its caller, someone knowing that subsystem would be better qualified to say what. The other drivers should do the same thing that em did, and stop using the net layer timer :) Jack