From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: Q on shared_mem and event_channel Date: Tue, 8 Feb 2011 18:12:47 -0500 Message-ID: <20110208231247.GA9857@dumpdata.com> References: <20110208215741.GA8321@dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline 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 To: ravi kerur Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Tue, Feb 08, 2011 at 03:05:31PM -0800, ravi kerur wrote: > Thanks Konrad, couple of q's > > 1. will this work with xenserver 5.6.0(citrix)? reason being, it uses > /dev/xen/gntalloc and /dev/xen/gtndev and I don't see these devices in > xenserver 5.6.0 dom0 and I don't see similar devices in xenserver 5.6.0 You will have to back-port them to it. > > 2. I might be able to use this functionality in conjunction with socket > calls, do you see any reason not to do it? Basically in my case I want to > have shared_mem/evt_chn setup either during bootup of dom0/domU's or when my > application is started. Well, that requires much more than the patches I mentioned. I think Citrix might have some off-the-shelf code that does it. Ask on the Xapi mailing list.