Re: [PATCH vhost v4 1/6] virtio_balloon: remove the dependence where names[] is null

2024-03-22 Thread David Hildenbrand
On 21.03.24 11:15, Xuan Zhuo wrote: Currently, the init_vqs function within the virtio_balloon driver relies on the condition that certain names array entries are null in order to skip the initialization of some virtual queues (vqs). This behavior is unique to this part of the codebase. In an upc

Re: [PATCH vhost v4 1/6] virtio_balloon: remove the dependence where names[] is null

2024-03-22 Thread Daniel Verkamp
On Thu, Mar 21, 2024 at 3:16 AM Xuan Zhuo wrote: > > Currently, the init_vqs function within the virtio_balloon driver relies > on the condition that certain names array entries are null in order to > skip the initialization of some virtual queues (vqs). This behavior is > unique to this part of t

Re: [PATCH vhost v4 1/6] virtio_balloon: remove the dependence where names[] is null

2024-03-22 Thread David Hildenbrand
On 22.03.24 20:16, Daniel Verkamp wrote: On Thu, Mar 21, 2024 at 3:16 AM Xuan Zhuo wrote: Currently, the init_vqs function within the virtio_balloon driver relies on the condition that certain names array entries are null in order to skip the initialization of some virtual queues (vqs). This b