From owner-freebsd-net@FreeBSD.ORG Wed Oct 26 14:07:41 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0799A106566B for ; Wed, 26 Oct 2011 14:07:41 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id A448D8FC0A for ; Wed, 26 Oct 2011 14:07:40 +0000 (UTC) Received: by vcbfo13 with SMTP id fo13so2234951vcb.13 for ; Wed, 26 Oct 2011 07:07:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=SH52ziEWybgkCbpXQKWFJgnzxE9eorQGoXiRenz0F0A=; b=rLRZOBek4TeycriF2SpBFxe6Yv0W0N+RYpyQmYqGm9WOYpp+k0c3DM+Nj83wPfI9BV Nxiw9Tlk5aq8gw4tSuFX8OOCHZtpjN8BqsYhTWXKVcH0oyCCpz7V5I9fyem0E0pf8s2N kRGRxLDK9ET7MLMd30w8dPIJIrmx9JeRZztjc= MIME-Version: 1.0 Received: by 10.220.1.18 with SMTP id 18mr351788vcd.62.1319638059880; Wed, 26 Oct 2011 07:07:39 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.52.176.1 with HTTP; Wed, 26 Oct 2011 07:07:39 -0700 (PDT) In-Reply-To: <4EA80F88.4000400@hotplug.ru> References: <4E8F157A.40702@sentex.net> <4E8F51D4.1060509@sentex.net> <4EA7E203.3020306@sepehrs.com> <4EA80818.3030504@sentex.net> <4EA80F88.4000400@hotplug.ru> Date: Wed, 26 Oct 2011 22:07:39 +0800 X-Google-Sender-Auth: Ar6LrUEJFemKwSiSTl1bMiXMatc Message-ID: From: Adrian Chadd To: Emil Muratov Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-net@freebsd.org, Hooman Fazaeli , Jack Vogel , Jason Wolfe , Mike Tancsa Subject: Re: Intel 82574L interface wedging on em 7.1.9/7.2.3 when MSIX enabled 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: Wed, 26 Oct 2011 14:07:41 -0000 On 26 October 2011 21:47, Emil Muratov wrote: > Hi All, > I've got almost the same problem with intel 82574L based nic. My platform is > nvidia ion running Atom 1.6 and nic is an external PCI-express adapter. > Unlike Jason's case mine is always stuck in receiving traffic, it's Ierrs > increasing while Ipkts not. Thanks to Jason's script I can see those locks > and interface flapping every several hours. My system is not a heavy loaded > server but just a home nas/router, usually routing at 100 mbps or less. > Nither disabling MSIX nor tuning txd rxd doesn't help me. > Hi, When this occurs, does this completely lock up with RX traffic? Ie, _no_ valid RX traffic occurs? If so, does the error count increase 1:1 with what traffic you're trying to send to it? Adrian