Skip to content
Commit 71fa6887 authored by Saurabh Sengar's avatar Saurabh Sengar Committed by Paolo Abeni
Browse files

net: mana: Assign interrupts to CPUs based on NUMA nodes



In large VMs with multiple NUMA nodes, network performance is usually
best if network interrupts are all assigned to the same virtual NUMA
node. This patch assigns online CPU according to a numa aware policy,
local cpus are returned first, followed by non-local ones, then it wraps
around.

Signed-off-by: default avatarSaurabh Sengar <ssengar@linux.microsoft.com>
Reviewed-by: default avatarHaiyang Zhang <haiyangz@microsoft.com>
Link: https://lore.kernel.org/r/1667282761-11547-1-git-send-email-ssengar@linux.microsoft.com
Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
parent 6d6b39f1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment