From owner-freebsd-net@FreeBSD.ORG Fri Jul 9 18:18:13 2010 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06700106564A for ; Fri, 9 Jul 2010 18:18:13 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 989208FC14 for ; Fri, 9 Jul 2010 18:18:12 +0000 (UTC) Received: by gyd8 with SMTP id 8so1774390gyd.13 for ; Fri, 09 Jul 2010 11:18:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=Ri6iB0g9DiFQCjiNa+H2vAhuZ/x7wLHlDEpqZcy8f1s=; b=L0ptZe5aq35gyfo8IBra00og2b/0um8UaW8p6d91CduOesKbL4D3NwZMfHJyMVZNvl tXGe1RfAQa3ujKxj/nVTDj3D/I6aA1bcNrxTmohL//qWVYJ4CdmcfSJ+59egazDQnUUN GxrTcNtd/nuwSNQb5SIg/JC/ilzeRMa/GGxWs= 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=CJWiaFD340J07EiRckqMXZ0ebWe7p/pryetg4Ig8WyHWhoWdmn7ub/DCS4vQzv1ZF5 prRk15/7Eyr+dKfaUtRWpcfYQBXDvo/fb9snbJ2zdw2N4CXd2LTDa8hIQRY8Pby3zfjE bkzkBIpF7RELz0OaJS4FWROxHNXIbh2cKtJ9w= MIME-Version: 1.0 Received: by 10.229.250.146 with SMTP id mo18mr6233613qcb.239.1278699484740; Fri, 09 Jul 2010 11:18:04 -0700 (PDT) Received: by 10.229.220.5 with HTTP; Fri, 9 Jul 2010 11:18:04 -0700 (PDT) In-Reply-To: References: <4C3631F4.4090504@gmail.com> <20100708215554.GH9303@michelle.cdnetworks.com> Date: Fri, 9 Jul 2010 11:18:04 -0700 Message-ID: From: Jack Vogel To: Chris Buechler Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: pyunyh@gmail.com, =?ISO-8859-1?Q?Ermal_Lu=E7i?= , net@freebsd.org Subject: Re: page fault in igb on 8.1 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: Fri, 09 Jul 2010 18:18:13 -0000 On Fri, Jul 9, 2010 at 11:05 AM, Chris Buechler wrote: > On Fri, Jul 9, 2010 at 12:18 PM, Jack Vogel wrote: > > Is this kernel 32 bit? > > It does exactly the same with 32 and 64 bit. > > > And is my code altered, it seemed some debug I saw > > was > > not familiar. > > Nothing in sys/dev/e1000 is changed. Copying Ermal who wrote most/many > of the changes. They don't touch anything in igb, so it should be the > same as stock 8.1. I'm having a stock 8.1-RC2 installed to verify > that. > > > > Last, can you try the code in HEAD to see if it changes > > anything. > > > > Will try that next, thanks. > > Chris > Also, I noticed WITNESS was on, if you turn it off does the problem go away? I'm not sure if the fault is actually due to igb or you just see the lock complaint when you have a fault for other reasons. Jack