Re: Effective way to stream data from xenomai task to linux domain task

2021-02-10 Thread Philippe Gerum via Xenomai
Philippe Gerum writes: > Jan Holtz via Xenomai writes: > >>Hello, >> >>i am running a xenomai 3 on a SMP cobalt kernel using the alchemy skin. >> >>I have a rt task running in a 10kHz period which has to transfer every >>40ms a amount of data (30.000 byte) to the linux domain

Re: Effective way to stream data from xenomai task to linux domain task

2021-02-10 Thread Philippe Gerum via Xenomai
Jan Holtz via Xenomai writes: >Hello, > >i am running a xenomai 3 on a SMP cobalt kernel using the alchemy skin. > >I have a rt task running in a 10kHz period which has to transfer every >40ms a amount of data (30.000 byte) to the linux domain task. > >At moment i am using

Effective way to stream data from xenomai task to linux domain task

2021-02-10 Thread Jan Holtz via Xenomai
Hello, i am running a xenomai 3 on a SMP cobalt kernel using the alchemy skin. I have a rt task running in a 10kHz period which has to transfer every 40ms a amount of data (30.000 byte) to the linux domain task. At moment i am using a rt_pipe with the file backend on linux side.