dummynet error in last stable version
Luigi Rizzo
rizzo at iet.unipi.it
Fri Mar 26 10:07:00 UTC 2010
On Thu, Mar 25, 2010 at 03:00:01PM -0300, Adailton Milhorini wrote:
> Hi,
>
> i use this rules for my bandwidth control, and after update my freebsd
> in last days, show any error for me..
> my rule
>
> # ipfw pipe 10 config mask dst-ip 0xffffffff bw 900Kbit/s queue 90Kbit/s
>
> errors in dmesg after rule
>
> #Bump sched buckets to 64 (was 0)
>
> and after traffic show
>
> #dummynet_io dropped by enqueue
>
Thanks for the report.
the dmesg output are only diagnostics, they should be removed but do
not indicate any error.
your configuration command is incorrect though, "queue 90Kbit/s"
as queue size can be expressed only in slots or in bytes. The parser
is sloppy and ignores everything after the 'K' so it understand
it as 90Kbytes, but you should not count on that
cheers
luigi
More information about the freebsd-ipfw
mailing list