All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thanos Makatos <thanos.makatos@citrix.com>
To: xen-devel@lists.xen.org
Cc: thanos.makatos@citrix.com
Subject: [PATCH 0 of 7 v5] Introduce the tapback daemon (most of blkback in user-space)
Date: Mon, 15 Jul 2013 12:38:41 +0100	[thread overview]
Message-ID: <patchbomb.1373888321@makatos-desktop> (raw)

This patch series introduces the tapback daemon, the user space daemon that
acts as a device's back-end, essentially most of blkback in user space. The
daemon is responsible for coordinating the front-end and tapdisk. It creates
tapdisk process as needed, instructs them to connect to/disconnect from the
shared ring, and manages the state of the back-end.

The shared ring between the front-end and the tapdisk is provided by a piece of
code that lives inside the tapdisk and will be introduced by the next patch
series.
 
Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>

---
Changed since v1:
The series has been largely reorganised:
* Renamed the daemon from xenio to tapback.
* Improved description in patch 0.
* Merged structures and functions.
* Disaggregated functionality from the core daemon source file to smaller ones
  in order to facilitate the review process and improve maintenance.

Changed since v2:
  * Added a new patch that ignores tapback binaries.
  * For the rest of the patches, see the description in each patch.

Changed since v3:
  * Replace the minor number with type:/path/to/file where necessary.
  * Create the daemon's control socket.

             reply	other threads:[~2013-07-15 11:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-15 11:38 Thanos Makatos [this message]
2013-07-15 11:38 ` [PATCH 1 of 7 v5] blktap3/tapback: Introduce core defines and structure definitions Thanos Makatos
2013-07-15 11:38 ` [PATCH 2 of 7 v5] blktap3/tapback: Introduces functionality required to access XenStore Thanos Makatos
2013-07-15 11:38 ` [PATCH 3 of 7 v5] blktap3/tapback: Logging for the tapback daemon Thanos Makatos
2013-07-15 11:38 ` [PATCH 4 of 7 v5] blktap3/tapback: Introduce back-end XenStore path handler Thanos Makatos
2013-07-15 11:38 ` [PATCH 5 of 7 v5] blktap3/tapback: Introduce front-end " Thanos Makatos
2013-07-15 11:38 ` [PATCH 6 of 7 v5] blktap3/tapback: Introduce the tapback daemon Thanos Makatos
2013-07-15 11:38 ` [PATCH 7 of 7 v5] blktap3/tapback: Introduce tapback daemon Makefile Thanos Makatos
2013-07-15 14:25 ` [PATCH 0 of 7 v5] Introduce the tapback daemon (most of blkback in user-space) Thanos Makatos

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=patchbomb.1373888321@makatos-desktop \
    --to=thanos.makatos@citrix.com \
    --cc=xen-devel@lists.xen.org \
    /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.