search for: irq_create_affinity_masks

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

2023 Jan 27
0
[PATCH v2 01/11] genirq/affinity:: Export irq_create_affinity_masks()
On Mon, Dec 19, 2022 at 05:36:02PM +0800, Yongji Xie wrote: > On Mon, Dec 19, 2022 at 3:33 PM Michael S. Tsirkin <mst at redhat.com> wrote: > > > > On Mon, Dec 05, 2022 at 04:41:17PM +0800, Xie Yongji wrote: > > > Export irq_create_affinity_masks() so that some modules > > > can make use of it to implement interrupt affinity > > > spreading mechanism. > > > > > > Signed-off-by: Xie Yongji <xieyongji at bytedance.com> > > > > So this got nacked, what's the plan now? > > > &g...
2023 Mar 28
0
[PATCH v4 03/11] virtio-vdpa: Support interrupt affinity spreading mechanism
...terrupts will be used by the transport driver, so it can't built the actual affinity structure. > > > So each transport can do its own logic based on that. Then virtio-vDPA > > can pass that policy to VDUSE where we only need a group_cpus_evenly() > > and avoid duplicating irq_create_affinity_masks()? > > > > I don't get why we would have duplicated irq_create_affinity_masks(). I meant the create_affinity_masks() in patch 3 seems a duplication of irq_create_affinity_masks(). Thanks > > Thanks, > Yongji >