Re: [Xenomai-core] realtime pipes

2012-01-16 Thread Makarand Pradhan
Hi, Real-time pipes are deprecated. We use a lot of rt pipes. So, can you pl elaborate on this? I would highly appreciate if you can comment on the following. 1. When will the rt pipe interface be removed? Any time frame? 2. Would like to understand the reason for deprecating the interface.

Re: [Xenomai-core] realtime pipes

2012-01-16 Thread Philippe Gerum
On 01/16/2012 03:25 PM, Makarand Pradhan wrote: Hi, Real-time pipes are deprecated. We use a lot of rt pipes. So, can you pl elaborate on this? I would highly appreciate if you can comment on the following. 1. When will the rt pipe interface be removed? Any time frame? Xenomai 3. Xenomai

Re: [Xenomai-core] realtime pipes

2012-01-16 Thread Makarand Pradhan
Thanks Philippe. To ensure that I understand correctly, let me rephrase my understanding. In 3.0, the rt_pipe_create and friends will cease to exist. We have to start using the sockets with domain AF_RTIPC and protocol IPCPROTO_XDDP instead. Is that a correct statement? Rgds, Mak. On

Re: [Xenomai-core] realtime pipes

2012-01-16 Thread Philippe Gerum
On 01/16/2012 04:09 PM, Makarand Pradhan wrote: Thanks Philippe. To ensure that I understand correctly, let me rephrase my understanding. In 3.0, the rt_pipe_create and friends will cease to exist. We have to start using the sockets with domain AF_RTIPC and protocol IPCPROTO_XDDP instead. Is

Re: [Xenomai-core] realtime pipes

2012-01-16 Thread Makarand Pradhan
Thanks. On 16/01/12 10:24 AM, Philippe Gerum wrote: On 01/16/2012 04:09 PM, Makarand Pradhan wrote: Thanks Philippe. To ensure that I understand correctly, let me rephrase my understanding. In 3.0, the rt_pipe_create and friends will cease to exist. We have to start using the sockets with