MZ> just curious, will the speed be a problem here? I'm glad you asked... :) MZ> considering each time it needs to contact user space for mapping a MZ> piece of data. Actually, that's not the case. The idea is for mappings to be cached in the kernel module so that the communication with userspace only needs to happen once per block. The thought is to ask once for a read, and then remember that mapping until a write happens, which might change the story. If so, we ask userspace again. Right now, the kernel module expires mappings in a pretty brain-dead way to make sure the list doesn't get too long. An intelligent data structure and expiration method would probably improve performance quite a bit. I don't have any benchmark data to post right now. I did some quick analysis a while back and found it to be not too bad. When using loop devices as a backing store, I achieved performance as high as a little under 50% of native. MZ> and the size unit is per sector in dm? Well, for qcow it is a sector, yes. The module itself, however, can use any block size (as long as it is a multiple of a sector). Before I started work on qcow support, I wrote a test application that used 2MiB blocks, which is where I got the approximately 50% performance value I described above. Our thought is that this would mostly be used for the OS images of virtual machines, which shouldn't change much, which would help to prevent constantly asking userspace to map blocks. -- Dan Smith IBM Linux Technology Center Open Hypervisor Team email: [email protected]
Attachment:
pgpuU5Iy4XoKr.pgp
Description: PGP signature
- Follow-Ups:
- Re: [dm-devel] [RFC] dm-userspace
- From: Ming Zhang <[email protected]>
- Re: [dm-devel] [RFC] dm-userspace
- References:
- [RFC] dm-userspace
- From: Dan Smith <[email protected]>
- Re: [dm-devel] [RFC] dm-userspace
- From: Ming Zhang <[email protected]>
- [RFC] dm-userspace
- Prev by Date: Re: Some Concrete AppArmor Questions - was Re: [RFC][PATCH 0/11] security: AppArmor - Overview
- Next by Date: Re: C++ pushback
- Previous by thread: Re: [dm-devel] [RFC] dm-userspace
- Next by thread: Re: [dm-devel] [RFC] dm-userspace
- Index(es):