qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] e1000e: using bottom half to send packets


From: Jason Wang
Subject: Re: [PATCH] e1000e: using bottom half to send packets
Date: Mon, 20 Jul 2020 12:00:15 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0


On 2020/7/17 下午11:52, Peter Maydell wrote:
On Fri, 17 Jul 2020 at 04:11, Jason Wang <jasowang@redhat.com> wrote:
I think several things were missed in this patch (take virtio-net as a
reference), do we need the following things:

- Cancel the bh when VM is stopped.
Similarly, what should we do with the bh when the device
is reset ?


I think we need cancel the bh.

Thanks



- A throttle to prevent bh from executing too much timer?
- A flag to record whether or not this a pending tx (and migrate it?)
thanks
-- PMM





reply via email to

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