NetBSD/sys/arch/xen
tls 0ac3367f2a Improvements to xbdback (the domain 0 driver that provides "xbd" virtual
disks to other domains) from Jed Davis, <jld@panix.com>:

	* Issue multiple requests when necessary rather than
	  assuming that arbitrary requests can be mapped into single
	  contiguous virtual address ranges.

	* Don't assume that all data for a request is consecutive
	  in memory.  With some client OSes, it's not.

	The above two changes fix data corruption issues with Linux
	clients with certain filesystem block sizes.

	* Gracefully handle memory or pool allocation failures after
	  beginning to handle a request from the ring.

	* Merge contiguous requests to avoid the "64K turns into 44K + 20K
	  and doubles the transactions per second at the disk" problem
	  caused by the 11-page limit caused by the structure of Xen
	  ring entries.  This causes a very slight performance decrease
	  for sequential 64K I/O if the disk is not already saturated with
	  requests (about 1%) but halves the transactions per second we
	  hit the disk with -- or better.  It even compensates for bizarre
	  Linux behaviour like breaking long requests up into 5.5K pieces.

	* Probably some stuff I forgot to mention.

Disk throughput (though not latency) is now much, much closer to the
"raw hardware" case than it was before.
2005-07-17 08:23:43 +00:00
..
compile
conf include cardbus/pcmcia. 2005-07-15 07:56:22 +00:00
i386 Improvements to xbdback (the domain 0 driver that provides "xbd" virtual 2005-07-17 08:23:43 +00:00
include Improvements to xbdback (the domain 0 driver that provides "xbd" virtual 2005-07-17 08:23:43 +00:00
x86 Allow compiling a domain0 kernel with vga but without pckbc, and add 2005-06-16 10:58:52 +00:00
xen Improvements to xbdback (the domain 0 driver that provides "xbd" virtual 2005-07-17 08:23:43 +00:00
Makefile Merge the bouyer-xen2 branch. This add supports for the Xen 2.0 virtual 2005-03-09 22:39:19 +00:00