Re: [PATCH net-next V6 0/4] virtio-net: synchronize op/admin state

2024-08-13 Thread Jason Wang
On Tue, Aug 13, 2024 at 10:40 PM Jakub Kicinski wrote: > > On Tue, 13 Aug 2024 11:43:43 +0800 Jason Wang wrote: > > Hello netdev maintainers. > > > > Could we get this series merged? > > Repost it with the Fixes tag correctly included. Ok, I've posted a new version. Thanks >

Re: [PATCH net-next V6 0/4] virtio-net: synchronize op/admin state

2024-08-13 Thread Jakub Kicinski
On Tue, 13 Aug 2024 11:43:43 +0800 Jason Wang wrote: > Hello netdev maintainers. > > Could we get this series merged? Repost it with the Fixes tag correctly included.

Re: [PATCH net-next V6 0/4] virtio-net: synchronize op/admin state

2024-08-12 Thread Jason Wang
On Wed, Aug 7, 2024 at 9:51 PM Michael S. Tsirkin wrote: > > On Tue, Aug 06, 2024 at 10:22:20AM +0800, Jason Wang wrote: > > 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 devic

Re: [PATCH net-next V6 0/4] virtio-net: synchronize op/admin state

2024-08-07 Thread Michael S. Tsirkin
On Tue, Aug 06, 2024 at 10:22:20AM +0800, Jason Wang wrote: > 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/

[PATCH net-next V6 0/4] virtio-net: synchronize op/admin state

2024-08-05 Thread Jason Wang
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