qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/9] introduce virtio net dataplane


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 0/9] introduce virtio net dataplane
Date: Fri, 22 Feb 2013 12:34:31 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

Il 22/02/2013 12:06, Kevin Wolf ha scritto:
> or example think of
> the read-only qcow2 snapshot BDS that we've been talking about before.
> 
> So it would have to be more like one AioContext per connected component
> in the BDS graph

Yes.  For now it means one AioContext per top-level BDS, but that can
change in the future.

> , if one per BDS doesn't work (why doesn't it?)

One AioContext per BDS means one event loop and hence one thread per
BDS, with extra costs in terms of locking, context switching, etc.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]