From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mohammad Hedayati Subject: Re: Event Channel & Grant Table Usage Date: Fri, 18 Nov 2011 21:00:04 +0330 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Fri, Nov 18, 2011 at 8:17 PM, Vasiliy Tolstov wrote: > > > 2011/11/18 Mohammad Hedayati >> >> Can anyone tell me about the usage of event channel and page grant >> mechanisms in Xen? I mean any usage other than split drivers. >> Or, I can rephrase it this way, apart from virtual devices, where >> would we use Xen's Inter-VM communication? >> Thanks, >> Mohammad >> >> _______________________________________________ >> Xen-devel mailing list >> Xen-devel@lists.xensource.com >> http://lists.xensource.com/xen-devel > > > See libxenvchan messages in the list and xen source code. > > -- > Vasiliy Tolstov, > Clodo.ru > e-mail: v.tolstov@selfip.ru > jabber: vase@selfip.ru > Thank for reply Vasiliy, I'm not looking for a way to use Xen's IVMC mechanism, I'm looking for applications which use it (i.e. its applications). So far I only know about virtual devices and an MPI implementation which bypasses network using event channel and grant table mechanisms. - Mohammad