From owner-freebsd-net@FreeBSD.ORG Wed Mar 30 17:44:18 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E4DC106566C; Wed, 30 Mar 2011 17:44:18 +0000 (UTC) (envelope-from lacombar@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 047EC8FC14; Wed, 30 Mar 2011 17:44:17 +0000 (UTC) Received: by iyj12 with SMTP id 12so1889201iyj.13 for ; Wed, 30 Mar 2011 10:44:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=LF1Kst5MT8mW5EGJDYS/9A1mX+POyOnUlkjxNnMXed4=; b=fNG31NTZZ6u4/Z7WTvXA1MtYiERBjBZS6hTlOdl1rshG8ODXMIZWr+Wu7tH9Keg+FZ gQtm+8WVzLpm9MBwDU7mqfgn0jfDoubx9pbxQSMSLyt4TpvBSsmMD1pmHY1PAevmkLaF /lAxljzHi9HsaTtb0xC33757kZV/nHPzdqJ4c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=gRo6jxdOg2zf9FRt5SUIKEZnf06ATxsQ7CgP1x445TlBc1cPnchjoVOsaNa98gyFsx jFGQWBfy5ZKc67mh/lTSYpF6ZARoTS5R2Mdnh2wMA2eDhJyWx584VhUYFmjFpAX4WGzK Pv338HRezyxexcoPNcuPhTymSZGTf3sJrdVMI= MIME-Version: 1.0 Received: by 10.42.159.197 with SMTP id m5mr1468846icx.81.1301507057461; Wed, 30 Mar 2011 10:44:17 -0700 (PDT) Received: by 10.42.146.72 with HTTP; Wed, 30 Mar 2011 10:44:17 -0700 (PDT) In-Reply-To: <4D936407.2030900@FreeBSD.org> References: <4D923931.2070606@zonov.org> <4D92BB71.5000900@FreeBSD.org> <4D935DF6.90906@FreeBSD.org> <4D936407.2030900@FreeBSD.org> Date: Wed, 30 Mar 2011 13:44:17 -0400 Message-ID: From: Arnaud Lacombe To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-net@freebsd.org Subject: Re: igb(4) won't start with "igb0: Could not setup receive structures" 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: Wed, 30 Mar 2011 17:44:18 -0000 On Wed, Mar 30, 2011 at 1:10 PM, Doug Barton wrote: > On 3/30/2011 10:06 AM, Arnaud Lacombe wrote: >> >> No. We are taking about exceptional recoverable situation not handled >> by the software, it should not bring the complete system down. If >> you're swapping code has defect, you do not tell one to buy more RAM >> not to trigger the defective code, you fix the code. The situation is >> similar here. > > I understand that you believe the situations to be similar, however you may > make your point more clearly if you share the patches you've developed with > the list so that others can review/comment/etc. > The patch has been posted on the list, please search in the archives. - Arnaud