Hi, I am following the OFED Documentation to using Packet Pacing, While trying to using ethtool -L ens6f0np0 other 1200
as the tutorial, the bash output as follow:
# sudo ethtool -L ens6f0np0 other 1200
netlink error: requested channel count exceeds maximum (offset 40)
netlink error: Invalid argument
and when i executing ethtool -l
, the output is:
Channel parameters for ens6f0np0:
Pre-set maximums:
RX: n/a
TX: n/a
Other: n/a
Combined: 20
Current hardware settings:
RX: n/a
TX: n/a
Other: n/a
Combined: 20
The version of OFED is MLNX_OFED_LINUX-23.07-0.5.0.0:
and My kernel version is 5.15 (all meet the requirement) .
Meanwhile, There are 20 tx queue directory in the sysfs( /sys/class/net/eth4/queues/
),but they don’t have the flow_map
directory
How should I settle this problem? Thanks!