Re: [PATCH] vhost: fix misleading log when setting max queue num

2025-01-17 Thread Maxime Coquelin
On 1/9/25 3:31 PM, Maxime Coquelin wrote: rte_vhost_driver_set_max_queue_num API returns early when called for a Vhost-user device, as this API is intended to limit the maximum number of queue pairs supported by VDUSE devices. However, a log mentioning the maximim number of queue pairs is bein

Re: [PATCH] vhost: fix misleading log when setting max queue num

2025-01-10 Thread Kevin Traynor
On 09/01/2025 14:31, Maxime Coquelin wrote: > rte_vhost_driver_set_max_queue_num API returns early when > called for a Vhost-user device, as this API is intended to > limit the maximum number of queue pairs supported by VDUSE > devices. However, a log mentioning the maximim number of > queue pairs

Re: [PATCH] vhost: fix misleading log when setting max queue num

2025-01-10 Thread Chenbo Xia
Hi Maxime, > On Jan 9, 2025, at 22:31, Maxime Coquelin wrote: > > External email: Use caution opening links or attachments > > > rte_vhost_driver_set_max_queue_num API returns early when > called for a Vhost-user device, as this API is intended to > limit the maximum number of queue pairs supp

Re: [PATCH] vhost: fix misleading log when setting max queue num

2025-01-09 Thread Ilya Maximets
On 1/9/25 15:31, Maxime Coquelin wrote: > rte_vhost_driver_set_max_queue_num API returns early when > called for a Vhost-user device, as this API is intended to > limit the maximum number of queue pairs supported by VDUSE > devices. However, a log mentioning the maximim number of > queue pairs is b

[PATCH] vhost: fix misleading log when setting max queue num

2025-01-09 Thread Maxime Coquelin
rte_vhost_driver_set_max_queue_num API returns early when called for a Vhost-user device, as this API is intended to limit the maximum number of queue pairs supported by VDUSE devices. However, a log mentioning the maximim number of queue pairs is being set is emitted unconditionally, which may con