Re: accept filters and zero copy sockets

2007-10-20 Thread Kris Kennaway
Vlad GALU wrote: On 10/19/07, Jonathan Noack <[EMAIL PROTECTED]> wrote: I'm in the process of upgrading my web/database/nfs/jack-of-all-trades box from 6.2 to RELENG_7. I figured now would be a good time to clean up my kernel config files. I have the following in my old kernel config: # Stati

Re: packet loss with carp on 6.2

2007-10-20 Thread Milan Obuch
On Friday 19 October 2007 05:08:43 Max Laier wrote: > On Thursday 18 October 2007, Milan Obuch wrote: > > On Thursday 18 October 2007 14:32:13 Milan Obuch wrote: > > > On Thursday 18 October 2007 12:50:19 Max Laier wrote: [ snip ] > > > > > > I am experiencing something similar. I am trying to pu

Re: Marvell chipsets on 8-CURRENT and XP x64 won't talk with one another

2007-10-20 Thread Bill Moran
Mike Silbersack <[EMAIL PROTECTED]> wrote: > > > On Fri, 19 Oct 2007, Garrett Cooper wrote: > > >> Just to clarify, how are the two hooked together? Is it over gigabit > >> switch, a 10mbps hub, or directly cabled together? > >> > >> -Mike > > > > Sure. They're both connected over a gigabit

Re: Disable Exponential Backoff (retry) on Ethernet?

2007-10-20 Thread Peter Jeremy
On Wed, Oct 17, 2007 at 08:51:34PM -0700, Len Gross wrote: >I'm doing some protocol development and it is convenient to start it on >Ethernet. I will need to send a packet to the Ethernet device and only have >it be sent once, even if there is a colision. I know we've still got some hubs lying ar

Re: Dump kernel routing table

2007-10-20 Thread Niki Denev
On 10/20/07, Netan <[EMAIL PROTECTED]> wrote: > On 10/19/07, Stephen Clark <[EMAIL PROTECTED]> wrote: > > > > Netan wrote: > > > > >Hello > > > > > >I am using the CURRENT release. I wish to dump the kernel routing table. > > I > > >think there was a sysctl interface in 4.x FreeBSD release to print

Re: Dump kernel routing table

2007-10-20 Thread Ruslan Ermilov
On Fri, Oct 19, 2007 at 02:05:02PM -0700, Netan wrote: > On 10/19/07, Stephen Clark <[EMAIL PROTECTED]> wrote: > > > > Netan wrote: > > > > >Hello > > > > > >I am using the CURRENT release. I wish to dump the kernel routing table. > > I > > >think there was a sysctl interface in 4.x FreeBSD release

Re: Disable Exponential Backoff (retry) on Ethernet?

2007-10-20 Thread Harti Brandt
On Sat, 20 Oct 2007, Peter Jeremy wrote: PJ>On Wed, Oct 17, 2007 at 08:51:34PM -0700, Len Gross wrote: PJ>>I'm doing some protocol development and it is convenient to start it on PJ>>Ethernet. I will need to send a packet to the Ethernet device and only have PJ>>it be sent once, even if there is

Re: Disable Exponential Backoff (retry) on Ethernet?

2007-10-20 Thread Len Gross
If I have to, I will employ some form of simulation of collisions, but that will have to be done carefully in order to get the effect of collsions beteen multiple stations without messing up timing. I REALLY wanted to have the PHY handle it. Usng half duplex and some old hubs (if I can find one)