[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Network tasks
- Date: Mon, 18 Aug 2008 00:36:29 +0300 (IDT)
- From: leonp at plris.com (leonp at plris.com)
- Subject: Network tasks
Hello, all.
All network drivers tasks (Tx/Rx daemons) are started via call to
rtems_bsdnet_newproc(...).
What is the reason fo this?
Can they be started with ordniary rtems routins rtems_task_create and start?
In paqrticular: this method forces the daemons and stack itself to have
the same priority. Is it on purpose?
Thanks alot ahead.
Leon
- Follow-Ups:
- Network tasks
- From: Thomas.Doerfler at imd-systems.de (Thomas Dörfler)