From owner-freebsd-net@FreeBSD.ORG Thu Nov 1 12:33:53 2007 Return-Path: Delivered-To: freebsd-net@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49C2816A417 for ; Thu, 1 Nov 2007 12:33:53 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from fallbackmx01.syd.optusnet.com.au (fallbackmx01.syd.optusnet.com.au [211.29.132.93]) by mx1.freebsd.org (Postfix) with ESMTP id DD9E313C4A3 for ; Thu, 1 Nov 2007 12:33:52 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail15.syd.optusnet.com.au (mail15.syd.optusnet.com.au [211.29.132.196]) by fallbackmx01.syd.optusnet.com.au (8.12.11.20060308/8.12.11) with ESMTP id l9VFZAre009290 for ; Thu, 1 Nov 2007 02:35:10 +1100 Received: from c211-30-219-213.carlnfd3.nsw.optusnet.com.au (c211-30-219-213.carlnfd3.nsw.optusnet.com.au [211.30.219.213]) by mail15.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id l9VFYJLU019005 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 1 Nov 2007 02:34:20 +1100 Date: Thu, 1 Nov 2007 02:34:31 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Jack Vogel In-Reply-To: <2a41acea0710301317w8e820f2pdbd7f3ca1e1f6a30@mail.gmail.com> Message-ID: <20071101022946.V4289@delplex.bde.org> References: <2a41acea0710301317w8e820f2pdbd7f3ca1e1f6a30@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: "freebsd-net@freebsd.org" , FreeBSD Stable List Subject: Re: em watchdogs - OS involvement X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2007 12:33:53 -0000 On Tue, 30 Oct 2007, Jack Vogel wrote: > Another bit of data, if I define DEVICE_POLLING on the Oct. snap it > also will work. Defining DEVICE_POLLING (globally) breaks configuration of "fast" interrupt handlers in em. I have to #undef it to test "fast" interrupt handlers in em without losing testing of polling in other network drivers. I lose only testing of polling in em. Bruce