OASIS Open Mailing List Archives  ·  All Lists  ·  virtio  ·  2022-06

virtio — archive

[Date Prev]  |  [Thread Prev]  |  [Thread Next]  |  [Date Next]   —  [Date Index]  |  [Thread Index]  |  [Month Index]  |  [List Home]

[PATCH v5 0/7] Introduce device group and device management


On Mon, Jun 20, 2022 at 05:19:26PM +0000, Parav Pandit wrote: > > > > From: Michael S. Tsirkin <[email protected]> > > 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]  |  [Month Index]  |  [List Home]