Re: [PATCH V2 3/3] virtio-net: synchronize operstate with admin state on up/down

From: Jason Wang
Date: Tue Jun 25 2024 - 04:11:27 EST


On Tue, Jun 25, 2024 at 3:57 PM Michael S. Tsirkin <mst@xxxxxxxxxx> wrote:
>
> On Tue, Jun 25, 2024 at 03:46:44PM +0800, Jason Wang wrote:
> > Workqueue is used to serialize those so we won't lose any change.
>
> So we don't need to re-read then?
>

We might have to re-read but I don't get why it is a problem for us.

Thanks