Re: if_bce tx / rx tick limits

2011-11-30 Thread YongHyeon PYUN
On Wed, Nov 30, 2011 at 03:22:37PM +0100, Florian Wilkemeyer wrote: > Hi, > > i wonder about the bce driver's tx / rx tick limits > (ticks and ticks_int are limited to 100; otherwise default value (80) > gets used) > > (if_bce.c line 921 / 933 .. ) > I think this highly depends on firmware of

if_bce tx / rx tick limits

2011-11-30 Thread Florian Wilkemeyer
Hi, i wonder about the bce driver's tx / rx tick limits (ticks and ticks_int are limited to 100; otherwise default value (80) gets used) (if_bce.c line 921 / 933 .. ) On DragonFly BSD the values can be set much higher (such as 1000 ..) which would be great in a high-traffic setup. (On linux