commit | 2a0f561bf81c13d36910c7312ac8c67f83320a07 | [log] [tgz] |
---|---|---|
author | Tariq Toukan <tariqt@mellanox.com> | Sun Feb 18 11:37:06 2018 +0200 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Tue Mar 27 17:17:27 2018 -0700 |
tree | f626a74aa8f49cf72c95be11083221f03d6c8c92 | |
parent | b0cedc844c00991d323c13b82d651d372dcbbb12 [diff] |
net/mlx5e: Do not reset Receive Queue params on every type change Do not implicit a call to mlx5e_init_rq_type_params() upon every change in RQ type. It should be called only on channels creation. Fixes: 2fc4bfb7250d ("net/mlx5e: Dynamic RQ type infrastructure") Signed-off-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>