From owner-freebsd-net@FreeBSD.ORG Sat Jun 21 00:13:02 2008 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 4A2021065670 for ; Sat, 21 Jun 2008 00:13:02 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.224]) by mx1.freebsd.org (Postfix) with ESMTP id D92418FC16 for ; Sat, 21 Jun 2008 00:13:01 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so8150174rvf.43 for ; Fri, 20 Jun 2008 17:13:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=fEqHWkxMyvGobyDhr3Mh4EZdBWP2vFT/IebOWUTsI70=; b=xgGJ5IQeJdxdurRuMu6iJHZrYoNY06/h/XAJSdPpnY1V1yYCAV6Yc4/q1r8/4ZaxU+ eRv+HExn0H6vlbtUDTaqxrjyPHAFp2YWX6XHevxL3glzsn4UHZgjaYjqvtbe6G8R7PBy 5048YCQ2NmbfEm8sPQGaomlmANPXj9nnmmZR8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=fmavkM0jixzpCRGxSuBc20E/6hmrcg4OZTk2MYklg+QHz9hmGER0l2EX00mbQ31CdC N078p4HyIHcKQrxUuAEk6DcgZ51D27xOI2q0yNsgeEwzMQ/oGCPG9qwhvTM7zkMVeanl CZGQxsxaFShtaMtbTaBdp6yl5X6SLzwh90c5k= Received: by 10.141.13.13 with SMTP id q13mr3981190rvi.11.1214007180908; Fri, 20 Jun 2008 17:13:00 -0700 (PDT) Received: by 10.114.174.13 with HTTP; Fri, 20 Jun 2008 17:13:00 -0700 (PDT) Message-ID: <2a41acea0806201713m7a083b9dr10894c8a0845df8e@mail.gmail.com> Date: Fri, 20 Jun 2008 17:13:00 -0700 From: "Jack Vogel" To: "Support (Rudy)" In-Reply-To: <485C41C5.4090706@monkeybrains.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080516185813.H866@logos.sky.od.ua> <2a41acea0805160904g7dcf9f58rf69ca5d0612945cc@mail.gmail.com> <4853055C.2030303@MonkeyBrains.NET> <48535A11.4020003@monkeybrains.net> <48582C29.8030307@monkeybrains.net> <2a41acea0806191055w5e112b8bsa57a8db2b177adbe@mail.gmail.com> <485C0F07.7000408@monkeybrains.net> <2a41acea0806201355y3b123462wc37280f28a9f4216@mail.gmail.com> <485C41C5.4090706@monkeybrains.net> Cc: freebsd-net@freebsd.org Subject: Re: Seeking help understanding my "emX: watchdog timeout" messages 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: Sat, 21 Jun 2008 00:13:02 -0000 On Fri, Jun 20, 2008 at 4:48 PM, Support (Rudy) wrote: > Jack Vogel wrote: >> >> ... can you switch and run the interface in non-polled, in fact if >> possible using >> MSI?? > > Do I have to do anything special for MSI? I see this in my dmesg: > > # dmesg | grep MSI > em0: Using MSI interrupt > em1: Using MSI interrupt > em2: Using MSI interrupt > em3: Using MSI interrupt > em4: Using MSI interrupt > em5: Using MSI interrupt > > Nope, you already are setup, you just have to disable polling. Jack