From owner-freebsd-bugs@FreeBSD.ORG Fri Dec 24 11:30:23 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C938616A4CE for ; Fri, 24 Dec 2004 11:30:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6B9243D41 for ; Fri, 24 Dec 2004 11:30:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBOBUNTu002977 for ; Fri, 24 Dec 2004 11:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBOBUN3a002976; Fri, 24 Dec 2004 11:30:23 GMT (envelope-from gnats) Date: Fri, 24 Dec 2004 11:30:23 GMT Message-Id: <200412241130.iBOBUN3a002976@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Bjoern A. Zeeb" Subject: Re: kern/75460: sk driver hangs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Bjoern A. Zeeb" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Dec 2004 11:30:23 -0000 The following reply was made to PR kern/75460; it has been noted by GNATS. From: "Bjoern A. Zeeb" To: Patrick Oonk Cc: freebsd-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/75460: sk driver hangs Date: Fri, 24 Dec 2004 11:24:58 +0000 (UTC) could you please try following patch and see if it improves the situation (I don't even know if it will compile because I am not setup for RELENG_4): http://sources.zabbadoz.net/freebsd/patchset/EXPERIMENTAL/if_sk-RELENG_4.diff If you need jumbo frame support following patch from HEAD should apply with some offset and also work: http://sources.zabbadoz.net/freebsd/patchset/EXPERIMENTAL/if_sk.c-yukon-jumbo-frames.diff