From owner-freebsd-atm Thu Apr 18 9:43:14 2002 Delivered-To: freebsd-atm@freebsd.org Received: from mail.matriplex.com (ns1.matriplex.com [208.131.42.8]) by hub.freebsd.org (Postfix) with ESMTP id 327E937B405 for ; Thu, 18 Apr 2002 09:42:45 -0700 (PDT) Received: from mail.matriplex.com (mail.matriplex.com [208.131.42.9]) by mail.matriplex.com (8.9.2/8.9.2) with ESMTP id JAA39959; Thu, 18 Apr 2002 09:42:20 -0700 (PDT) (envelope-from rh@matriplex.com) Date: Thu, 18 Apr 2002 09:42:20 -0700 (PDT) From: Richard Hodges To: Harti Brandt Cc: Christophe Prevotaux , atm@FreeBSD.ORG Subject: Re: ATM Rate Limiting on PVC In-Reply-To: <20020418135018.X39047-100000@beagle.fokus.gmd.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-atm@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 18 Apr 2002, Harti Brandt wrote: > On Thu, 18 Apr 2002, Christophe Prevotaux wrote: > > CP>Hi, > CP> > CP>there seems to be no capabilities in the ATM on FreeBSD > CP>for rate limiting PVCs inbound and outbound , that would be nice > CP>to have too. :) HARP passes the connection parameters down to the driver. My IDT driver uses these on VC open to set the VC CBR or VBR parameters, for example. It is also possible to install sysctl variables into a driver and use them to set the VC parameters. This is far from elegant, but might be useful if the program creating the VC does not set the traffic parameters. Of course, it is good to have hardware that supports cell rate control. > Yes, but the PCA200E does not support rate limiting (i.e. traffic > shaping). (Well, it supports it, but only for one PVC). Inbound rate > limiting is not supported on any card I know of - this is a function of > the network, not the end system. Right. The cells arrive, or they do not. Usually, one wants to keep every good PDU that arrives :-) All the best, -Richard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-atm" in the body of the message