From owner-freebsd-stable@FreeBSD.ORG Fri Aug 4 13:52:43 2006 Return-Path: X-Original-To: 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 4C7F416A4E2 for ; Fri, 4 Aug 2006 13:52:43 +0000 (UTC) (envelope-from scott.wilson@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F21443D58 for ; Fri, 4 Aug 2006 13:52:42 +0000 (GMT) (envelope-from scott.wilson@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so84932wxd for ; Fri, 04 Aug 2006 06:52:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bWcKYOMykY45dtSsF+6tjskxua1yxrKWvuB4AjEao7JYxIXUPBKthNeEQkf9dSbML//GDOLiGzCCG2jMoF+MJ9JRWahbxDh+bT6Qfhl8KbhShZvvbFuUwKpfBBWGXiOn8uEG3zaXiamfNxFqlv1eFQy4SYrokxWZ9k6XCzdVMm8= Received: by 10.78.118.19 with SMTP id q19mr1542721huc; Fri, 04 Aug 2006 06:52:40 -0700 (PDT) Received: by 10.78.70.10 with HTTP; Fri, 4 Aug 2006 06:52:40 -0700 (PDT) Message-ID: Date: Fri, 4 Aug 2006 15:52:40 +0200 From: "Scott Wilson" To: "Doug Ambrisko" In-Reply-To: <200607130513.k6D5DTdb074868@ambrisko.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <09BFF2FA5EAB4A45B6655E151BBDD903018924E0@NT-IRVA-0750.brcm.ad.broadcom.com> <200607130513.k6D5DTdb074868@ambrisko.com> Cc: pyunyh@gmail.com, stable@freebsd.org, "David \(Controller AE\) Christensen" , davidch@freebsd.org, Eric Hodel Subject: Re: Re: bce0: Error mapping mbuf into TX chain! 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: Fri, 04 Aug 2006 13:52:43 -0000 On 7/13/06, Doug Ambrisko wrote: > David (Controller AE) Christensen writes: > | Sorry, I've been out on vacation and just got back into town. I'll MFC > | the patch within the next day or two. > > I'll let you merge in the down/up fix that I put into -current. > > Doug A. Hi, I just had a bce interface lock up with the same problem: Aug 4 07:00:16 pe3 kernel: bce0: /usr/src/sys/dev/bce/if_bce.c(4644): Error mapping mbuf into TX chain! Aug 4 07:00:47 pe3 last message repeated 368 times .... running v 1.2.2.5 of if_bce.c from RELENG_6 which has the defragmentation patch mentioned in this thread. Any suggestions on how I can help find a fix? scott