All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] rt_pipe_write() returns -ENOMEM
@ 2007-03-05 16:10 Markus Franke
  2007-03-05 16:17 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 9+ messages in thread
From: Markus Franke @ 2007-03-05 16:10 UTC (permalink / raw)
  To: xenomai

Dear Xenomai Developers/Users,

I want to exchange data between User Space and Kernel Space via a
Message Pipe. Therefore I set up a pipe via rt_pipe_create() and write
to the pipe using rt_pipe_write(). After a few writes rt_pipe_write()
returns -ENOMEM what means that memory is exhausted. What happens if I
just ignore this error code? Does it simply mean that values are dropped
until the first value is read from the pipe by the User-Space Task? If
so, how can I increase the size of the message pipe? rt_pipe_alloc()
doesn't seem to solve the problem, isn't it?

Thanks in advance,


Markus Franke


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-03-08 15:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-05 16:10 [Xenomai-help] rt_pipe_write() returns -ENOMEM Markus Franke
2007-03-05 16:17 ` Gilles Chanteperdrix
2007-03-05 16:53   ` Markus Franke
2007-03-05 17:12     ` Gilles Chanteperdrix
2007-03-05 17:54       ` Markus Franke
2007-03-05 18:30         ` Gilles Chanteperdrix
2007-03-05 20:12           ` Gilles Chanteperdrix
2007-03-05 23:51             ` Markus Franke
2007-03-08 15:55               ` 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.