Re: bge loader tunables

2008-04-22 Thread Igor Sysoev
On Tue, Apr 22, 2008 at 12:20:38AM +0400, Igor Sysoev wrote: > Finally I have tested your second (without debug stuff) patch in > production environment (~45K in/out packets) on FreeBSD 7.0-STABLE. > I think it should be commited. > > I use my usual static settings in /etc/sysctl.conf: > > dev.b

Re: bge loader tunables

2008-04-21 Thread Igor Sysoev
On Sat, Nov 17, 2007 at 09:13:50PM +1100, Bruce Evans wrote: > On Sat, 17 Nov 2007, Igor Sysoev wrote: > > >On Sat, Nov 17, 2007 at 08:30:58AM +1100, Bruce Evans wrote: > > > >>On Fri, 16 Nov 2007, Igor Sysoev wrote: > >> > >>>The attached

Re: bge loader tunables

2007-11-17 Thread Bruce Evans
On Sat, 17 Nov 2007, Igor Sysoev wrote: On Sat, Nov 17, 2007 at 08:30:58AM +1100, Bruce Evans wrote: On Fri, 16 Nov 2007, Igor Sysoev wrote: The attached patch creates the following bge loader tunables: I plan to commit old work to do this using sysctls. Tunables are harder to use and

Re: bge loader tunables

2007-11-16 Thread Igor Sysoev
On Sat, Nov 17, 2007 at 08:30:58AM +1100, Bruce Evans wrote: > On Fri, 16 Nov 2007, Igor Sysoev wrote: > > >The attached patch creates the following bge loader tunables: > > I plan to commit old work to do this using sysctls. Tunables are > harder to use and aren't n

Re: bge loader tunables

2007-11-16 Thread Bruce Evans
On Fri, 16 Nov 2007, Igor Sysoev wrote: The attached patch creates the following bge loader tunables: I plan to commit old work to do this using sysctls. Tunables are harder to use and aren't needed since changes to the defaults aren't needed for booting. I also implemented dyna

bge loader tunables

2007-11-16 Thread Igor Sysoev
The attached patch creates the following bge loader tunables: hw.bge.rxd=512 Number of standard receive descriptors allocated by the driver. The default value is 256. The maximum value is 512. hw.bge.rx_int_delay=500 This value delays the generation of receive interrupts in microseconds. The