Tested this patch with virtio-net regression tests, everything works fine. Tested-by: Lei Yang <leiyang@xxxxxxxxxx> On Mon, Jul 14, 2025 at 5:34 AM Konstantin Shkolnyy <kshk@xxxxxxxxxxxxx> wrote: > > On 13-Jul-25 06:52, Akihiko Odaki wrote: > > Konstantin, please see if this patch fixes your workload. > Yes, it does. It delays vlans[] initialization until > virtio_net_set_status(0xf) which later also calls vhost_net_start() > which is where the NIC is actually programmed. > >