From owner-freebsd-stable@FreeBSD.ORG Thu Oct 12 21:27:47 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CB4F16A403 for ; Thu, 12 Oct 2006 21:27:47 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5076343D72 for ; Thu, 12 Oct 2006 21:27:46 +0000 (GMT) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost2.sentex.ca (8.13.8/8.13.8) with ESMTP id k9CLRjEj075215; Thu, 12 Oct 2006 17:27:45 -0400 (EDT) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.6/8.13.3) with ESMTP id k9CLRjmE042265 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 12 Oct 2006 17:27:45 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <7.0.1.0.0.20061012172452.12a7ae78@sentex.net> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Thu, 12 Oct 2006 17:25:45 -0400 To: shih@math.jussieu.fr, freebsd-stable@freebsd.org From: Mike Tancsa In-Reply-To: <20061012210033.GE28381@math.jussieu.fr> References: <20061012210033.GE28381@math.jussieu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Polling overflow ? 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: Thu, 12 Oct 2006 21:27:47 -0000 At 05:00 PM 10/12/2006, Albert Shih wrote: >The server have all NIC in polling mode because without this flag the NIC >disapear (em0 watchdog etc...) > >Today the only solution I've found is ... reboot the server :-( I would try and disable polling and then try the patch in http://lists.freebsd.org/pipermail/freebsd-stable/2006-October/029224.html Also, if you are not using INET6, get rid of it in your kernel. ---Mike