commit | 1213ad28f9595a08e3877248bbba1a25c40225d6 | [log] [tgz] |
---|---|---|
author | Tal Gilboa <talgi@mellanox.com> | Mon Aug 28 18:45:08 2017 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Wed Aug 30 21:20:43 2017 +0300 |
tree | 4c6d9cc6feedac0b3c78bdc8a5ac189738453287 | |
parent | 6aace17e64f4aa1c49802c46bd10688968b3787f [diff] |
net/mlx5e: Fix CQ moderation mode not set properly cq_period_mode assignment was mistakenly removed so it was always set to "0", which is EQE based moderation, regardless of the device CAPs and requested value in ethtool. Fixes: 6a9764efb255 ("net/mlx5e: Isolate open_channels from priv->params") Signed-off-by: Tal Gilboa <talgi@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>