From owner-freebsd-net@FreeBSD.ORG Tue Jul 10 21:21:18 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5327F16A46D for ; Tue, 10 Jul 2007 21:21:18 +0000 (UTC) (envelope-from jamebus@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 0E4FC13C4C6 for ; Tue, 10 Jul 2007 21:21:12 +0000 (UTC) (envelope-from jamebus@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so2843308pye for ; Tue, 10 Jul 2007 14:21:12 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=DihihWxgHpyn1bfPa461oR1yMOoTzG9gtgfT7ls1aToFkLyjSdpbBINjsCGCsCZjmT1r4WJCGQzACe479uFZ7WUcC90L0rwtW4dNejI8fODjKHTeHyG7cVItA/UkZXYVHUAHfKMcoGE1R4FJ9UJJZl+wHhKMQIm/nFzg+dCiOUM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=tQ7jknm1PCI3kKA+zYBCyAAxknKDLjWRCuS+Xtz9ezlqW4TtNZAvcHzg9txXBjrQVQBpXOB0JxgH85mxFd7ZH4xBUmY3SuhaldsaUcmLYebiXDtjzShNRfjSria5W+xr2UwZgpm57McyccluEmv5m0eCfe+atCJp/FpWJuNOKbk= Received: by 10.65.244.15 with SMTP id w15mr4483563qbr.1184100729929; Tue, 10 Jul 2007 13:52:09 -0700 (PDT) Received: by 10.65.132.18 with HTTP; Tue, 10 Jul 2007 13:52:09 -0700 (PDT) Message-ID: Date: Tue, 10 Jul 2007 15:52:09 -0500 From: James Sender: jamebus@gmail.com To: "FreeBSD Net" In-Reply-To: <4693C88F.8050204@tomjudge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46680DB1.9050905@tomjudge.com> <09BFF2FA5EAB4A45B6655E151BBDD90304571430@NT-IRVA-0750.brcm.ad.broadcom.com> <09BFF2FA5EAB4A45B6655E151BBDD903045714EF@NT-IRVA-0750.brcm.ad.broadcom.com> <4684D5C0.3040709@tomjudge.com> <09BFF2FA5EAB4A45B6655E151BBDD90304571BF1@NT-IRVA-0750.brcm.ad.broadcom.com> <468A2D55.60301@tomjudge.com> <46937D97.7030507@tomjudge.com> <46938E75.80900@tomjudge.com> <4693C88F.8050204@tomjudge.com> X-Google-Sender-Auth: d20d49f09735bea8 Subject: Re: Problems with BCE network adapter (Dell PE2950) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 21:21:18 -0000 On 7/10/07, Tom Judge wrote: > Ok so I think I have fix the problem with the rx_bd tracking. I > have ported rboyer's patch to NetBSD's bnx driver to FreeBSD (patch > attached). The patch seems to get rid of two problems: > > 1) Unexpected mbuf in rx_bd > 2) Too many free rx_bd's Hi Tom. Thanks much for your work with this problem. I'm effected by major bce problems as well. Right now I'd be happy to get it working properly with an MTU of 1500. To that end I'm unable to get your patch to apply cleanly to my FreeBSD 6.2 tree. Most likely I've lost track of what patches in this thread to apply before your patch. If you have time, would you be so kind to cook a diff against a vanilla FreeBSD 6.2 tree or let me know which patches to apply first? Thanks! -- James.