lkml.org 
[lkml]   [2020]   [Jun]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [Patch v1] i40e: limit the msix vectors based on housekeeping CPUs
On Mon, Jun 15, 2020 at 04:21:25PM -0400, Nitesh Narayan Lal wrote:
> + hk_flags = HK_FLAG_DOMAIN | HK_FLAG_WQ;
> + mask = housekeeping_cpumask(hk_flags);
> + cpus = cpumask_weight(mask);

Code like this has no business inside a driver. Please provide a
proper core API for it instead. Also please wire up
pci_alloc_irq_vectors* to use this API as well.

\
 
 \ /
  Last update: 2020-06-16 10:03    [W:0.088 / U:1.940 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site