[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v5] QEMUBH: make AioContext's bh re-entrant
From: |
liu ping fan |
Subject: |
Re: [Qemu-devel] [PATCH v5] QEMUBH: make AioContext's bh re-entrant |
Date: |
Wed, 26 Jun 2013 17:46:11 +0800 |
On Tue, Jun 25, 2013 at 5:40 PM, Kevin Wolf <address@hidden> wrote:
> Am 25.06.2013 um 19:26 hat Liu Ping Fan geschrieben:
>> BH will be used outside big lock, so introduce lock to protect
>> between the writers, ie, bh's adders and deleter. The lock only
>> affects the writers and bh's callback does not take this extra lock.
>> Note that for the same AioContext, aio_bh_poll() can not run in
>> parallel yet.
>>
>> Signed-off-by: Liu Ping Fan <address@hidden>
>>
>> ---------
>
> Please use exactly three dashes so that 'git am' recognises it as the
> end of the commit message.
>
Sorry, I will notice at the next time. Should I re-post it?
Thanks and regards,
Pingfan
> This doesn't compile yet because smp_read_barrier_depends() isn't merged
> yet, so maybe there's still time for some nitpicking: Wouldn't using
> atomic_set/get better document things and make them easier to read?
>
> It should be correct anyway, so:
>
> Reviewed-by: Kevin Wolf <address@hidden>