xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [RFC v1 0/5] VBD: enlarge max segment per request in blkfront
@ 2012-08-16 10:22 Duan, Ronghui
  2012-08-16 11:14 ` Jan Beulich
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Duan, Ronghui @ 2012-08-16 10:22 UTC (permalink / raw)
  To: xen-devel@lists.xen.org
  Cc: Ian.Jackson@eu.citrix.com, Stefano.Stabellini@eu.citrix.com

Hi, list.
The max segments for request in VBD queue is 11, while for Linux OS/ other VMM, the parameter is set to 128 in default. This may be caused by the limited size of ring between Front/Back. So I guess whether we can put segment data into another ring and dynamic use them for the single request's need. Here is prototype which don't do much test, but it can work on Linux 64 bits 3.4.6 kernel. I can see the CPU% can be reduced to 1/3 compared to original in sequential test. But it bring some overhead which will make random IO's cpu utilization increase a little.

Here is a short version data use only 1K random read and 64K sequential read in direct mode. Testing a physical SSD disk as blkback in backend. CPU% is got form xentop.
Read 1K random	IOPS	   Dom0 CPU	DomU CPU%
		W	52005.9	86.6	71
		W/O	52123.1	85.8	66.9
			
Read 64K seq	BW MB/s	Dom0 CPU	DomU CPU%
	W	250		27.1	       10.6
	W/O	250		62.6	       31.1


The patch will be simple if we only use new methods. But we need consider that user may use new kernel as backend while an older one as frontend. Also need considerate live migration case. So the change become huge...
[RFC v1 1/5] 
	In order to add new segment ring, refactoring the original code, split some methods related with ring operation.
[RFC v1 2/5]
	Add the segment ring support in blkfront. Most of code is about suspend/recover.
[RFC v1 3/5]
	As the same, need refractor the original code in blkback.
[RFC v1 4/5]
	In order to support different type of ring type in blkback, make the pending_req list per disk.
[RFC v1 5/5]
	Add the segment ring support in blkback.
-ronghui

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

end of thread, other threads:[~2012-09-19 21:11 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-16 10:22 [RFC v1 0/5] VBD: enlarge max segment per request in blkfront Duan, Ronghui
2012-08-16 11:14 ` Jan Beulich
2012-08-17  1:12   ` Duan, Ronghui
2012-08-16 13:34 ` Konrad Rzeszutek Wilk
2012-08-16 13:55   ` Konrad Rzeszutek Wilk
2012-08-17  1:26     ` Duan, Ronghui
2012-08-16 14:18   ` Jan Beulich
2012-09-07 17:49 ` Konrad Rzeszutek Wilk
2012-09-13  2:28   ` Duan, Ronghui
2012-09-13  7:32     ` Jan Beulich
2012-09-13 11:05       ` Stefano Stabellini
2012-09-13 13:23         ` Konrad Rzeszutek Wilk
2012-09-13 14:05           ` Duan, Ronghui
2012-09-17  6:33             ` Duan, Ronghui
2012-09-17 14:37               ` Konrad Rzeszutek Wilk
2012-09-19 21:11               ` Konrad Rzeszutek Wilk
2012-09-13 13:21     ` Konrad Rzeszutek Wilk

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