From owner-freebsd-stable@FreeBSD.ORG Thu Sep 24 02:43:41 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 47E991065672 for ; Thu, 24 Sep 2009 02:43:41 +0000 (UTC) (envelope-from alandaluz@gmail.com) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id 05CCC8FC22 for ; Thu, 24 Sep 2009 02:43:40 +0000 (UTC) Received: by yxe1 with SMTP id 1so1606815yxe.3 for ; Wed, 23 Sep 2009 19:43:40 -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=UwtYmfSvZqN+lSOpe31HuUpCIW6115qaJ/VIgcc5AIE=; b=pi5hsGnFf5FB4XVyvbyFtA07YtgwGp1O95OSGf+f88tNvwMW2Ox7I56vbStNxlajW2 J/Kd7T4SquEjeoTUbME1B4qZpQXME3snZtqqCpIX4FpTJ1jjGxw+UoLeUUAMchAmjuQJ w90e3213qIVzj8HT2XN355MdhYvf75wMkDsUM= 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=c07Xpga2sUeJn01WWfchKtIDuNEsZ1AvHsVyjvUZ6ZbSrfizP28VROidDBFRQ4NXOm UdnuSt/06kmh5oEpJ/OmCMDCZy/t0ImN1amjm3UPETPF7RaFAd6Fi2RuOly69ty3Wvun cZI/dReN5fPVYEXJeUl/+l+tZlfgLADBuLsE8= MIME-Version: 1.0 Received: by 10.101.162.10 with SMTP id p10mr3471487ano.92.1253760220348; Wed, 23 Sep 2009 19:43:40 -0700 (PDT) In-Reply-To: <20090923173416.GB1099@michelle.cdnetworks.com> References: <20090922200053.GA1520@michelle.cdnetworks.com> <20090923000405.GC1520@michelle.cdnetworks.com> <20090923173416.GB1099@michelle.cdnetworks.com> Date: Wed, 23 Sep 2009 20:43:40 -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: Thu, 24 Sep 2009 02:43:41 -0000 > Hmm, not yet. When you lost network connection on re can you still > see incoming traffics from other hosts with tcpdump? Also would you > check available mbuf with "netstat -m" when you think re is not > respond to any request? No incoming traffic found with tcpdump, just outgoing arp requests from the local machine. netstat -m output: 258/777/1035 mbufs in use (current/cache/total) 256/396/652/25600 mbuf clusters in use (current/cache/total/max) 256/384 mbuf+clusters out of packet secondary zone in use (current/cache) 0/35/35/12800 4k (page size) jumbo clusters in use (current/cache/total/max) 0/0/0/6400 9k jumbo clusters in use (current/cache/total/max) 0/0/0/3200 16k jumbo clusters in use (current/cache/total/max) 576K/1126K/1702K bytes allocated to network (current/cache/total) 0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters) 0/0/0 requests for jumbo clusters denied (4k/9k/16k) 0/0/0 sfbufs in use (current/peak/max) 0 requests for sfbufs denied 0 requests for sfbufs delayed 0 requests for I/O initiated by sendfile 0 calls to protocol drain routines -c