From owner-freebsd-net@FreeBSD.ORG Thu Dec 26 07:48:20 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B78FE3A; Thu, 26 Dec 2013 07:48:20 +0000 (UTC) Received: from mail-ea0-x233.google.com (mail-ea0-x233.google.com [IPv6:2a00:1450:4013:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 91CC51A2A; Thu, 26 Dec 2013 07:48:19 +0000 (UTC) Received: by mail-ea0-f179.google.com with SMTP id r15so3576106ead.38 for ; Wed, 25 Dec 2013 23:48:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=0PVkQjxMuvg4fvqCf6UUVqeVWETCKOqUCp8ESK0bPzU=; b=t1inoTd5jq+BgGkywPP89oqblGvjx/pD+UAqrjgbZpJKvBDrRJ6k1YVfK32Uud8Be4 oP0FdMGVwEdhHMejQ46nfDzfIJUgG/cKoykvyu1mrToJdvK+lKBdBLsPhcLn+QAuVdxC RRTyPsigWxq31rePk3E6Xm2Jx9lg2zITNUZ6qmQIARYT6tb8yaj5g/wkez+tLPx4rBg9 WX9796ZpswYz3rhz4awrSy/mdOs6NH4F0CqwAv/hANe8iuP5Ehx0/uPsNtO2q3CHKIxv Epxhsi/dSb2CRYvU5mUKjrjzcfpP4rjHw8sbYTjb9qOKEL9XUVb4VTD7tjDE4MXIIGXD r0Ww== MIME-Version: 1.0 X-Received: by 10.15.74.200 with SMTP id j48mr5357795eey.102.1388044097907; Wed, 25 Dec 2013 23:48:17 -0800 (PST) Received: by 10.14.2.66 with HTTP; Wed, 25 Dec 2013 23:48:17 -0800 (PST) In-Reply-To: <52BBD857.8040808@FreeBSD.org> References: <52BBD857.8040808@FreeBSD.org> Date: Wed, 25 Dec 2013 23:48:17 -0800 Message-ID: Subject: Re: igb / buf_ring panic: buf already enqueue at From: hiren panchasara To: Andriy Gapon Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-net@freebsd.org" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Dec 2013 07:48:20 -0000 On Wed, Dec 25, 2013 at 11:18 PM, Andriy Gapon wrote: > Unread portion of the kernel message buffer: > panic: buf=0xfffffe0cfe9a0600 already enqueue at 1259 prod=1260 cons=1259 A similar report: http://freebsd.1045724.n5.nabble.com/igb-4-panic-already-enqueue-td5847439.html I think http://svnweb.freebsd.org/base?view=revision&revision=256200 has the fix. cheers, Hiren