search for: ad71473d9c437

Displaying 2 results from an estimated 2 matches for "ad71473d9c437".

2023 Mar 28
0
[PATCH v4 03/11] virtio-vdpa: Support interrupt affinity spreading mechanism
...q_affinity > > > callback to pass the affinity to the vdpa device driver. > > > > > > Signed-off-by: Xie Yongji <xieyongji at bytedance.com> > > > > Thinking hard of all the logics, I think I've found something interesting. > > > > Commit ad71473d9c437 ("virtio_blk: use virtio IRQ affinity") tries to > > pass irq_affinity to transport specific find_vqs(). This seems a > > layer violation since driver has no knowledge of > > > > 1) whether or not the callback is based on an IRQ > > 2) whether or not the dev...
2023 Mar 28
0
[PATCH v4 03/11] virtio-vdpa: Support interrupt affinity spreading mechanism
...t; > > > > > > Signed-off-by: Xie Yongji <xieyongji at bytedance.com> > > > > > > > > > > > > Thinking hard of all the logics, I think I've found something interesting. > > > > > > > > > > > > Commit ad71473d9c437 ("virtio_blk: use virtio IRQ affinity") tries to > > > > > > pass irq_affinity to transport specific find_vqs(). This seems a > > > > > > layer violation since driver has no knowledge of > > > > > > > > > > > > 1) wh...