From owner-freebsd-atm Fri Apr 30 11:32:13 1999 Delivered-To: freebsd-atm@freebsd.org Received: from marcos.networkcs.com (marcos.networkcs.com [137.66.16.1]) by hub.freebsd.org (Postfix) with ESMTP id 5DA601590A for ; Fri, 30 Apr 1999 11:32:08 -0700 (PDT) (envelope-from mks@us.networkcs.com) Received: from us.networkcs.com (us.networkcs.com [137.66.11.15]) by marcos.networkcs.com (8.9.0.Beta5/8.9.0.Beta5) with ESMTP id NAA01485; Fri, 30 Apr 1999 13:32:08 -0500 (CDT) Received: (from mks@localhost) by us.networkcs.com (8.9.2/8.8.7) id NAA11849; Fri, 30 Apr 1999 13:32:07 -0500 (CDT) From: Mike Spengler Message-Id: <199904301832.NAA11849@us.networkcs.com> Subject: Re: FreeBSD 3.0 ATM - more logical interfaces? In-Reply-To: from Paul Southworth at "Apr 29, 99 06:28:45 pm" To: pauls@ieng.com (Paul Southworth) Date: Fri, 30 Apr 1999 13:32:06 -0500 (CDT) Cc: mks@networkcs.com, freebsd-atm@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-atm@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Paul Southworth said: > On Thu, 29 Apr 1999, Mike Spengler wrote: > > :The second patch that I sent, updating sys/dev/hea/eni_globals.c, needs to > :be applied and then a new kernel compiled and installed. > > Yessir, already did that. Patched, built kernel, installed, rebooted. > si_maxallow is set to 52 in eni_nif_pool. Did all that before I sent my > last note. > Whoops - I missed one more limiter. Try adding the following (also keep the original patches installed too) - unfortunately, another kernel build. I've actually tried it this time, so it should work! Index: ipatm_load.c =================================================================== RCS file: /home/ncvs/src/sys/netatm/ipatm/ipatm_load.c,v retrieving revision 1.3 diff -u -r1.3 ipatm_load.c --- ipatm_load.c 1999/01/27 22:42:20 1.3 +++ ipatm_load.c 1999/04/30 18:21:45 @@ -94,7 +94,7 @@ "ipatm nif pool", /* si_name */ sizeof(struct ip_nif), /* si_blksiz */ 5, /* si_blkcnt */ - 20 /* si_maxallow */ + 52 /* si_maxallow */ }; -- Mike Spengler Network Computing Services, Inc. Email: mks@networkcs.com 1200 Washington Ave. So. Phone: +1 612 337 3557 Minneapolis MN 55415 FAX: +1 612 337 3400 (aka Minnesota Supercomputer Center) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-atm" in the body of the message