From owner-freebsd-stable@FreeBSD.ORG Mon Dec 8 19:46:08 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 75B76106564A for ; Mon, 8 Dec 2008 19:46:08 +0000 (UTC) (envelope-from mikej@rogers.com) Received: from smtp114.rog.mail.re2.yahoo.com (smtp114.rog.mail.re2.yahoo.com [68.142.225.230]) by mx1.freebsd.org (Postfix) with SMTP id 0B9688FC0C for ; Mon, 8 Dec 2008 19:46:07 +0000 (UTC) (envelope-from mikej@rogers.com) Received: (qmail 21066 invoked from network); 8 Dec 2008 19:46:07 -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=X1MrQQRgkJ2JePw7iqjNpiV4UJpLlHxOfsqKmNFObXdHab0DnwjcvNFHYyZGFacAyms9QuuGMSbNBrinaTvj8jcuZmg9AzLDtyowQu22Lu1Jr0YksbyLWbTryTxvLlxgOcP0tmJrAbQMYFyuBHukb4nHwu+OW6reWwsQucGDf1Q= ; Received: from unknown (HELO wettoast.dyndns.org) (mikej@99.227.98.203 with login) by smtp114.rog.mail.re2.yahoo.com with SMTP; 8 Dec 2008 19:46:03 -0000 X-YMail-OSG: HCB.M4wVM1ldZ46lf6iPAERSl8kYXi3hpPyvjYI5_dxyaLUfVBI.nfeTvoVGtrtRjQ-- X-Yahoo-Newman-Property: ymail-3 Received: from 38.99.187.34 (SquirrelMail authenticated user mikej) by wettoast.dyndns.org with HTTP; Mon, 8 Dec 2008 14:46:11 -0500 (EST) Message-ID: <3a6fb7145a0a6c8af136ea1a0824e5ed.squirrel@wettoast.dyndns.org> In-Reply-To: <493CE8F7.5010204@yandex-team.ru> References: <4935069A.8060209@ec-marseille.fr> <49357BD0.4000008@delphij.net> <4935944A.9090509@ec-marseille.fr> <4935C453.8070301@delphij.net> <4935D67E.4070204@delphij.net> <4936F8C4.6090006@ec-marseille.fr> <49399FA6.3060108@delphij.net> <493CE8F7.5010204@yandex-team.ru> Date: Mon, 8 Dec 2008 14:46:11 -0500 (EST) From: "Mike Jakubik" To: slayer@yandex-team.ru 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: delphij@delphij.net, d@delphij.net, freebsd-stable@freebsd.org Subject: Re: RELENG_7_1: bce driver change generating too much interrupts ? 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: Mon, 08 Dec 2008 19:46:08 -0000 On Mon, December 8, 2008 4:29 am, Oleg Gorokhov wrote: > This patch committed fixes the issue reported earlier with interruptions > but there is one more problem discussed here: > > http://unix.derkeiler.com/Mailing-Lists/FreeBSD/stable/2008-11/msg00144.html > > We also have observed similar bad behavior for network (especially > ssl-based) operations: imaps, ssh and smtp starttls connections - all of > them were failed to establish after a day of successful operation: > I wonder if my problem is related to this. I have a java chat service application that starts dropping connections after about 4 days of uptime. There is nothing in the applications logs, and i know this works fine on Linux. Will try updating to the latest bce patch tonight to see if it helps.