Re: [Qemu-devel] [PATCH for-2.2 v3 0/3] nbd: Adapt for dataplane

2014-08-29 Thread Stefan Hajnoczi
On Mon, Jun 23, 2014 at 06:13:01PM +0800, Stefan Hajnoczi wrote: > On Fri, Jun 20, 2014 at 09:57:31PM +0200, Max Reitz wrote: > > For the NBD server to work with dataplane, it needs to correctly access > > the exported BDS. It makes the most sense to run both in the same > > AioContext, therefore t

Re: [Qemu-devel] [PATCH for-2.2 v3 0/3] nbd: Adapt for dataplane

2014-08-15 Thread Stefan Hajnoczi
On Fri, Aug 15, 2014 at 03:31:48PM +0200, Max Reitz wrote: > On 15.08.2014 15:08, Kevin Wolf wrote: > >Am 20.06.2014 um 21:57 hat Max Reitz geschrieben: > >>For the NBD server to work with dataplane, it needs to correctly access > >>the exported BDS. It makes the most sense to run both in the same

Re: [Qemu-devel] [PATCH for-2.2 v3 0/3] nbd: Adapt for dataplane

2014-08-15 Thread Max Reitz
On 15.08.2014 15:08, Kevin Wolf wrote: Am 20.06.2014 um 21:57 hat Max Reitz geschrieben: For the NBD server to work with dataplane, it needs to correctly access the exported BDS. It makes the most sense to run both in the same AioContext, therefore this series implements methods for tracking a B

Re: [Qemu-devel] [PATCH for-2.2 v3 0/3] nbd: Adapt for dataplane

2014-08-15 Thread Kevin Wolf
Am 20.06.2014 um 21:57 hat Max Reitz geschrieben: > For the NBD server to work with dataplane, it needs to correctly access > the exported BDS. It makes the most sense to run both in the same > AioContext, therefore this series implements methods for tracking a > BDS's AioContext and makes NBD make

Re: [Qemu-devel] [PATCH for-2.2 v3 0/3] nbd: Adapt for dataplane

2014-06-24 Thread Kevin Wolf
Am 23.06.2014 um 12:13 hat Stefan Hajnoczi geschrieben: > On Fri, Jun 20, 2014 at 09:57:31PM +0200, Max Reitz wrote: > > For the NBD server to work with dataplane, it needs to correctly access > > the exported BDS. It makes the most sense to run both in the same > > AioContext, therefore this serie

Re: [Qemu-devel] [PATCH for-2.2 v3 0/3] nbd: Adapt for dataplane

2014-06-23 Thread Stefan Hajnoczi
On Fri, Jun 20, 2014 at 09:57:31PM +0200, Max Reitz wrote: > For the NBD server to work with dataplane, it needs to correctly access > the exported BDS. It makes the most sense to run both in the same > AioContext, therefore this series implements methods for tracking a > BDS's AioContext and makes

[Qemu-devel] [PATCH for-2.2 v3 0/3] nbd: Adapt for dataplane

2014-06-20 Thread Max Reitz
For the NBD server to work with dataplane, it needs to correctly access the exported BDS. It makes the most sense to run both in the same AioContext, therefore this series implements methods for tracking a BDS's AioContext and makes NBD make use of this for keeping the clients connected to that BDS