From owner-freebsd-current@freebsd.org Mon Jun 20 22:18:38 2016 Return-Path: Delivered-To: freebsd-current@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 587F0AC4788 for ; Mon, 20 Jun 2016 22:18:38 +0000 (UTC) (envelope-from rpp@ci.com.au) Received: from mippet.ci.com.au (mippet.ci.com.au [192.65.182.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mippet.ci.com.au", Issuer "mippet.ci.com.au" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E03D62BE0 for ; Mon, 20 Jun 2016 22:18:37 +0000 (UTC) (envelope-from rpp@ci.com.au) Received: from jodi.ci.com.au (jodi.ci.com.au [192.168.1.21]) by mippet.ci.com.au (8.15.2/8.15.2/CE160407) with ESMTPS id u5KMIYce044443 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Tue, 21 Jun 2016 08:18:34 +1000 (AEST) (envelope-from rpp@ci.com.au) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ci.com.au; s=jun2016; t=1466461114; bh=0KgAcVJowt/tknhKxMWJELLYg1BwQJ3NbcRzcZNrwo8=; h=Date:From:To:Subject:References:In-Reply-To; b=SXL0YUXi3jFkFdswiJjE4fWsZT8EWOi4o3JxtRTjSFwjyx6uNQSglRVouplJ8JK7c e24C49zlBwxw/BO2VkNY0oDJkdXT9o9jFSglZn+DKrH+bkWwnlHeoA8+jBJ32TfpSd J7/ypv69rg4O+u3Rlhs8WrL5485lB0ZUwrkmEMRTinFvvikHvJCygvdsh5TD1Ko+PK FUXVo7JX0+d0CFyjDH24o+P2Rb4wnlIEzI1yG3NKLFU0qxhLkwMKRrr58OoFBIkVZN 2ok6YvONTb5goYsy/2FuzO7I2NRQHr0iJwIulo4wr7klhF5Ds6sjN2Wx7eHDiNBZPA BVWfSuKOz49Dg== Received: from jodi.ci.com.au (localhost [127.0.0.1]) by jodi.ci.com.au (8.15.2/8.15.2) with ESMTP id u5KMIXNN069542 for ; Tue, 21 Jun 2016 08:18:33 +1000 (AEST) (envelope-from rpp@jodi.ci.com.au) Received: (from rpp@localhost) by jodi.ci.com.au (8.15.2/8.15.2/Submit) id u5KMIXKW069541 for freebsd-current@freebsd.org; Tue, 21 Jun 2016 08:18:33 +1000 (AEST) (envelope-from rpp) Date: Tue, 21 Jun 2016 08:18:33 +1000 From: Richard Perini To: freebsd-current@freebsd.org Subject: Re: Reproducible igb related panic 11.0-ALPHA4 Message-ID: <20160620221833.GA69507@jodi.ci.com.au> References: <20160620045430.GA47444@jodi.ci.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160620045430.GA47444@jodi.ci.com.au> X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2016 22:18:38 -0000 On Mon, Jun 20, 2016 at 02:54:30PM +1000, Richard Perini wrote: > > Reproducible igb related panic 11.0-ALPHA4 > > OS: FreeBSD 11.0-ALPHA4 #6 r302022 > Hardware: Asus P9D C224 > (integrated > > Hi, > > Kernel panics within a few seconds with heavy network load. Using > "iperf -c another_host" is sufficient to induce the problem. Setting > hw.igb.enable_msix=0 in loader.conf "solves" the problem. Below is the > first few pages of crashinfo, + dmesg. The problem occurs on 2 instances > of similar hardware (with same motherboards). Submitted as PR 210417 --R