GSoC - SeND

2009-04-26 Thread Ana Kukec

Hi all,

I am Ana Kukec, a research assistant and a PhD student at University of 
Zagreb. I will be working on the IPv6 Secure Neighbor Discovery (SeND - 
rfc3971, rfc4861) - the implementation of native kernel APIs for 
FreeBSD, within GSoC, with my mentor Bjoern Zeeb. More informations will 
be provided on http://wiki.freebsd.org/SOC2009AnaKukec.


Regards,
Ana


___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[dummynet] Several queues connected to one pipe: "dummynet: OUCH! pipe should have been idle!"

2009-04-26 Thread Maxim Ignatenko
Hi,

I have next dummynet configuration:

ipfw pipe 3 bw 3Mbit/s
ipfw queue 10 config pipe 3 weight 10 mask src-ip 0x
ipfw queue 11 config pipe 3 weight 10 mask dst-ip 0x

Two queues for different traffic directions connected to one pipe.
After update to r191410 my /var/log/messages filled with:

Apr 24 16:33:31 imax kernel: dummynet: OUCH! pipe should have been idle!
Apr 24 16:33:59 imax last message repeated 8 times
Apr 24 16:35:53 imax last message repeated 519 times
Apr 24 16:38:55 imax last message repeated 50 times

Then I've changed ip_dummynet.c little, to see actual value of
pipe->scheduler_heap.elements
Here what I've got with one dynamic queue per parent:

Apr 25 16:16:34 imax kernel: dummynet: OUCH! pipe should have been
idle!SCH len: 2
Apr 25 16:17:05 imax last message repeated 462 times
Apr 25 16:18:48 imax last message repeated 1269 times

With two queues per parent:

Apr 26 16:51:34 imax kernel: dummynet: OUCH! pipe should have been
idle!SCH len: 4
Apr 26 16:51:34 imax kernel: dummynet: OUCH! pipe should have been
idle!SCH len: 3
Apr 26 16:51:34 imax kernel: dummynet: OUCH! pipe should have been
idle!SCH len: 4
Apr 26 16:51:34 imax kernel: dummynet: OUCH! pipe should have been
idle!SCH len: 3
Apr 26 16:51:34 imax kernel: dummynet: OUCH! pipe should have been
idle!SCH len: 4

Thanks for attention, awaiting your comments and/or suggestions.
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


Re: [dummynet] Several queues connected to one pipe: "dummynet: OUCH! pipe should have been idle!"

2009-04-26 Thread Luigi Rizzo
On Sun, Apr 26, 2009 at 05:32:45PM +0300, Maxim Ignatenko wrote:
> Hi,
> 
> I have next dummynet configuration:
> 
> ipfw pipe 3 bw 3Mbit/s
> ipfw queue 10 config pipe 3 weight 10 mask src-ip 0x
> ipfw queue 11 config pipe 3 weight 10 mask dst-ip 0x
> 
> Two queues for different traffic directions connected to one pipe.
> After update to r191410 my /var/log/messages filled with:
> Apr 24 16:33:31 imax kernel: dummynet: OUCH! pipe should have been idle!
> Apr 24 16:33:59 imax last message repeated 8 times
> Apr 24 16:35:53 imax last message repeated 519 times
> Apr 24 16:38:55 imax last message repeated 50 times

could you give us a few more details on the branch you
are using (HEAD or RELENG_7 ?) and what svn revision did
you use before the update (which did not show the error) ?

thanks
luigi
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


Re: [dummynet] Several queues connected to one pipe: "dummynet: OUCH! pipe should have been idle!"

2009-04-26 Thread Luigi Rizzo
On Mon, Apr 27, 2009 at 01:12:55AM +0300, Maxim Ignatenko wrote:
> 2009/4/27 Luigi Rizzo :
> >
> > could you give us a few more details on the branch you
> > are using (HEAD or RELENG_7 ?) and what svn revision did
> > you use before the update (which did not show the error) ?
> >
> 
> Sorry, I've forgot to mention that...
> I use HEAD, and before update it was r191201, if I'm not mistaking.

ok there seems to be no change related to dummynet between these
two versions so I am not sure where to look.
Could you double check what is the last working version ?

cheers
luigi
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


Re: [dummynet] Several queues connected to one pipe: "dummynet: OUCH! pipe should have been idle!"

2009-04-26 Thread Maxim Ignatenko
2009/4/27 Luigi Rizzo :
>
> could you give us a few more details on the branch you
> are using (HEAD or RELENG_7 ?) and what svn revision did
> you use before the update (which did not show the error) ?
>

Sorry, I've forgot to mention that...
I use HEAD, and before update it was r191201, if I'm not mistaking.

Now I'm just removed queues from ruleset, but I may supply any
additional information, if needed.

Thanks for attention.
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


Re: [dummynet] Several queues connected to one pipe: "dummynet: OUCH! pipe should have been idle!"

2009-04-26 Thread Maxim Ignatenko
2009/4/27 Luigi Rizzo :
> On Mon, Apr 27, 2009 at 01:12:55AM +0300, Maxim Ignatenko wrote:
>> 2009/4/27 Luigi Rizzo :
>> >
>> > could you give us a few more details on the branch you
>> > are using (HEAD or RELENG_7 ?) and what svn revision did
>> > you use before the update (which did not show the error) ?
>> >
>>
>> Sorry, I've forgot to mention that...
>> I use HEAD, and before update it was r191201, if I'm not mistaking.
>
> ok there seems to be no change related to dummynet between these
> two versions so I am not sure where to look.
> Could you double check what is the last working version ?
>
> cheers
> luigi
>

OK, I'll try.
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"