qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] virtio-net: support RSC v4/v6 tcp traffic for W


From: Jason Wang
Subject: Re: [Qemu-devel] [PATCH] virtio-net: support RSC v4/v6 tcp traffic for Windows HCK
Date: Mon, 12 Nov 2018 17:25:59 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1


On 2018/11/12 下午4:57, Yuri Benditovich wrote:

On Mon, Nov 12, 2018 at 4:54 AM Michael S. Tsirkin <address@hidden <mailto:address@hidden>> wrote:

    On Sun, Nov 11, 2018 at 12:18:54PM +0200, Yuri Benditovich wrote:
    >     > @@ -66,12 +143,16 @@ typedef struct VirtIONet {
    >     >      VirtIONetQueue *vqs;
    >     >      VirtQueue *ctrl_vq;
    >     >      NICState *nic;
    >     > +    QTAILQ_HEAD(, NetRscChain) rsc_chains;
    >
    >     what exactly happens with these chains on migration?
    >
    >
    > This feature (software implementation of RSC in QEMU) is
    intended to be used in
    > the environment of certification tests which never uses migration.

    Should this feature disable migration then?


IMO, this should not. But if you find it mandatory, please respond and I will add the migration blocker.


So if my understanding is correct, it's safe to do nothing even if we allow migration for RSC?

Thanks





reply via email to

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