RE: ethernet over ip

2004-08-03 Thread Dave Dolson
> -Original Message- > From: Nickolay A. Kritsky [mailto:[EMAIL PROTECTED] > Sent: Friday, July 30, 2004 5:32 AM > To: [EMAIL PROTECTED] > Subject: ethernet over ip > > > Hello freebsd-net, > > How can a body do ethernet over ip on FreeBSD? I have heard that > with netgraph you can

Method to share kernel mbufs with a user process?

2002-10-24 Thread Dave Dolson
Until the multi-threaded kernel becomes stable... (I'm using 4.6) Is there a quick & dirty way of sharing mbufs with a user process? The objective is to get the advantages of multi-processors yet avoid the syscall overhead for each packet. E.g., a netgraph node could queue mbufs in memory shared w