commit | 34e59836565e36fade1464e054a3551c1a0364be | [log] [tgz] |
---|---|---|
author | Luigi Rizzo <lrizzo@google.com> | Fri Nov 15 12:12:25 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 17 10:28:52 2019 -0800 |
tree | 7e1afad153e65af0083d768e92ae07576773abdf | |
parent | 949610ddd0ea61187beec2b27e70a34432ed333f [diff] |
net/mlx4_en: fix mlx4 ethtool -N insertion ethtool expects ETHTOOL_GRXCLSRLALL to set ethtool_rxnfc->data with the total number of entries in the rx classifier table. Surprisingly, mlx4 is missing this part (in principle ethtool could still move forward and try the insert). Tested: compiled and run command: phh13:~# ethtool -N eth1 flow-type udp4 queue 4 Added rule with ID 255 Signed-off-by: Luigi Rizzo <lrizzo@google.com> Reviewed-by: Tariq Toukan <tariqt@mellanox.com>