OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [virtio-comment] Re: [PATCH 0/2] Selective queue enabling


> From: Eugenio Perez Martin <eperezma@redhat.com>
> Sent: Thursday, June 8, 2023 4:36 AM

> In the case of net, this should not be a problem since the spec mandates 2 if
> !cvq, 3 if cvq but !mq, and max_virtqueue_pairs*2+1 if cvq and mq. virtio-blk
> also has num_queues.
> 
num_queues is maximum supported count, not enabled count.

_F_RESET was introduced to enable/disable the queue after DRIVER_OK, which implies that we donât need yet another feature bit.

> I've always felt that queue_enable has been redundant before queue_reset for
> this reason actually.
> 
Queue_reset was born after queue_enable register.
So before queue_reset, queue_enable cannot be redundant.


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]