Re: [PATCH V2 3/3] virtio-net: synchronize operstate with admin state on up/down
From: "Michael S. Tsirkin" <mst@redhat.com>
Date: 2024-06-26 07:52:57
Also in:
lkml, virtualization
From: "Michael S. Tsirkin" <mst@redhat.com>
Date: 2024-06-26 07:52:57
Also in:
lkml, virtualization
On Wed, Jun 26, 2024 at 09:58:32AM +0800, Jason Wang wrote:
On Tue, Jun 25, 2024 at 4:32 PM Michael S. Tsirkin [off-list ref] wrote:quoted
On Tue, Jun 25, 2024 at 04:11:05PM +0800, Jason Wang wrote:quoted
On Tue, Jun 25, 2024 at 3:57 PM Michael S. Tsirkin [off-list ref] wrote:quoted
On Tue, Jun 25, 2024 at 03:46:44PM +0800, Jason Wang wrote:quoted
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. ThanksI don't think each ethtool command should force a full config read, is what I mean. Only do it if really needed.We don't, as we will check config_pending there. Thanks
And config_pending set from an interrupt? That's fine. But it's not what this patch does, right?
quoted
-- MST