search for: calc_sets

Displaying 1 result from an estimated 1 matches for "calc_sets".

2023 Mar 28
0
[PATCH v4 03/11] virtio-vdpa: Support interrupt affinity spreading mechanism
...ansport driver > > knows it doesn't need to use automatic affinity for the first two > > queues. > > > > But we don't know whether we would use other fields in structure > irq_affinity in the future. So a full set should be better? Good point. So the issue is the calc_sets() and we probably need that if there's a virtio driver that needs more than one set of vectors that needs to be spreaded. Technically, we could have a virtio level abstraction for this but I agree it's probably not worth bothering now. > > > > > > > > E.g virtio-blk...