All of lore.kernel.org
 help / color / mirror / Atom feed
From: Diwaker Gupta <diwaker.lists@gmail.com>
To: xen-devel@lists.xensource.com
Subject: understanding network split device drivers
Date: Tue, 6 Sep 2005 17:06:45 -0700	[thread overview]
Message-ID: <891be94105090617064886ae5a@mail.gmail.com> (raw)

I'm trying to understand the architecture for I/O devices (in particular, the
network drivers) in Xen. I know the broad design and structure of the split
devices drivers. The following picture will hopefully make it easier for
people to answer my questions:

                dom-0                          dom-1
------------------------------------     --------------
    device driver        backend   |     |   frontend
                   ==>             | ==> |
    (eg: e1000)       (eg: netback)|     |(eg: netfront)
------------------------------------     --------------
                  ||                  
                  \/                  
             (questions!!)


I'm not very knowledgeable on the linux networking stack, so bear with me if I
ask something obvious.

o where and how is this pipelining (between the actual device driver and the
backend) set up in the code? 

o is it something xen specific, or is it done via standard linux networking? 

o is there some buffer/queue between the backend and the actual device driver? 

o does the backend get any kind of notification from the hardware in case the
send/recv fails (since IIUC netback queues requests asynchronous processing)

o where exactly do the bridge utils fit in this picture?

TIA
Diwaker
-- 
Web/Blog/Gallery: http://floatingsun.net

                 reply	other threads:[~2005-09-07  0:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=891be94105090617064886ae5a@mail.gmail.com \
    --to=diwaker.lists@gmail.com \
    --cc=xen-devel@lists.xensource.com \
    /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.