As per docs here: https://docs.nvidia.com/networking/display/OFED510660/Ethernet+Interface
I would expect that when the # of queues is set via ethtool, the names of the interrupts in /proc/interrupts would be renamed to (eg.) ens1-X.
This does not appear to be the case - I’m using Ubuntu 22.04 LTS, 5.15.0-84-generic. If I run ethtool -L eno1np0 24, every mlx-related interrupt in /proc/interrupts is still of the form:
mlx5_comp61@pci:0000:5e:00.1
There are no interrupts with a name resembling any of the network interfaces.
Any ideas why this might be? Is the doc incorrect?
Cheers,
Ben