diff options
| author | Yury Norov <[email protected]> | 2022-02-10 14:49:03 -0800 |
|---|---|---|
| committer | Jason Gunthorpe <[email protected]> | 2022-02-11 15:07:30 -0400 |
| commit | 3c8bc3954d771fc4889508ad5d16f084adc4d64d (patch) | |
| tree | 86a79ff21b9779dc84d5b64549a1c78062ff248f /tools/perf/scripts/python | |
| parent | 2f1b2820b546c1eef07d15ed73db4177c0cf6d46 (diff) | |
RDMA/hfi: Replace cpumask_weight with cpumask_empty where appropriate
drivers/infiniband/hw/hfi1/affinity.c code calls cpumask_weight() to check
if any bit of a given cpumask is set. We can do it more efficiently with
cpumask_empty() because cpumask_empty() stops traversing the cpumask as
soon as it finds first set bit, while cpumask_weight() counts all bits
unconditionally.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Yury Norov <[email protected]>
Reviewed-by: Leon Romanovsky <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions