Re: [PATCH v2] vhost: restrict set max queue pair API to VDUSE

2024-10-07 Thread Maxime Coquelin
On 10/3/24 10:11, Maxime Coquelin wrote: In order to avoid breaking Vhost-user live-migration, we want the rte_vhost_driver_set_max_queue_num API to only be effective with VDUSE. Furthermore, this API is only really needed for VDUSE where the device number of queues is defined by the backend.

Re: [PATCH v2] vhost: restrict set max queue pair API to VDUSE

2024-10-03 Thread David Marchand
On Thu, Oct 3, 2024 at 10:11 AM Maxime Coquelin wrote: > > In order to avoid breaking Vhost-user live-migration, we want the > rte_vhost_driver_set_max_queue_num API to only be effective with > VDUSE. > > Furthermore, this API is only really needed for VDUSE where the > device number of queues is

[PATCH v2] vhost: restrict set max queue pair API to VDUSE

2024-10-03 Thread Maxime Coquelin
In order to avoid breaking Vhost-user live-migration, we want the rte_vhost_driver_set_max_queue_num API to only be effective with VDUSE. Furthermore, this API is only really needed for VDUSE where the device number of queues is defined by the backend. For Vhost-user, this is defined by the fronte