From owner-freebsd-net Tue Oct 15 16: 3:58 2002 Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBB9F37B401 for ; Tue, 15 Oct 2002 16:03:56 -0700 (PDT) Received: from silver.he.iki.fi (silver.he.iki.fi [193.64.42.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15C8243E65 for ; Tue, 15 Oct 2002 16:03:56 -0700 (PDT) (envelope-from pete@he.iki.fi) Received: from PHE (silver.he.iki.fi [193.64.42.241]) by silver.he.iki.fi (8.12.6/8.11.4) with SMTP id g9FN3pYj053715; Wed, 16 Oct 2002 02:03:55 +0300 (EEST) (envelope-from pete@he.iki.fi) Message-ID: <068b01c2749f$32e7cf70$8c2a40c1@PHE> From: "Petri Helenius" To: "Lars Eggert" Cc: References: <065901c27495$56a94c40$8c2a40c1@PHE> <3DAC8FAD.30601@isi.edu> Subject: Re: ENOBUFS Date: Wed, 16 Oct 2002 02:04:11 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > What rate are you sending these packets at? A standard interface queue > length is 50 packets, you get ENOBUFS when it's full. > This might explain the phenomenan. (packets are going out bursty, with average hovering at ~500Mbps:ish) I recomplied kernel with IFQ_MAXLEN of 5000 but there seems to be no change in the behaviour. How do I make sure that em-interface is running 66/64 and is there a way to see interface queue depth? em0: port 0x3040-0x307f mem 0xfc220000-0xfc23ffff irq 17 at device 3.0 on pci2 em0: Speed:1000 Mbps Duplex:Full pcib2: at device 29.0 on pci1 IOAPIC #2 intpin 0 -> irq 16 IOAPIC #2 intpin 6 -> irq 17 IOAPIC #2 intpin 7 -> irq 18 pci2: on pcib2 The OS is 4.7-RELEASE. Pete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message