Re: bge driver issue

2002-06-20 Thread Kenneth D. Merry
On Wed, Jun 19, 2002 at 21:06:46 -0400, Barney Wolff wrote: > Er, you would appear to be measuring the transfer rate of your disk, > unless you actually have enough ram to cache a 1.2GB file. > > By coincidence, tonight I hooked my dual 1.0GHz PIII running fbsd 4.6-stable > to a Mac G4 OS-X (also

updated zero copy sockets snapshot available

2002-06-20 Thread Kenneth D. Merry
I've released a new zero copy sockets snapshot, based on -current from June 20th, 2002. http://people.FreeBSD.org/~ken/zero_copy This fixes the following issues: - Use SLIST_FIRST() macros to access the first entry in a SLIST in uipc_jumbo.c. I didn't fix all of these when Alfred pointed

Neat little packet generator Pt.II

2002-06-20 Thread Chris Watson
Might help if I include the URL before hitting send... http://www.qorbit.net/tools.html It's called scooter. Chris -- ibm said they were investing 1 billion $ into open source projects Asmodee`: do you know what happens when you invest money in opensource projects? NOTHING! it buys the cod

Neat litle packet generator...

2002-06-20 Thread Chris Watson
While reading the Secure BGP template for a new Juniper M series router I need to config the author of the paper wore a neat little util for testing firewalls and it uses ipfw and dummynet for rate limiting. I thought someone else out there might find it neat and/or useful. Chris -- ibm said the

Re: new zero copy sockets snapshot

2002-06-20 Thread Kenneth D. Merry
On Thu, Jun 20, 2002 at 11:45:11 -0400, Bosko Milekic wrote: > On Thu, Jun 20, 2002 at 11:24:05AM -0400, Andrew Gallatin wrote: > > Bosko Milekic writes: > > > > By the way, my other two comments have been deleted, but reading the > > > page that Ken maintains I noticed that Alfred already po

Re: Issues_with_PPPoE_and_4.6 (got on now)

2002-06-20 Thread Rob Zietlow
On Thursday 20 June 2002 03:22 pm, Brian Somers wrote: > I get this here: > > Jun 12 22:31:38 gw ppp[93193]: Phase: Received NGM_PPPOE_ACNAME (hook > "hak") Jun 12 22:31:39 gw ppp[93193]: Phase: Received NGM_PPPOE_SESSIONID > (hook "*") Jun 12 22:31:40 gw ppp[93193]: Phase: Received NGM_PPPOE_SUCC

Re: multiple gateways

2002-06-20 Thread Julian Elischer
You an do this for OUTGOING packets using ipfw and teh 'fwd' keyword. (it can be used to override 'next hop' routing decisions.) INCOMING is a whole different problem. On Thu, 20 Jun 2002, Peter J. Blok wrote: > Hi, > > I know this topic has been brought up numerous times. I have 4 IP4 intern

Re: multiple gateways

2002-06-20 Thread Bill Fumerola
On Thu, Jun 20, 2002 at 11:29:17PM +0200, Peter J. Blok wrote: > Since this seems not possible with the both stable and current, I would like > to make a solution for it, inside the kernel. I am thinking of creating a > routing table based on source address and designate the right gateway. man

multiple gateways

2002-06-20 Thread Peter J. Blok
Hi, I know this topic has been brought up numerous times. I have 4 IP4 internal networks (sf0 .. sf3) I have a cable modem connection ep0 and a DSL ep1 connection too. I'd like to route all traffic from sf0 and sf1 to the DSL connection and the others to the cable modem. At the same time I'd

Re: new zero copy sockets snapshot

2002-06-20 Thread Andrew Gallatin
Bosko Milekic writes: > > > > I'm a bit worried about other devices.. Tradidtionally, mbufs have > > never crossed page boundaries so most drivers never bother to check > > for a transmit mbuf crossing a page boundary. Using physically > > discontigous mbufs could lead to a lot of subtle d

Re: new zero copy sockets snapshot

2002-06-20 Thread Bosko Milekic
On Thu, Jun 20, 2002 at 12:25:58PM -0400, Andrew Gallatin wrote: [...] > > > Do you think it would be feasable to glue in a new jumbo (10K?) > > > allocator on top of the existing mbuf and mcl allocators using the > > > existing mechanisms and the existing MCLBYTES > PAGE_SIZE support > > > (

Re: new zero copy sockets snapshot

2002-06-20 Thread Andrew Gallatin
Bosko Milekic writes: > > Years ago, I used Wollman's MCLBYTES > PAGE_SIZE support (introduced > > in rev 1.20 of uipc_mbuf.c) and it seemed to work OK then. But having > > 16K clusters is a huge waste of space. ;). > > Since then, the mbuf allocator in -CURRENT has totally changed. It

digiboard pc/8i ..

2002-06-20 Thread hantu
hello all i have digiboard pc/8i adapter,... i try to check all the port using command tip if i put modem on port 1, the port 1 run well, the other drop .. only can be connected but can't put modem command like AT or something else. please help me,.. thanks -oo- To Unsubscribe: send mail to

Re: bge driver issue

2002-06-20 Thread John Polstra
In article <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> wrote: > We have a Dell poweredge 2650 (successor to 2550). > > We also saw the same problem with 4.5. I tried the current bge driver from 4.6 > without success. The problem seems to be a size problem. When we ftp a small > file, things work fi