From owner-freebsd-hackers Thu Feb 22 05:00:29 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA15702 for hackers-outgoing; Thu, 22 Feb 1996 05:00:29 -0800 (PST) Received: from sun4nl.NL.net (sun4nl.NL.net [193.78.240.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA15692 for ; Thu, 22 Feb 1996 05:00:25 -0800 (PST) Received: from spase by sun4nl.NL.net via EUnet id AA19052 (5.65b/CWI-3.3); Thu, 22 Feb 1996 14:00:23 +0100 Received: (from root@localhost) by mercurius.spase.nl (8.6.11/8.6.11) id NAA11169 for hackers@freebsd.org; Thu, 22 Feb 1996 13:46:27 +0100 Date: Thu, 22 Feb 1996 13:46:27 +0100 From: root Message-Id: <199602221246.NAA11169@mercurius.spase.nl> To: hackers@freebsd.org Sender: owner-hackers@freebsd.org Precedence: bulk >From freefall.freebsd.org!owner-freebsd-hackers Wed Feb 21 10:42:37 1996 remote from sun4nl Received: from ra.dkuug.dk by sun4nl.NL.net with SMTP id AA27972 (5.65b/CWI-3.3); Wed, 21 Feb 1996 10:42:37 +0100 Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [192.216.222.4]) by ra.dkuug.dk (8.6.12/8.6.12) with ESMTP id JAA04874; Wed, 21 Feb 1996 09:44:47 +0100 Received: from localhost (daemon@localhost) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id VAA07433 Tue, 20 Feb 1996 21:30:03 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA07376 for hackers-outgoing; Tue, 20 Feb 1996 21:29:58 -0800 (PST) Received: from baygull.rtd.com (baygull.rtd.com [198.102.68.5]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id VAA07371 for ; Tue, 20 Feb 1996 21:29:56 -0800 (PST) Received: (from news@localhost) by baygull.rtd.com (8.6.9/8.6.9.1) id WAA14823; Tue, 20 Feb 1996 22:29:43 -0700 To: hackers@freebsd.org Path: freefall.freebsd.org!owner-freebsd-hackers From: nao@sbl.cl.nec.co.jp (Naoki Hamada) Newsgroups: rtd.freebsd.hackers Subject: Re: mbuf enhancement patch Date: Wed, 21 Feb 1996 11:46:44 +0900 Lines: 12 Message-Id: <199602210246.LAA18404@sirius.sbl.cl.nec.co.jp> Nntp-Posting-Host: seagull.rtd.com Sender: owner-hackers@freebsd.org Precedence: bulk >>I found the ep driver always keeps some mbuf's in its pool. Is this >>because mbuf allocation is too expensive for boards which equip small >>receive buffer? If this is the case, some improvement (not mine :-) is >>desirable. > > I think that's what the author thought, but the FIFO on the 3c509 should be >sufficiently large enough to not need the extra 1% of speed that having the >private pool gets you. Our malloc implementation is quite efficient, actually. The old 3c509 has 2k bytes RX FIFO. Is this large enough? -nao