Re: [PATCH net-next V6 0/4] virtio-net: synchronize op/admin state
From: Jason Wang <jasowang@redhat.com>
Date: 2024-08-13 03:43:58
Also in:
virtualization
From: Jason Wang <jasowang@redhat.com>
Date: 2024-08-13 03:43:58
Also in:
virtualization
On Wed, Aug 7, 2024 at 9:51 PM Michael S. Tsirkin [off-list ref] wrote:
On Tue, Aug 06, 2024 at 10:22:20AM +0800, Jason Wang wrote:quoted
Hi All: This series tries to synchronize the operstate with the admin state which allows the lower virtio-net to propagate the link status to the upper devices like macvlan. This is done by toggling carrier during ndo_open/stop while doing other necessary serialization about the carrier settings during probe. While at it, also fix a race between probe and ndo_set_features as we didn't initalize the guest offload setting under rtnl lock.Acked-by: Michael S. Tsirkin <mst@redhat.com>
Hello netdev maintainers. Could we get this series merged? Thanks