All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] gnttab: Improve scaleability
@ 2014-12-02 10:06 Christoph Egger
  2014-12-02 10:06 ` [PATCH 1/2] gnttab: Introduce rwlock to protect updates to grant table state Christoph Egger
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Christoph Egger @ 2014-12-02 10:06 UTC (permalink / raw)
  To: xen-devel

This patch series changes the grant table locking to
a more fain grained locking protocol. The result is
a performance boost measured with blkfront/blkback.
Document the locking protocol.

[PATCH 1/2] gnttab: Introduce rwlock to protect updates to grant
[PATCH 2/2] gnttab: refactor locking for scalability

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

end of thread, other threads:[~2014-12-02 13:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-02 10:06 [PATCH 0/2] gnttab: Improve scaleability Christoph Egger
2014-12-02 10:06 ` [PATCH 1/2] gnttab: Introduce rwlock to protect updates to grant table state Christoph Egger
2014-12-02 11:28   ` Andrew Cooper
2014-12-02 12:35   ` Julien Grall
2014-12-02 13:03     ` Egger, Christoph
2014-12-02 13:08       ` Julien Grall
2014-12-02 13:18         ` Egger, Christoph
2014-12-02 10:06 ` [PATCH 2/2] gnttab: refactor locking for scalability Christoph Egger
2014-12-02 11:00 ` [PATCH 0/2] gnttab: Improve scaleability Andrew Cooper
2014-12-02 11:08   ` Egger, Christoph

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.