From owner-freebsd-hackers@freebsd.org Wed Jul 22 17:54:13 2015 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 906179A85A3; Wed, 22 Jul 2015 17:54:13 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x22a.google.com (mail-pa0-x22a.google.com [IPv6:2607:f8b0:400e:c03::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 62A05107F; Wed, 22 Jul 2015 17:54:13 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pabkd10 with SMTP id kd10so69975693pab.2; Wed, 22 Jul 2015 10:54:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=R3E5tXV0GWyBLg7axpLOcC3sBApB8Wzz9n1+pg16Ag4=; b=dLNz/4Eh5op6cVyVHeR47XJUxKiO+Q0qkcKf0PKWHvtWOQnLabamGqnb6nSvOeHUlU cyvd8VGFdQkcFO6FEWJjQs97EO7DKXdEmIISH+UuBvfnKZf8GNeEd1TGhvLF0HXtoqge gMIdsoJrynSQZzuOW/OzXpNtGNQjoMPY46y90UE+vW7aWHOkGqm7hTzpJTs+EVzvM44N YaAISmuqdSEB8uY5T2h8gFkNJyW05qZeNo9KWUMMFg/ghHFLYxRAXMs8L9nEGe36f1Ak YeT6L/U4PDLtnwHI2wu4bCcnIchUVL6STOSmcGTMy2GhRlMNKpmY+in/B2CeT/3fhEdT fYxw== X-Received: by 10.66.66.40 with SMTP id c8mr8411791pat.117.1437587652867; Wed, 22 Jul 2015 10:54:12 -0700 (PDT) Received: from [33.169.126.251] ([172.56.33.170]) by smtp.gmail.com with ESMTPSA id rh11sm4482006pdb.22.2015.07.22.10.54.11 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 22 Jul 2015 10:54:12 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: Interesting Boot failure on HEAD with a large number of IGB nics From: Garrett Cooper X-Mailer: iPhone Mail (12H143) In-Reply-To: <20150722171419.GE41419@in-addr.com> Date: Wed, 22 Jul 2015 10:54:10 -0700 Cc: Mark Saad , "freebsd-hackers@freebsd.org" , FreeBSD-Stable ML Content-Transfer-Encoding: quoted-printable Message-Id: <95653312-0F92-40E4-89EE-E8235403D3B9@gmail.com> References: <20150722171419.GE41419@in-addr.com> To: Gary Palmer X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2015 17:54:13 -0000 > On Jul 22, 2015, at 10:14, Gary Palmer wrote: ... > I'm no expert, but you may want to try setting >=20 > hw.igb.num_queues=3D1 >=20 > and maybe >=20 > hw.ixgbe.num_queues=3D1 >=20 > in the boot loader and trying that. There was another discussion that took place around June on current that mig= ht be helpful. I think the solution boiled down to what Gary described above= , because the driver auto tuning was broken... Thanks! -NGie=