From: David S. Miller Date: Mon, 14 Nov 2022 10:47:07 +0000 (+0000) Subject: Merge branch 'ibmvnic-affinity-hints' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8a30b30b26bcf1b098ab6f4149e5a3cf53d5c4d9;p=linux.git Merge branch 'ibmvnic-affinity-hints' Nick Child says: ==================== ibmvnic: Introduce affinity hint support This is a patchset to do 3 things to improve ibmvnic performance: 1. Assign affinity hints to ibmvnic queue irq's 2. Update affinity hints on cpu hotplug events 3. Introduce transmit packet steering (XPS) NOTE: If irqbalance is running, you need to stop it from overriding our affinity hints. To do this you can do one of: - systemctl stop irqbalance - ban the ibmvnic module irqs - you must have the latest irqbalance v9.2, the banmod argument was broken before this - in /etc/sysconfig/irqbalance -> IRQBALANCE_ARGS="--banmod=ibmvnic" - systemctl restart irqbalance ==================== Signed-off-by: David S. Miller --- 8a30b30b26bcf1b098ab6f4149e5a3cf53d5c4d9