qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v8 00/27] vhost-user: add migration support


From: Thibaut Collet
Subject: Re: [Qemu-devel] [PATCH v8 00/27] vhost-user: add migration support
Date: Tue, 20 Oct 2015 13:47:49 +0200

On Tue, Oct 20, 2015 at 12:21 PM, Michael S. Tsirkin <address@hidden> wrote:
> On Tue, Oct 20, 2015 at 08:30:49AM +0200, Thibaut Collet wrote:
>> On Mon, Oct 19, 2015 at 11:12 PM, Michael S. Tsirkin <address@hidden> wrote:
>> > On Mon, Oct 19, 2015 at 06:42:43PM +0200, Thibaut Collet wrote:
>> >> >
>> >> > Can you pls check refs/heads/for_thibaut?
>> >> > It should have your patch as the latest commit.
>> >>
>> >> I do not see yet my patch on the for_thibaut branch
>> >
>> > Ouch. I meant refs/tags/for_thibaut.
>> > Sorry about that.
>> >
>> >
>>
>> Sorry for the incorrect wording (I write to quickly my email and use
>> the word branch rather than tag). I use the for_thibaut tag for my
>> live migration test. The fixup for the double definition of
>> vhost_kernel_get_vq_index function id for this tag.
>> To do successfully live migration in any conditions I have removed
>> this double definition and apply the recent sending patch "vhost: set
>> the correct queue index in case of migration with multiqueue"
>>
>> When you say " It should have your patch as the latest commit." you
>> think about which patch ? The
>> "0001-FIXUP-vhost-user-add-support-of-live-migration.patch" one or the
>> "vhost: set the correct queue index in case of migration with
>> multiqueue" one ?
>>
>> Regards.
>>
>> Thibaut.
>
>
> This is where for_thibaut points at for me:
>
> commit bf6830e2416f67571ee2e7196f3625725adec170
> Author: Thibaut Collet <address@hidden>
> Date:   Mon Oct 19 14:59:27 2015 +0200
>
>     vhost: set the correct queue index in case of migration with multiqueue
>
>     When a live migration is started the log address to mark dirty pages is 
> provided
>     to the vhost backend through the vhost_dev_set_log function.
>     This function is called for each queue pairs but the queue index is 
> wrongly set:
>     always set to the first queue pair. Then vhost backend lost descriptor 
> addresses
>     of the queue pairs greater than 1 and behaviour of the vhost backend is
>     unpredictable.
>
>     The queue index is computed by taking account of the vq_index (to 
> retrieve the
>     queue pair index) and calling the vhost_get_vq_index method of the 
> backend.
>
>     Signed-off-by: Thibaut Collet <address@hidden>
>
>
> hash might change if I find any issues.
>
> If this is not what you see, you need to re-fetch the tag.

Ok I got and tested the updated branch. The problem, with my previous
attempt, is there are a tag and a branch called for_thibaut. This
morning after re-fetch operation I do a "git checkout for_thibaut"
that takes the tag and not the branch.
I realize it with the commit sha-1 of the "vhost: set the correct
queue index in case of migration with multiqueue" patch (sha-1 of
commit of for_thibaut tag is e20cff854)

>
> Please let me know whether this tag works for you.
>

I have tested this version (commit bf6830e24) with live migration and
everything is OK.

tested-by: Thibaut Collet <address@hidden>

> --
> MST



reply via email to

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