From owner-freebsd-stable@FreeBSD.ORG Wed Sep 23 15:50:46 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6C4B1065670 for ; Wed, 23 Sep 2009 15:50:46 +0000 (UTC) (envelope-from alandaluz@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id A200A8FC13 for ; Wed, 23 Sep 2009 15:50:46 +0000 (UTC) Received: by an-out-0708.google.com with SMTP id d14so325082and.13 for ; Wed, 23 Sep 2009 08:50:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=bxZpJzVGa0KQPoe13QOx7EQZNtgXEOPEVzrIGcRS/BA=; b=riub1cqymYL/5ZFKtDPTR+c97B/6DgwuBreQ5KWxrpV6B31Wz3weCUfQJYVS3cbuFT jd7fZgbGbIa7cgzsbP68qkuGxi8DC0ZQ851jBRothG/lkuALXvRLhkLk6cQSVnbjFcJd ukCZLyrNJ2q/Ct+EdmVmhOwKe+3blIQXD5wek= 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=NZKaejaj7YxOAsxhbhoPi7aU5VaIZoAdIrJjzOOCY4f9bYFdAuJVLb8pR4NIBK6Dy9 Qpc/S8JrVHIuy+cSG9RpnGYDM5lJe26bxETLH/4nK3Yu4AA5HboF2VFjaqwOl2KBHGHo TdVmKuL/LmUtDQ5V6Z3St8m7aRNkeiNu0GMsI= MIME-Version: 1.0 Received: by 10.101.17.4 with SMTP id u4mr2731568ani.62.1253721045922; Wed, 23 Sep 2009 08:50:45 -0700 (PDT) In-Reply-To: <20090923000405.GC1520@michelle.cdnetworks.com> References: <20090922200053.GA1520@michelle.cdnetworks.com> <20090923000405.GC1520@michelle.cdnetworks.com> Date: Wed, 23 Sep 2009 09:50:45 -0600 Message-ID: From: Cassidy Larson To: pyunyh@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org Subject: Re: Random Network Drops on Realtek Interfaces (re) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2009 15:50:47 -0000 > It looks plain RTL8168C PCIe controller. Is there any odd messages > reported by re(4) such as watchdog timeouts? > If you disable MSI feature does it make any difference?(Add > hw.re.msi_disable="1" to /boot/loader.conf to disable MSI.) Disabling MSI didnt solve the problem. Any other suggestions? Thanks, -c