[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] e1000e: using bottom half to send packets
From: |
Peter Maydell |
Subject: |
Re: [PATCH] e1000e: using bottom half to send packets |
Date: |
Fri, 17 Jul 2020 16:52:32 +0100 |
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 ?
> - 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
Re: [PATCH] e1000e: using bottom half to send packets,
Peter Maydell <=