Re: [PATCH 5/5] drivers: ipc: enable non-blocking write from regular threads

2022-04-13 Thread Jan Kiszka via Xenomai
On 06.04.22 17:56, Philippe Gerum via Xenomai wrote: > From: Philippe Gerum > > Regular threads should be allowed to write to RTIPC sockets provided > MSG_DONTWAIT is implicitly set for such a request. This would match > the existing behavior with other synchronization objects, such as >

Re: [PATCH 5/5] drivers: ipc: enable non-blocking write from regular threads

2022-04-07 Thread Philippe Gerum via Xenomai
Jan Kiszka writes: > On 06.04.22 17:56, Philippe Gerum via Xenomai wrote: >> From: Philippe Gerum >> >> Regular threads should be allowed to write to RTIPC sockets provided >> MSG_DONTWAIT is implicitly set for such a request. This would match >> the existing behavior with other

Re: [PATCH 5/5] drivers: ipc: enable non-blocking write from regular threads

2022-04-07 Thread Jan Kiszka via Xenomai
On 06.04.22 17:56, Philippe Gerum via Xenomai wrote: > From: Philippe Gerum > > Regular threads should be allowed to write to RTIPC sockets provided > MSG_DONTWAIT is implicitly set for such a request. This would match > the existing behavior with other synchronization objects, such as >

[PATCH 5/5] drivers: ipc: enable non-blocking write from regular threads

2022-04-06 Thread Philippe Gerum via Xenomai
From: Philippe Gerum Regular threads should be allowed to write to RTIPC sockets provided MSG_DONTWAIT is implicitly set for such a request. This would match the existing behavior with other synchronization objects, such as semaphores and events, avoiding unnecessary restrictions on usage.