From owner-freebsd-net@FreeBSD.ORG Thu May 24 05:19:32 2012 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 3F9C5106564A for ; Thu, 24 May 2012 05:19:32 +0000 (UTC) (envelope-from vijju.singh@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 196088FC0A for ; Thu, 24 May 2012 05:19:32 +0000 (UTC) Received: by dadv36 with SMTP id v36so11604268dad.13 for ; Wed, 23 May 2012 22:19:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=UkEVudDlZptDZYh1RooMqeIM5fnFFFvwJISeb5iPUlQ=; b=PHHzG1UBEgYPjbqjnlJeITo1F9QMeqQFggazP8WpNfkI880i5SicKBx5JaSTw3KjUC I8lplxsgTKt94TxABzufOROAszLSCTLi7u5w4c5wEaLWmFseC7kNRLqoCdnxpo0d8mDD QUoXTlmfaG1cTXNKdQQ6AjsoZD3npWYB9aVAP6pVNpqFyY3qSRv7kiznxh10qwp0INca KagmJHejVEhFrIB0L44GF0OF9VsnnBuhAE137HjZ9CuPhVv71Q5KihFgnDFgakjtHmrn 0mVNcMJuH2BbuWENlOtE51HEqFUXIZjAIRwhx0BUmlInJ834J17tN9TMpKwG9nccZ10s gSHA== MIME-Version: 1.0 Received: by 10.68.202.99 with SMTP id kh3mr17029893pbc.157.1337836771749; Wed, 23 May 2012 22:19:31 -0700 (PDT) Received: by 10.142.54.2 with HTTP; Wed, 23 May 2012 22:19:31 -0700 (PDT) Date: Wed, 23 May 2012 22:19:31 -0700 Message-ID: From: Vijay Singh To: net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Intel 1G Tx hangs 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: Thu, 24 May 2012 05:19:32 -0000 Hi, I have been using 8.2 based e1000 drivers and I'm seeing watchdog timeouts. I am in the process of updating the drivers to 8-stable, but wanted to check here if others have seen anything like this in the 8.1/8.2 drivers. Just fyi, I am seeing the Tx hang in if_lem.c. -vijay