From owner-freebsd-tokenring Tue Apr 21 13:23:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13215 for freebsd-tokenring-outgoing; Tue, 21 Apr 1998 13:23:09 -0700 (PDT) (envelope-from owner-freebsd-tokenring@FreeBSD.ORG) Received: from heathers2.stdio.com (lile@heathers2.stdio.com [199.89.192.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA13140 for ; Tue, 21 Apr 1998 20:22:31 GMT (envelope-from lile@stdio.com) Received: (from lile@localhost) by heathers2.stdio.com (8.8.8/8.8.8) id QAA13825; Tue, 21 Apr 1998 16:20:13 -0400 (EDT) Date: Tue, 21 Apr 1998 16:20:13 -0400 (EDT) From: "Larry S. Lile" To: "Matthew N. Dodd" cc: tokenring@FreeBSD.ORG Subject: Re: Current work... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-tokenring@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 21 Apr 1998, Matthew N. Dodd wrote: > On Tue, 21 Apr 1998, Larry S. Lile wrote: > > #define ETHERMTU (ETHER_MAX_LEN-ETHER_HDR_LEN-ETHER_CRC_LEN) > > #define ETHERMIN (ETHER_MIN_LEN-ETHER_HDR_LEN-ETHER_CRC_LEN) > > We've got a bit of a problem with MTU as it is dependent on our ring > speed. The MTU for a 16mb ring will be higher than the MTU for a 4mb > ring. Actually 'can be higher' is a better way to put it. > > Some cards have a fixed speed (config the speed with a DOS util and live > with it. Some cards will autodetect ring speed on insert. Some cards > only support 4mb. Yes, but there is some minimum and some maximum and by default we should pick some arbitrary point and let each driver adjust it to fit its insertion speed. Also source routing can (I think) can affect the header size of the packets. Any good ideas? > > > Also should we be going with TOKENxxx or ISO88025 ???? > > ISO88025 as that is what the sys/net/if_types.h calles it. Ok, I will cut overy any existing common functions I have. Larry lile@stdio.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-tokenring" in the body of the message