From owner-freebsd-net@FreeBSD.ORG Mon Mar 4 20:13:55 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1B19DB44 for ; Mon, 4 Mar 2013 20:13:55 +0000 (UTC) (envelope-from ncrogers@gmail.com) Received: from mail-ve0-f181.google.com (mail-ve0-f181.google.com [209.85.128.181]) by mx1.freebsd.org (Postfix) with ESMTP id AD4551190 for ; Mon, 4 Mar 2013 20:13:54 +0000 (UTC) Received: by mail-ve0-f181.google.com with SMTP id d10so5026517vea.40 for ; Mon, 04 Mar 2013 12:13:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=S3Ck/6jUPhI7MikRgsek4u7CKU45PgCwVlbwCZbg6+A=; b=V75Eag5ZkSsaoz7FFPnrF93rOz0Gswj5oDLWy/fouoBHBmfCGChhwyljARq564Y9hA STjAhJCmcok9WQoF8rsENIHatGGTIrXFSaBBXd5c3JToxJPxkp3j/YP92D/PqNAa1cqi GOHNJxy0aFHbVf2y3RF7ZFvkQweWW+5X5hcK50N8ZwzUQQ6uhgLT1fOnIJ+2fO3qAecm o7U5r39M28d5Q/Rsau7Fv/jdA5wCVaH9Qr20KY2krZoMbybjaAv5IkROj0sZtPOJ5hIp KbTTTqa1lYMXlnjNxTqmn6ZZk/RJVlGQaFhakvog6yV+oRKB+p06GQ/aw7m2SJReBSBA sdsg== MIME-Version: 1.0 X-Received: by 10.52.16.40 with SMTP id c8mr7263867vdd.99.1362428028434; Mon, 04 Mar 2013 12:13:48 -0800 (PST) Received: by 10.52.176.131 with HTTP; Mon, 4 Mar 2013 12:13:48 -0800 (PST) In-Reply-To: References: <512BAA60.3060703@biostat.wisc.edu> <512BAF8D.7080308@biostat.wisc.edu> Date: Mon, 4 Mar 2013 12:13:48 -0800 Message-ID: Subject: Re: igb network lockups From: Nick Rogers To: Jack Vogel Content-Type: text/plain; charset=ISO-8859-1 Cc: Sepherosa Ziehau , "freebsd-net@freebsd.org" , "Christopher D. Harrison" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Mar 2013 20:13:55 -0000 On Mon, Mar 4, 2013 at 10:22 AM, Jack Vogel wrote: > >> >> Thanks. So on FreeBSD 9.1-RELEASE it is advisable to set >> hw.em.enable_msix=0 for 82574L? Are there other em(x) NICs where this >> is advisable? >> > > As I explained in a previous email, this is not advisable unless you are > experiencing problems (like hangs), if you are then its one possible > cause, so try falling back to MSI to see if it eliminates your problem. > > And, 82574 is the only devise the em driver supports at present that is > capable of MSIX, all others use the igb driver. > Jack, thanks for clarifying. Its much appreciated. > Regards, > > Jack >