From owner-freebsd-stable@FreeBSD.ORG Tue Dec 23 16:34:59 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9910F1065689 for ; Tue, 23 Dec 2008 16:34:59 +0000 (UTC) (envelope-from mikej@rogers.com) Received: from smtp123.rog.mail.re2.yahoo.com (smtp123.rog.mail.re2.yahoo.com [206.190.53.28]) by mx1.freebsd.org (Postfix) with SMTP id 3C11A8FC12 for ; Tue, 23 Dec 2008 16:34:58 +0000 (UTC) (envelope-from mikej@rogers.com) Received: (qmail 23618 invoked from network); 23 Dec 2008 16:34:58 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Received:Message-ID:In-Reply-To:References:Date:Subject:From:To:Cc:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:Importance; b=BIw2CEq+WFzNWdSeXAwTh740ppBN8+LQkp/eIDaF9Ae5P4Fu2O2S5+FH2LbzdIG+Tm8zEoxM0+Sp2crJev+8D1TnhbbjwyKQ6SjQZkOwvLRlx6Ui88LKKe+32Q5lJGYd8dzFgNuZpSZ2KcrDqjkCOYP88S6iq3mIkYHCVUhV8I0= ; Received: from unknown (HELO wettoast.dyndns.org) (mikej@99.227.98.203 with login) by smtp123.rog.mail.re2.yahoo.com with SMTP; 23 Dec 2008 16:34:58 -0000 X-YMail-OSG: S23wYZQVM1lBy1Ekj0oAOCksKthkINGJr99bXO10qVFpT4KzFlhWEZcJzXZRq_bwug-- X-Yahoo-Newman-Property: ymail-3 Received: from 38.99.187.34 (SquirrelMail authenticated user mikej) by wettoast.dyndns.org with HTTP; Tue, 23 Dec 2008 11:35:11 -0500 (EST) Message-ID: In-Reply-To: <4944D3A3.8040505@delphij.net> References: <20081210160325.GA72838@mr-happy.com> <4944D3A3.8040505@delphij.net> Date: Tue, 23 Dec 2008 11:35:11 -0500 (EST) From: "Mike Jakubik" To: d@delphij.net User-Agent: SquirrelMail/1.4.15 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Jeff Blank , Vlad GALU , freebsd-stable@freebsd.org Subject: Re: bce(4) and rx errors 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, 23 Dec 2008 16:34:59 -0000 On Sun, December 14, 2008 4:36 am, Xin LI wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, Gents, > > I have not yet talked this with David but it looks like this patch would > make it disappear. > > Cheers, I have been running my production systems for about a week now with this patch, interrupts are low and rx errors reports are gone, thanks Xin. P.S. I'm still having problems with my application, but at this point i'm not sure whether it has anything to do with the driver, for what its worth here is the error which causes it to stop accepting new connection. wrapper.log.15:INFO | jvm 1 | 2008/12/17 18:49:12 | Exception in thread "Thread-0" java.nio.channels.IllegalBlockingModeException wrapper.log.15:INFO | jvm 1 | 2008/12/17 18:49:12 | at sun.nio.ch.ServerSocketAdaptor.accept(ServerSocketAdaptor.java:86) wrapper.log.15:INFO | jvm 1 | 2008/12/17 18:49:12 | at com.precyse.chat.service.connector.ServerSocketChannelConnector.registerSelection(ServerSocketChannelConnector.java:404) wrapper.log.15:INFO | jvm 1 | 2008/12/17 18:49:12 | at com.precyse.chat.service.connector.ServerSocketChannelConnector.run(ServerSocketChannelConnector.java:148)