From owner-freebsd-atm Mon Sep 1 02:21:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA16157 for atm-outgoing; Mon, 1 Sep 1997 02:21:36 -0700 (PDT) Received: from jamaica.nal.ecl.net (jamaica.nal.ecl.net [163.138.70.52]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA16146 for ; Mon, 1 Sep 1997 02:21:28 -0700 (PDT) Received: by jamaica.nal.ecl.net (8.8.2/eclnet*nal.mx4) with TCP; Mon, 1 Sep 1997 18:21:10 +0900 (JST) Message-Id: <199709010921.SAA01057@jamaica.nal.ecl.net> To: kjc@csl.sony.co.jp Cc: P.Gevros@cs.ucl.ac.uk, salo@msc.edu, freebsd-atm@freebsd.org Subject: Re: Efficient ATM card. From: Yoshikazu Oda In-Reply-To: Your message of "Mon, 01 Sep 1997 16:56:18 +0900" References: <199709010756.QAA15363@hotaka.csl.sony.co.jp> X-Mailer: Mew version 1.54 on Emacs 19.28.1, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 01 Sep 1997 18:21:03 +0900 Sender: owner-freebsd-atm@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm using ENI ATM card with HARP. > >From my experience, I can say that ENI drivers choose chipset and > motherboard. All ENI drivers make heavy use of PCI DMA, and the > first generation pci chipsets don't seem to work well. So, use > triton-2, natoma, or newer chipsets. You can use only 1WORD-DMA for first generation pci chipsets. It is default setting on HARP version 2.1. (So, this version may work on old chipsets' machine.) Also, if you are using newer than triton-2 or else, you can use 4WORD-DMA, 8WORD-DMA for more performance by editting source code (eni_transmit.c). > WRT adding a traffic shaping function, I'm planning to add a sysctl > for it to cranor's driver but I won't have time to make a release > until October. If you're desparate, drop me an e-mail. > > --kj I'm also looking for traffic shaping function for ATM card too. I know ENI card supports traffic shaping on its hardware (but no other cards support it). There are 8 channels for PCR timer (only PCR, so it can't support VBR service), and setting two parameters (Pr,Rate_Res) to specify PCR for each channel. But I don't know this may work fine. I'd like to know more about WRT's work for traffic shaping. Is it hardware shaping on ENI card or shaping with software or else? Regards, -------------------------------- Yoshikazu Oda Integration Services Laboratory NTT Multimedia Networks Laboratories E-mail: oda.yoshikazu@na.tnl.ntt.co.jp oda@nal.ecl.net