From owner-freebsd-stable@FreeBSD.ORG Thu Mar 25 15:39:40 2010 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 5BFB9106566C for ; Thu, 25 Mar 2010 15:39:40 +0000 (UTC) (envelope-from mloftis@wgops.com) Received: from juggler.wgops.com (juggler.wgops.com [204.11.247.41]) by mx1.freebsd.org (Postfix) with ESMTP id 390DA8FC0C for ; Thu, 25 Mar 2010 15:39:39 +0000 (UTC) Received: by juggler.wgops.com (Postfix, from userid 65534) id 9C1CDA810C; Thu, 25 Mar 2010 09:39:39 -0600 (MDT) X-Spam-ASN: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on juggler.wgops.com X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.2.5 Received: from [192.168.1.44] (host-72-174-39-176.msl-mt.client.bresnan.net [72.174.39.176]) by juggler.wgops.com (Postfix) with ESMTPSA id 6D22DA80BE for ; Thu, 25 Mar 2010 09:39:37 -0600 (MDT) Date: Thu, 25 Mar 2010 09:39:40 -0600 From: Michael Loftis To: Mailing List FreeBSD Stable Message-ID: <886B21E1787F0003B89E34B6@[192.168.1.44]> In-Reply-To: <4BAB718C.3090001@fsn.hu> References: <4BAB718C.3090001@fsn.hu> X-Mailer: Mulberry/4.0.8 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: clamav-milter 0.95.3 at juggler X-Virus-Status: Clean Cc: Subject: Re: 8-STABLE freezes on UDP traffic (DNS), 7.x doesn't 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, 25 Mar 2010 15:39:40 -0000 --On Thursday, March 25, 2010 3:22 PM +0100 Attila Nagy wrote: <...> > Both unbound and python accepts DNS requests, and it seems when 25% > interrupt happens, only unbound is in *udp state, where it is 50%, both > programs are in that state. Try turning of hardware TSO/checksum offload if it's availble on your chipset? ifconfig -rxcsum -txcsum -tso -- I'm only using nfe chips right now, but w/ the TSO/CSUM on they lock up constantly under high load. We're pretty sure it's mostly the nfe driver, or the chips themselves, but have never ruled out some generic 8.x hardware offload issues.