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 v5 2/7] Introduce admin command set


On Mon, Jun 20, 2022 at 05:19:26PM +0000, Parav Pandit wrote:
> 
> 
> > From: Michael S. Tsirkin <mst@redhat.com>
> > Sent: Monday, June 20, 2022 1:04 PM
> > 
> > Max with transport I am not talking about admin queue specifically.
> > The point Parav made is that he wants to avoid using memory writable
> > registers for slow path configuration, as far as possible.
> Precisely, especially those one which doesn't have direct impact on the device initialization sequence.
> 
> Please see my previous response.

Right. However
1. The cost is quite modest here. E.g. we have two feature selectors which
   just wastes bits.
   How bad would be to just use feature bits for now, and
   later/separately add an interface that reduces amount of writeable mmio,
   if deemed appropriate?
2. Driver features are writeable but device features are not -
   so why not have device features in memory?

-- 
MST



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