From owner-svn-src-head@FreeBSD.ORG Fri Jun 11 20:15:09 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C255C1065741; Fri, 11 Jun 2010 20:15:09 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [IPv6:2001:4068:10::3]) by mx1.freebsd.org (Postfix) with ESMTP id D1D508FC34; Fri, 11 Jun 2010 20:15:06 +0000 (UTC) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 2F6D441C798; Fri, 11 Jun 2010 22:15:06 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([192.168.74.103]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id e7+elPSs0AJk; Fri, 11 Jun 2010 22:15:05 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id A963F41C7A6; Fri, 11 Jun 2010 22:15:05 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 21E1E4448F3; Fri, 11 Jun 2010 20:13:25 +0000 (UTC) Date: Fri, 11 Jun 2010 20:13:24 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Jack Vogel In-Reply-To: Message-ID: <20100611200936.B26508@maildrop.int.zabbadoz.net> References: <201006111903.o5BJ3xp1062600@svn.freebsd.org> <20100611193903.W26508@maildrop.int.zabbadoz.net> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Jack F Vogel , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r209060 - head/sys/dev/ixgbe X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jun 2010 20:15:09 -0000 On Fri, 11 Jun 2010, Jack Vogel wrote: Hi, > HMMMMM, I put in a change in response to some people having problems with > mbuf resources, it seemed to work ok, but now i'm kinda concerned. Does > this > happen every time you bring the device up? > > In the routine 'ixgbe_setup_receive_ring()' I changed a couple of > M_NOWAIT's > to M_WAITOK, thinking that it would be ok in this code, can you test it, > change > it back to M_NOWAIT, and see if this symptom goes away? Will do and let you know. I assume you mean the ones as part of r208762? > How many cores does the machine have, I'm guessing its big? 4 After ~890 of those tires, locks, abd backtraces deadlkres killed it;) /bz