xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [Hackathon minutes] PV block improvements
@ 2013-05-24 15:06 Roger Pau Monné
  2013-06-21 17:10 ` Roger Pau Monné
  0 siblings, 1 reply; 24+ messages in thread
From: Roger Pau Monné @ 2013-05-24 15:06 UTC (permalink / raw)
  To: xen-devel

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.

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2013-07-02 11:49 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-24 15:06 [Hackathon minutes] PV block improvements Roger Pau Monné
2013-06-21 17:10 ` 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é

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).