From owner-freebsd-current@FreeBSD.ORG Fri Feb 17 19:52:13 2006 Return-Path: X-Original-To: freebsd-current@www.freebsd.org Delivered-To: freebsd-current@www.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52BDB16A420 for ; Fri, 17 Feb 2006 19:52:13 +0000 (GMT) (envelope-from ggajic@afrodita.rcub.bg.ac.yu) Received: from afrodita.rcub.bg.ac.yu (afrodita.rcub.bg.ac.yu [147.91.1.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D26443D46 for ; Fri, 17 Feb 2006 19:52:12 +0000 (GMT) (envelope-from ggajic@afrodita.rcub.bg.ac.yu) Received: from afrodita.rcub.bg.ac.yu (localhost.localdomain [127.0.0.1]) by afrodita.rcub.bg.ac.yu (8.13.4/8.13.4) with ESMTP id k1HJq6Z8000407 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 17 Feb 2006 20:52:06 +0100 Received: from localhost (ggajic@localhost) by afrodita.rcub.bg.ac.yu (8.13.4/8.13.4/Submit) with ESMTP id k1HJq5KS000404 for ; Fri, 17 Feb 2006 20:52:06 +0100 Date: Fri, 17 Feb 2006 20:52:05 +0100 (CET) From: Goran Gajic To: freebsd-current@www.freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-RCUB-MailScanner-Information: Please contact the RCUB if you have problem with mail X-RCUB-MailScanner: Found to be clean X-RCUB-MailScanner-From: ggajic@afrodita.rcub.bg.ac.yu X-Mailman-Approved-At: Fri, 17 Feb 2006 21:35:41 +0000 Cc: Subject: sio interrupt-level buffer overflows? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2006 19:52:13 -0000 Hi, In 6.0 and 7.0-CURRENT while using pppd I have noticed when I terminate connection: Feb 17 20:38:17 test kernel: sio1: 25215 more interrupt-level buffer overflows (total 25215) I thought that it is pppd related and I have switched to ppp (user land ppp) but message is still present after connection termination. What is causing it? I haven't seen it back in 5.4.. Regards, gg.