From owner-freebsd-current@FreeBSD.ORG Tue Nov 16 21:44:23 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 711F416A4CE for ; Tue, 16 Nov 2004 21:44:23 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06A3943D55 for ; Tue, 16 Nov 2004 21:44:22 +0000 (GMT) (envelope-from david.kleiner@gmail.com) Received: by mproxy.gmail.com with SMTP id w67so224249cwb for ; Tue, 16 Nov 2004 13:44:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=k9gx1pGLAZrW0ff9biHDfyBBrRbarCj0BtHAQVsHnodMPWJkWvQqU9JJpNqAHo41h2Kp0WCzbTdtxsIgsyMV3L0MCtD0O12/F1QZPCkt16kfHNej8ZSmZhDI4NR+SuZoJY+qa+jEaqfbN+EmaOZwby8tMlnb5MkV1bSwWUOEkFI= Received: by 10.11.117.43 with SMTP id p43mr848482cwc; Tue, 16 Nov 2004 13:44:21 -0800 (PST) Received: by 10.11.117.23 with HTTP; Tue, 16 Nov 2004 13:44:21 -0800 (PST) Message-ID: Date: Tue, 16 Nov 2004 13:44:21 -0800 From: David Kleiner To: "Bjoern A. Zeeb" In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041115070404.GP64152@marvin.riggiland.au> <20041115084705.GQ64152@marvin.riggiland.au> cc: FreeBSD current mailing list cc: FreeBSD amd64 mailing list Subject: Re: [PATCH] if_sk(4) rx/tx "hangs" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Kleiner List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2004 21:44:23 -0000 Bjoern, Thank you for the update. I re-sync'ed to the latest -HEAD, re-added sk to the kernel statically and it's been running for 5 hours fine, although it "feels" a bit sluggish over the network. Will see how it goes. Cheers, David On Tue, 16 Nov 2004 18:55:35 +0000 (UTC), Bjoern A. Zeeb wrote: > On Mon, 15 Nov 2004, David Kleiner wrote: > > Hi, > > > Here is what I get when trying to load up the if_sk.ko module: > > > ... > > Nov 15 15:31:58 macropus kernel: sk0: no memory for jumbo buffers! > > Nov 15 15:31:58 macropus kernel: sk0: jumbo buffer allocation failed > > Nov 15 15:31:58 macropus kernel: device_attach: sk0 attach returned 12 > > I had seen this too some weeks ago when loading and unloading the > if_sk.ko repeatedly but I haven't been able to reproduce afterwards. > > > This is an Asus "A8V Deluxe (v. 2.0) K8T800 No-WiFi/A" and 6.0-CURRENT > > built on Sat Nov 13 12:08:59 PST 2004. > > > > I also had it crashed while running a 700MB bittorrent transfer (stock > > py-bittorrent) but did not get a crash dump. The stack trace pointed > > at problem with networking and calling "panic" at the db> prompt > > wedged it solid. > > you may perhaps want to update to lastest version which adds some > locking in the jumbo buffer memory functions. This should hopefully > help you. > > -- > > > Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT >