From owner-freebsd-stable@FreeBSD.ORG Wed Sep 23 00:27:53 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 83D2E106566B for ; Wed, 23 Sep 2009 00:27:53 +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 3D9628FC0A for ; Wed, 23 Sep 2009 00:27:52 +0000 (UTC) Received: by an-out-0708.google.com with SMTP id d14so110511and.13 for ; Tue, 22 Sep 2009 17:27:52 -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=cD7YE4oQo5lipUzixesifGEkJZnwZlaeIAS8nX/a54U=; b=Aho4kO3V9vmmI+tn+7K9FjlaCoKyck5vk0pmjiiBPD/V1EJP8t7DqqthBbonJlO8z0 UFUE7eV4xf/egyA4JDEMFWCgnhoa9FqFv5WbJVYJH5kr7VNgk731p2609CvLyYG+FyUq Bu0u9et8KQEtrU8m/zzFKdfQcEh/K/cEmiiNQ= 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=vq+5GaW5qdkXzj/Z41AHPgMkRfeM8kk0vMYbfLXRlVSuWRRKj9YSKxIwrDxxzdxkHQ w1+H2EdFDt0ASvNalJ5oAogU2W8kDgXklOLJ0TyqHRlGJElGjSR8pXd+dDsghDTXH5/W sv3CWyzbYdMmRpfwNWGQ7ipQNkQE7zdK8tgtg= MIME-Version: 1.0 Received: by 10.101.17.4 with SMTP id u4mr1736681ani.62.1253665672485; Tue, 22 Sep 2009 17:27:52 -0700 (PDT) In-Reply-To: <20090923000405.GC1520@michelle.cdnetworks.com> References: <20090922200053.GA1520@michelle.cdnetworks.com> <20090923000405.GC1520@michelle.cdnetworks.com> Date: Tue, 22 Sep 2009 18:27:52 -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 00:27:53 -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.) No watchdog timeouts reported. I'll try the msi_disable option tonight and report back. Thanks, -c