All of lore.kernel.org
 help / color / mirror / Atom feed
* Event Channel Semantics
@ 2006-11-09 11:03 Julian Stecklina
  2006-11-09 15:34 ` Mark Williamson
  0 siblings, 1 reply; 4+ messages in thread
From: Julian Stecklina @ 2006-11-09 11:03 UTC (permalink / raw)
  To: xen-devel

Hello,

I am developing some userspace tools on Xen/Linux and have problems
regarding the semantics of /dev/linux/evtchn. The situation is as follows:

Suppose client A allocates an unbound port.
Client B connects to this via bind_interdomain.
Client A reads on /dev/linux/evtchn to see whether it has been notified.

If client B now notifies client A, the latter gets the correct port from
the call to read(). But all subsequent notifications get lost, and
client A just sits there blocking on read().

Is this intended? If not, where is the problem?

Regards,
Julian Stecklina

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

end of thread, other threads:[~2006-11-16  1:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-09 11:03 Event Channel Semantics Julian Stecklina
2006-11-09 15:34 ` Mark Williamson
2006-11-16  1:06   ` Julian Stecklina
2006-11-16  1:08     ` John Levon

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.