commit | 457fcd8a11f7f7f2483b2366d8a98f269c085302 | [log] [tgz] |
---|---|---|
author | Saeed Mahameed <saeedm@mellanox.com> | Thu Mar 30 19:23:41 2017 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Fri Apr 07 01:21:28 2017 +0300 |
tree | 1547266b7e3605e213f6403d2b5fb692f16a9bcc | |
parent | 95b6c6a519a300dc667960740ebd43b960b32883 [diff] |
net/mlx5e: Set default RX moderation parameters on driver load RX moderation default parameters shouldn't be set in mlx5e_build_rx_cq_param since it would reset the values every time on netdev open/close. Instead, it should be set in mlx5e_set_rx_cq_mode_params which is called on driver load only. Fixes: 6a9764efb255 ("net/mlx5e: Isolate open_channels from priv->params") Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>