From: "Roger Pau Monné" <roger.pau@citrix.com>
To: xen-devel <xen-devel@lists.xen.org>
Subject: [Hackathon minutes] PV block improvements
Date: Fri, 24 May 2013 17:06:09 +0200 [thread overview]
Message-ID: <519F81E1.8030203@citrix.com> (raw)
Hello,
This are the notes about the block improvements discussed at the
Hackathon, some of them, if not all, have already been incorporated into:
https://docs.google.com/document/d/1Vh5T8Z3Tx3sUEhVB0DnNDKBNiqB_ZA8Z5YVqAsCIjuI/edit
Here is a list of future work items, more measurable and limited:
A) Separate request and response rings. This has several benefits, we
will be able to reduce the size of the response struct, since it no
longer has to be the same size of the request. Also, we could increase
the number of in-flight requests, since we are no longer limited by the
size of the request ring. We still need to make sure that all in-flight
requests can be written to the response ring once they are finished, or
added to a queue that writes them to the response ring when there's a
free slot.
B) Clean up the size differences between 32/64bit structs, also while
there reduce the size of a request so it is aligned to the cache (64bits).
C) Investigate the interrupt rate between blkfront/blkback and if needed
add support for polling, switching between polling or events could be
done automatically by blkfront/blkback when a high interrupt rate is
detected.
D) Multipage ring support.
next reply other threads:[~2013-05-24 15:06 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-24 15:06 Roger Pau Monné [this message]
2013-06-21 17:10 ` [Hackathon minutes] PV block improvements Roger Pau Monné
2013-06-21 18:07 ` Matt Wilson
2013-06-22 7:11 ` Roger Pau Monné
2013-06-25 6:09 ` Matt Wilson
2013-06-25 13:01 ` Wei Liu
2013-06-25 15:39 ` Matt Wilson
2013-06-25 15:53 ` Ian Campbell
2013-06-25 18:04 ` Stefano Stabellini
2013-06-26 9:37 ` George Dunlap
2013-06-26 11:37 ` Ian Campbell
2013-06-27 13:58 ` George Dunlap
2013-06-27 14:21 ` Ian Campbell
2013-06-27 15:20 ` Roger Pau Monné
2013-06-25 15:57 ` Ian Campbell
2013-06-25 16:05 ` Jan Beulich
2013-06-25 16:30 ` Roger Pau Monné
2013-06-27 15:12 ` Roger Pau Monné
2013-06-27 15:26 ` Stefano Stabellini
2013-06-21 20:16 ` Konrad Rzeszutek Wilk
2013-06-21 23:17 ` Wei Liu
2013-06-24 11:06 ` Stefano Stabellini
2013-07-02 11:49 ` Roger Pau Monné
2013-06-22 7:17 ` Roger Pau Monné
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=519F81E1.8030203@citrix.com \
--to=roger.pau@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).