From owner-cvs-all@FreeBSD.ORG Mon Aug 14 20:30:39 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 32EC616A4DA for ; Mon, 14 Aug 2006 20:30:39 +0000 (UTC) (envelope-from mattjreimer@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7254543D53 for ; Mon, 14 Aug 2006 20:30:38 +0000 (GMT) (envelope-from mattjreimer@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so448752wxd for ; Mon, 14 Aug 2006 13:30:37 -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=Ee02g9h3iGEvOunmPs5j98/DOMhOIql62m8Py5V483Dh3no21Ya3eV7sVsPzzEc1A385TCY86CCYP+98Rw4u9HAMu319RxsG1KAV3oQLSASWDedF9bLLimUasIxUXQ8HLMFh/7L7MFJsqHfL1yKznCuPYPnfCRENjXzSJt7p6QQ= Received: by 10.78.164.13 with SMTP id m13mr3461407hue; Mon, 14 Aug 2006 13:30:37 -0700 (PDT) Received: by 10.78.147.15 with HTTP; Mon, 14 Aug 2006 13:30:37 -0700 (PDT) Message-ID: Date: Mon, 14 Aug 2006 13:30:37 -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: Mon, 14 Aug 2006 20:30:39 -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] Is it possible that the RELENG_4 if_em driver would suffer from the same problems, particularly the stuck/CPU-chewing problem? Matt