Re: [PATCH] net/virtio-user: fix vhost-kernel initialization

2023-02-17 Thread Thomas Monjalon
17/02/2023 13:31, Maxime Coquelin: > This patch fixes a regression causing devices with > Vhost-kernel backends initialization to fail. > > Indeed, Vhost-kernel backend init expects > dev->max_queue_pairs to be set at setup time, while its > assignment was moved after backend setup when adding > c

[PATCH] net/virtio-user: fix vhost-kernel initialization

2023-02-17 Thread Maxime Coquelin
This patch fixes a regression causing devices with Vhost-kernel backends initialization to fail. Indeed, Vhost-kernel backend init expects dev->max_queue_pairs to be set at setup time, while its assignment was moved after backend setup when adding control queue support for Vhost-vdpa backends. It