[PATCH 0/3] net: mana: add irq_spread()

Yury Norov posted 3 patches 2 years ago
.../net/ethernet/microsoft/mana/gdma_main.c   | 28 +++++++++++++++++++
include/linux/bitmap.h                        | 12 ++++++++
include/linux/cpumask.h                       | 17 +++++++++++
lib/bitmap.c                                  |  7 +++++
4 files changed, 64 insertions(+)
[PATCH 0/3] net: mana: add irq_spread()
Posted by Yury Norov 2 years ago
Add irq_spread() function that makes the driver working 15% faster than
with cpumask_local_spread()

Yury Norov (3):
  cpumask: add cpumask_weight_andnot()
  cpumask: define cleanup function for cpumasks
  net: mana: add a function to spread IRQs per CPUs

 .../net/ethernet/microsoft/mana/gdma_main.c   | 28 +++++++++++++++++++
 include/linux/bitmap.h                        | 12 ++++++++
 include/linux/cpumask.h                       | 17 +++++++++++
 lib/bitmap.c                                  |  7 +++++
 4 files changed, 64 insertions(+)

-- 
2.40.1
Re: [PATCH 0/3] net: mana: add irq_spread()
Posted by Jacob Keller 2 years ago

On 12/17/2023 1:32 PM, Yury Norov wrote:
> Add irq_spread() function that makes the driver working 15% faster than
> with cpumask_local_spread()
> 
> Yury Norov (3):
>   cpumask: add cpumask_weight_andnot()
>   cpumask: define cleanup function for cpumasks
>   net: mana: add a function to spread IRQs per CPUs
> 
>  .../net/ethernet/microsoft/mana/gdma_main.c   | 28 +++++++++++++++++++
>  include/linux/bitmap.h                        | 12 ++++++++
>  include/linux/cpumask.h                       | 17 +++++++++++
>  lib/bitmap.c                                  |  7 +++++
>  4 files changed, 64 insertions(+)
> 

Process would be to tag this for which tree it aims for. Since this
looks like an improvement and includes cleanup and changes to add a new
helper function that makes me think it would be net-next.

Thanks,
Jake