commit | f1e4fc9b4b02ec728b06ad09d6cdf5a9bb7ec372 | [log] [tgz] |
---|---|---|
author | Tariq Toukan <tariqt@mellanox.com> | Wed Feb 07 13:21:30 2018 +0200 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Tue Mar 27 17:17:27 2018 -0700 |
tree | c04f392c4d7e9625d59e6439326ea9459675f2b9 | |
parent | 24fd07abfa3584b91f65002956d3d5a5db169185 [diff] |
net/mlx5e: Remove RQ MPWQE fields from params Introduce functions to calculate them when needed. They can be derived from other params. This will simplify transition between RQ configurations. In general, any parameter that is not explicitly set or controlled, but derived from other parameters, should not have a control-path field itself, but a getter function. Signed-off-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>