Searched hist:"41 f0377f73039ca6fe97a469d1941a89cd9757f1" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | virtio.h | diff 41f0377f73039ca6fe97a469d1941a89cd9757f1 Wed Jan 11 23:14:43 CST 2012 Rusty Russell <rusty@rustcorp.com.au> virtio: support unlocked queue kick
Based on patch by Christoph for virtio_blk speedup:
Split virtqueue_kick to be able to do the actual notification outside the lock protecting the virtqueue. This patch was originally done by Stefan Hajnoczi, but I can't find the original one anymore and had to recreated it from memory. Pointers to the original or corrections for the commit message are welcome.
Stefan's patch was here:
https://github.com/stefanha/linux/commit/a6d06644e3a58e57a774e77d7dc34c4a5a2e7496 http://www.spinics.net/lists/linux-virtualization/msg14616.html
Third time's the charm!
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
/openbmc/linux/drivers/virtio/ |
H A D | virtio_ring.c | diff 41f0377f73039ca6fe97a469d1941a89cd9757f1 Wed Jan 11 23:14:43 CST 2012 Rusty Russell <rusty@rustcorp.com.au> virtio: support unlocked queue kick
Based on patch by Christoph for virtio_blk speedup:
Split virtqueue_kick to be able to do the actual notification outside the lock protecting the virtqueue. This patch was originally done by Stefan Hajnoczi, but I can't find the original one anymore and had to recreated it from memory. Pointers to the original or corrections for the commit message are welcome.
Stefan's patch was here:
https://github.com/stefanha/linux/commit/a6d06644e3a58e57a774e77d7dc34c4a5a2e7496 http://www.spinics.net/lists/linux-virtualization/msg14616.html
Third time's the charm!
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|