matrix_df hotmail wrote:
> Hello
>
> With linux 2.6.15.4, xenomai-2.2.0 and rtnet-0.9.3 (and previous verions
> also)
> I have the following problem:
>
> [EMAIL PROTECTED] kernel]# insmod frag-ip.ko dest_ip_s=10.0.0.2 size=64
> destination ip address 10.0.0.2=0200000a
> size 64
> rt_task_set_periodic(rt_xmit_task) = 0!
>
> source:
> ret = rt_task_set_periodic(&rt_xmit_task, TM_INFINITE, CYCLE);
> if (ret == 0) {
> printk(" rt_task_set_periodic(rt_xmit_task) = %d!\n", ret);
> goto cleanup_xmit_task;
> }
>
>
>
> What can I do?Check out latest SVN. There was a typo (see that cited check above...) + also a bug in the cleanup path on errors. Obviously, everyone only used the user-space variant for testing. Thanks for reporting, Jan
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ RTnet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rtnet-users

