You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
net: mana: Assign interrupts to CPUs based on NUMA nodes
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2168970
commit 71fa688
Author: Saurabh Sengar <ssengar@linux.microsoft.com>
Date: Mon Oct 31 23:06:01 2022 -0700
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: Saurabh Sengar <ssengar@linux.microsoft.com>
Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com>
Link: https://lore.kernel.org/r/1667282761-11547-1-git-send-email-ssengar@linux.microsoft.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
0 commit comments