* [Xenomai] Linux - Xenomai Kernel Space Communication
@ 2012-06-28 18:09 Sunetra Sashi
2012-06-28 18:37 ` Gilles Chanteperdrix
0 siblings, 1 reply; 8+ messages in thread
From: Sunetra Sashi @ 2012-06-28 18:09 UTC (permalink / raw)
To: xenomai
Hi,
I have an Linux kernel module that runs in native linux environment that
needs to communicate (function calls/memory usage etc) with another kernel
module that runs in Xenomai space.
Does Xenomai offer mechanisms for such back and forth Linux - Xenomai
communication?
Thanks
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Xenomai] Linux - Xenomai Kernel Space Communication
2012-06-28 18:09 [Xenomai] Linux - Xenomai Kernel Space Communication Sunetra Sashi
@ 2012-06-28 18:37 ` Gilles Chanteperdrix
2012-06-28 18:44 ` Snmgmt
0 siblings, 1 reply; 8+ messages in thread
From: Gilles Chanteperdrix @ 2012-06-28 18:37 UTC (permalink / raw)
To: Sunetra Sashi; +Cc: xenomai
On 06/28/2012 08:09 PM, Sunetra Sashi wrote:
> Hi,
>
> I have an Linux kernel module that runs in native linux environment that
> needs to communicate (function calls/memory usage etc) with another kernel
> module that runs in Xenomai space.
>
> Does Xenomai offer mechanisms for such back and forth Linux - Xenomai
> communication?
Yes.
--
Gilles.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Xenomai] Linux - Xenomai Kernel Space Communication
2012-06-28 18:37 ` Gilles Chanteperdrix
@ 2012-06-28 18:44 ` Snmgmt
2012-06-28 18:46 ` Gilles Chanteperdrix
0 siblings, 1 reply; 8+ messages in thread
From: Snmgmt @ 2012-06-28 18:44 UTC (permalink / raw)
To: Gilles Chanteperdrix; +Cc: xenomai@xenomai.org
Thanks. Could you please tell me what they are?
On Jun 28, 2012, at 2:37 PM, Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> wrote:
> On 06/28/2012 08:09 PM, Sunetra Sashi wrote:
>> Hi,
>>
>> I have an Linux kernel module that runs in native linux environment that
>> needs to communicate (function calls/memory usage etc) with another kernel
>> module that runs in Xenomai space.
>>
>> Does Xenomai offer mechanisms for such back and forth Linux - Xenomai
>> communication?
>
> Yes.
>
> --
> Gilles.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Xenomai] Linux - Xenomai Kernel Space Communication
2012-06-28 18:44 ` Snmgmt
@ 2012-06-28 18:46 ` Gilles Chanteperdrix
2012-06-28 19:15 ` Snmgmt
0 siblings, 1 reply; 8+ messages in thread
From: Gilles Chanteperdrix @ 2012-06-28 18:46 UTC (permalink / raw)
To: Snmgmt; +Cc: xenomai@xenomai.org
On 06/28/2012 08:44 PM, Snmgmt wrote:
> Thanks. Could you please tell me what they are?
No. You do not need me to find them in the API documentation, provided
with xenomai sources as well as on the website.
--
Gilles.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Xenomai] Linux - Xenomai Kernel Space Communication
2012-06-28 18:46 ` Gilles Chanteperdrix
@ 2012-06-28 19:15 ` Snmgmt
2012-06-28 20:11 ` Philippe Gerum
2012-06-28 20:12 ` Philippe Gerum
0 siblings, 2 replies; 8+ messages in thread
From: Snmgmt @ 2012-06-28 19:15 UTC (permalink / raw)
To: xenomai
Thank you, could someone else please point me to them?
My question to be more specific would be, are the real time IPC protocols applicable to inter kernel communication or are they meant only for user space communication between xenomai and Linux threads?
I read that rt_pipe api would be deprecated soon, is that true?
Thanks
On Jun 28, 2012, at 2:46 PM, Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> wrote:
> On 06/28/2012 08:44 PM, Snmgmt wrote:
>> Thanks. Could you please tell me what they are?
>
> No. You do not need me to find them in the API documentation, provided
> with xenomai sources as well as on the website.
>
> --
> Gilles.
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Xenomai] Linux - Xenomai Kernel Space Communication
2012-06-28 19:15 ` Snmgmt
@ 2012-06-28 20:11 ` Philippe Gerum
2012-06-28 20:12 ` Philippe Gerum
1 sibling, 0 replies; 8+ messages in thread
From: Philippe Gerum @ 2012-06-28 20:11 UTC (permalink / raw)
To: Snmgmt; +Cc: xenomai
On 06/28/2012 09:15 PM, Snmgmt wrote:
>
> Thank you, could someone else please point me to them?
>
> My question to be more specific would be, are the real time IPC protocols applicable to inter kernel communication
Yes, via the regular module-to-module RTDM API they expose.
or are they meant only for user space communication between xenomai
and Linux threads?
>
> I read that rt_pipe api would be deprecated soon, is that true?
>
Yes, for most part. The in-kernel API disappeared from the Xenomai 3
code base already, what remains is a wrapper of the former user-space
RT_PIPE API rebased over XDDP.
> Thanks
>
>
>
> On Jun 28, 2012, at 2:46 PM, Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> wrote:
>
>> On 06/28/2012 08:44 PM, Snmgmt wrote:
>>> Thanks. Could you please tell me what they are?
>>
>> No. You do not need me to find them in the API documentation, provided
>> with xenomai sources as well as on the website.
>>
>> --
>> Gilles.
>
>
>>
> _______________________________________________
> Xenomai mailing list
> Xenomai@xenomai.org
> http://www.xenomai.org/mailman/listinfo/xenomai
>
--
Philippe.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Xenomai] Linux - Xenomai Kernel Space Communication
2012-06-28 19:15 ` Snmgmt
2012-06-28 20:11 ` Philippe Gerum
@ 2012-06-28 20:12 ` Philippe Gerum
2012-06-28 20:13 ` Philippe Gerum
1 sibling, 1 reply; 8+ messages in thread
From: Philippe Gerum @ 2012-06-28 20:12 UTC (permalink / raw)
To: Snmgmt; +Cc: xenomai
On 06/28/2012 09:15 PM, Snmgmt wrote:
>
> Thank you, could someone else please point me to them?
>
http://www.xenomai.org/documentation/xenomai-2.6/html/api/index.html
> My question to be more specific would be, are the real time IPC protocols applicable to inter kernel communication or are they meant only for user space communication between xenomai and Linux threads?
>
> I read that rt_pipe api would be deprecated soon, is that true?
>
> Thanks
>
>
>
> On Jun 28, 2012, at 2:46 PM, Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> wrote:
>
>> On 06/28/2012 08:44 PM, Snmgmt wrote:
>>> Thanks. Could you please tell me what they are?
>>
>> No. You do not need me to find them in the API documentation, provided
>> with xenomai sources as well as on the website.
>>
>> --
>> Gilles.
>
>
>>
> _______________________________________________
> Xenomai mailing list
> Xenomai@xenomai.org
> http://www.xenomai.org/mailman/listinfo/xenomai
>
--
Philippe.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Xenomai] Linux - Xenomai Kernel Space Communication
2012-06-28 20:12 ` Philippe Gerum
@ 2012-06-28 20:13 ` Philippe Gerum
0 siblings, 0 replies; 8+ messages in thread
From: Philippe Gerum @ 2012-06-28 20:13 UTC (permalink / raw)
To: Snmgmt; +Cc: xenomai
On 06/28/2012 10:12 PM, Philippe Gerum wrote:
> On 06/28/2012 09:15 PM, Snmgmt wrote:
>>
>> Thank you, could someone else please point me to them?
>>
>
> http://www.xenomai.org/documentation/xenomai-2.6/html/api/index.html
Specifically:
http://www.xenomai.org/documentation/xenomai-2.6/html/api/group__interdrv.html
>
>> My question to be more specific would be, are the real time IPC
>> protocols applicable to inter kernel communication or are they meant
>> only for user space communication between xenomai and Linux threads?
>>
>> I read that rt_pipe api would be deprecated soon, is that true?
>>
>> Thanks
>>
>>
>>
>> On Jun 28, 2012, at 2:46 PM, Gilles Chanteperdrix
>> <gilles.chanteperdrix@xenomai.org> wrote:
>>
>>> On 06/28/2012 08:44 PM, Snmgmt wrote:
>>>> Thanks. Could you please tell me what they are?
>>>
>>> No. You do not need me to find them in the API documentation, provided
>>> with xenomai sources as well as on the website.
>>>
>>> --
>>> Gilles.
>>
>>
>>>
>> _______________________________________________
>> Xenomai mailing list
>> Xenomai@xenomai.org
>> http://www.xenomai.org/mailman/listinfo/xenomai
>>
>
>
--
Philippe.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-06-28 20:13 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-28 18:09 [Xenomai] Linux - Xenomai Kernel Space Communication Sunetra Sashi
2012-06-28 18:37 ` Gilles Chanteperdrix
2012-06-28 18:44 ` Snmgmt
2012-06-28 18:46 ` Gilles Chanteperdrix
2012-06-28 19:15 ` Snmgmt
2012-06-28 20:11 ` Philippe Gerum
2012-06-28 20:12 ` Philippe Gerum
2012-06-28 20:13 ` Philippe Gerum
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.