From owner-cvs-all@FreeBSD.ORG Thu Aug 24 23:35:21 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 296F716A4E6 for ; Thu, 24 Aug 2006 23:35:21 +0000 (UTC) (envelope-from mattjreimer@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE23C43D49 for ; Thu, 24 Aug 2006 23:35:19 +0000 (GMT) (envelope-from mattjreimer@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so641540wxd for ; Thu, 24 Aug 2006 16:35:19 -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=rXHg+hdTOZNsw/zt5kBozT8Di+8uQUgM+hNtN2WZFuysmyIOxqpdgX1K0hkjKViQcX6EOXy3gzsuBQi13w6ckoFShW51kUubjFiVzUCVxRJIxakaIN428TBEanMwHiYYukMxCputdwxP22aljf+Y22yX8I4pJoEUN4575tTvElE= Received: by 10.90.113.20 with SMTP id l20mr491584agc; Thu, 24 Aug 2006 16:35:19 -0700 (PDT) Received: by 10.90.25.19 with HTTP; Thu, 24 Aug 2006 16:35:19 -0700 (PDT) Message-ID: Date: Thu, 24 Aug 2006 16:35:19 -0700 From: "Matt Reimer" To: "Pyun YongHyeon" In-Reply-To: <200608140150.k7E1osuf005683@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200608140150.k7E1osuf005683@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/em if_em.c if_em.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 23:35:21 -0000 On 8/13/06, Pyun YongHyeon wrote: > yongari 2006-08-14 01:50:54 UTC > > FreeBSD src repository > > Modified files: > sys/dev/em if_em.c if_em.h > Log: > Overhaul Rx path to recover from mbuf cluster allocation failure. > o Create one more spare DMA map for Rx handler to recover from > bus_dmamap_load_mbuf_sg(9) failure. > o Make sure to update status bit in Rx descriptors even if we failed > to allocate a new buffer. Previously it resulted in stuck condition > and em_handle_rxtx task took up all available CPU cycles. [snip] Does anyone have a RELENG_6 version of this patch? I'd like to test it. Matt