I have been trying the walkthrough on setting up packet pacing with a new connectx-5 card on an HPE Proliant running Debian Linux (https://community.mellanox.com/s/article/howto-configure-packet-pacing-on-connectx-4). The driver on my card from ethtool -i eth4
says mlx5_core version 4.5-1.0.1
When I run ethtool -L eth4 other 1200
as in the tutorial, the command does I do not see any additional entries created in the /sys/class/net/eth4/queues/ files. The list only goes up to tx-23 (I believe this is the default because I have 24 cores).
So I cannot execute the next stage of the test which says to address /sys/class/net/eth4/queues/tx-310.
Has the procedure changed from ConnectX-4 to ConnectX-5 or are there any steps I may be missing to cause this not to work?