From: Georgios Portokalidis <georgios.portokalidis@gmail.com>
To: Keir Fraser <keir.fraser@cl.cam.ac.uk>
Cc: Deepak Manohar <mjdeepak@gmail.com>,
mark.williamson@cl.cam.ac.uk, andrew.warfield@cl.cam.ac.uk,
xen-devel@lists.sourceforge.net
Subject: Re: simple backend, frontend
Date: Thu, 18 Nov 2004 17:57:46 +0000 [thread overview]
Message-ID: <ef7350504111809573ef628e8@mail.gmail.com> (raw)
In-Reply-To: <E1CUqQc-0004Ut-00@mta1.cl.cam.ac.uk>
On Thu, 18 Nov 2004 17:50:41 +0000, Keir Fraser
<keir.fraser@cl.cam.ac.uk> wrote:
> > I have actually written some code for xen & xend allowing you to
> > request the creation of an event channel and share a memory page. It's
> > still work in progress, but it works fine. No crashes, very simple
> > communication scheme.
>
> Yes, for some things, where xend does not need to keep state on the
> channel (e.g., network address info, blkdev info) then having a way to
> get xend to just be a dumb channel for your evtchn/shared-mem info is
> undoubtedly a good idea.
>
> > The only possible problem i believe is the
> > ctrl_if_register_receiver(). I think you can only register a single
> > receiver for each control message type per domain. So even with a
> > generic shared channel mechanism you will be able to use it just from
> > a single driver/module.
>
> Use the subtype field, or create another field within your message, to
> demux on. Then have a small proxy module that registers with
> ctrl_if.c but then demuxes and forwards the message to the appropriate
> driver based on the demux field. You could have drivers register with
> the proxy module instead of ctrl_if.
>
Yeah, I thought the idea of a proxy module, but it is still a pain writing it.
The way things are now the subtype is used to determine the action.
The proxy module could actually offer a different interface to forward
messages to xen....
It's definitely one of the todos
> -- Keir
>
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
next prev parent reply other threads:[~2004-11-18 17:57 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-11 15:37 simple backend, frontend Deepak Manohar
2004-11-11 16:07 ` Mark A. Williamson
2004-11-11 16:18 ` Andrew Warfield
2004-11-11 19:21 ` Deepak Manohar
2004-11-11 19:33 ` Andrew Warfield
2004-11-11 20:11 ` Steven smith
2004-11-11 21:49 ` Mark A. Williamson
2004-11-12 8:22 ` Keir Fraser
2004-11-12 21:03 ` Deepak Manohar
2004-11-12 21:30 ` Mark A. Williamson
2004-11-14 15:34 ` Deepak Manohar
2004-11-14 15:42 ` Keir Fraser
2004-11-17 18:27 ` Deepak Manohar
2004-11-17 19:49 ` Bin Ren
2004-11-17 21:59 ` Keir Fraser
2004-11-18 17:45 ` Georgios Portokalidis
2004-11-18 17:50 ` Keir Fraser
2004-11-18 17:57 ` Georgios Portokalidis [this message]
2004-11-12 23:54 ` Adam Heath
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ef7350504111809573ef628e8@mail.gmail.com \
--to=georgios.portokalidis@gmail.com \
--cc=andrew.warfield@cl.cam.ac.uk \
--cc=keir.fraser@cl.cam.ac.uk \
--cc=mark.williamson@cl.cam.ac.uk \
--cc=mjdeepak@gmail.com \
--cc=xen-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.