Re: [Xenomai-core] Xenomai support for ARM926EJ

2007-03-21 Thread Gilles Chanteperdrix
Dmitry Adamushko wrote: > On 20/03/07, Gilles Chanteperdrix <[EMAIL PROTECTED]> wrote: > > Muruganandam Ganapathy wrote: > > > The board is based on the Fujitsu SOC which has the ARM926EJ processor > core. > > > > > > This board has SPI, I2C and 10/100 ethernet interfaces and it can > sup

Re: [Xenomai-core] Xenomai support for ARM926EJ

2007-03-21 Thread Gilles Chanteperdrix
Gilles Chanteperdrix wrote: > Dmitry Adamushko wrote: > > On 20/03/07, Gilles Chanteperdrix <[EMAIL PROTECTED]> wrote: > > > Muruganandam Ganapathy wrote: > > > > The board is based on the Fujitsu SOC which has the ARM926EJ processor > > core. > > > > > > > > This board has SPI, I2C and 10

Re: [Xenomai-core] Xenomai support for ARM926EJ

2007-03-21 Thread Jan Kiszka
Gilles Chanteperdrix wrote: > Dmitry Adamushko wrote: > > On 20/03/07, Gilles Chanteperdrix <[EMAIL PROTECTED]> wrote: > > > Muruganandam Ganapathy wrote: > > > > The board is based on the Fujitsu SOC which has the ARM926EJ processor > > core. > > > > > > > > This board has SPI, I2C and 10

Re: [Xenomai-core] Xenomai support for ARM926EJ

2007-03-21 Thread Gilles Chanteperdrix
Jan Kiszka wrote: > I think implementing coloured caches (with reservations for RT > processes) could be an option as well. Once RT context switches no > longer require full cache flushes, those for non-RT processes could be > made interruptible. But all this would require heavy Linux hacking, I'm

Re: [Xenomai-core] Xenomai support for ARM926EJ

2007-03-21 Thread Jan Kiszka
Gilles Chanteperdrix wrote: > Jan Kiszka wrote: >> I think implementing coloured caches (with reservations for RT >> processes) could be an option as well. Once RT context switches no >> longer require full cache flushes, those for non-RT processes could be >> made interruptible. But all this would

Re: [Xenomai-core] Xenomai support for ARM926EJ

2007-03-21 Thread Gilles Chanteperdrix
Jan Kiszka wrote: > Gilles Chanteperdrix wrote: > >>Jan Kiszka wrote: >> >>>I think implementing coloured caches (with reservations for RT >>>processes) could be an option as well. Once RT context switches no >>>longer require full cache flushes, those for non-RT processes could be >>>made interru

[Xenomai-core] Re: RT-Socket-CAN bus error rate and latencies

2007-03-21 Thread Wolfgang Grandegger
Wolfgang Grandegger wrote: Hello, on the Xenomai mailing list the topic "bus error flooding" popped up again. Various users reported trouble due to high bus error rates and bad impact on latencies. Some discussion is going on on how to avoid such flooding. I have already implemented "on-deman

[Xenomai-core] Socket Buffer overflow

2007-03-21 Thread Robin Walser
Hello, I must write on my socket(rt_dev_sendmsg()) verry fast. Often I have then a memory overflow. Is it possible? How can I examine whether sufficient memory is available? Thanks. ___ Xenomai-core mailing list Xenomai-core@gna.org https://mail.gna

[Xenomai-core] Re: RT-Socket-CAN bus error rate and latencies

2007-03-21 Thread Wolfgang Grandegger
Oliver Hartkopp wrote: Wolfgang Grandegger wrote: Wolfgang Grandegger wrote: But flooding can still occur and we are thinking about a better way of downscaling or temporarily disabling them. Socket-CAN currently restarts the controller after 200 bus errors. My preferred solution for RT-Sock

Re: [Xenomai-core] Socket Buffer overflow

2007-03-21 Thread Wolfgang Grandegger
Hello, Robin Walser wrote: Hello, I must write on my socket(rt_dev_sendmsg()) verry fast. Often I have then a memory overflow. Is it possible? How can I examine whether sufficient memory is available? Are you using RT-Socket-CAN? Could you please provide more detailed information like what

Re: [Xenomai-core] Socket Buffer overflow

2007-03-21 Thread Robin Walser
Are you using RT-Socket-CAN? Could you please provide more detailed information like what is the returned error code and are there kernel log messages (visible with $ dmsg)? Wolfgang. My programm based on frag-ip: http://www.rts.uni-hannover.de/rtnet/lxr/source//examples/xenomai/native/frag-

[Xenomai-core] Re: RT-Socket-CAN bus error rate and latencies

2007-03-21 Thread Jan Kiszka
Wolfgang Grandegger wrote: > Oliver Hartkopp wrote: >> Wolfgang Grandegger wrote: >>> Wolfgang Grandegger wrote: >>> But flooding can still occur and we are thinking about a better way of downscaling or temporarily disabling them. Socket-CAN currently restarts the controller aft

Re: [Xenomai-core] Socket Buffer overflow

2007-03-21 Thread Jan Kiszka
Robin Walser wrote: > >> Are you using RT-Socket-CAN? Could you please provide more detailed >> information like what is the returned error code and are there kernel >> log messages (visible with $ dmsg)? >> >> Wolfgang. > My programm based on frag-ip: > http://www.rts.uni-hannover.de/rtnet/lxr/so