Date: Fri, 30 Apr 1999 13:32:06 -0500 (CDT) From: Mike Spengler <mks@networkcs.com> To: pauls@ieng.com (Paul Southworth) Cc: mks@networkcs.com, freebsd-atm@FreeBSD.ORG Subject: Re: FreeBSD 3.0 ATM - more logical interfaces? Message-ID: <199904301832.NAA11849@us.networkcs.com> In-Reply-To: <Pine.IENG.4.02.9904291824270.12867-100000@home.ieng.com> from Paul Southworth at "Apr 29, 99 06:28:45 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904301832.NAA11849>