[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Network tasks priorities
- Date: Tue, 22 Dec 2009 14:57:09 +0200
- From: leonp at plris.com (Leon Pollak)
- Subject: Network tasks priorities
Hello, all.
My application is rather critical to the loss of data on the Ethernet input,
but totally ignorant to the transmission timing.
For this purpose I would like to assign the highest possible priority to the
Ethernet Rx daemon, while Tx daemon may be very low.
But the rtems_bsdnet_newproc function does not allow me to do this, as it uses
the one networkDaemonPriority for all calls.
May be it will worth to add one more 'priority' parameter to this
rtems_bsdnet_newproc function?
Thanks.
--
Leon