commit | 2744bf42680f64ebf2ee8a00354897857c073331 | [log] [tgz] |
---|---|---|
author | Tariq Toukan <tariqt@mellanox.com> | Mon Nov 18 11:41:04 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 18 17:18:34 2019 -0800 |
tree | 9c4e77e4a82bfde968979c99315339b1d4bca1df | |
parent | 4f0e97d070984d487df027f163e52bb72d1713d8 [diff] |
net/mlx4_en: Fix wrong limitation for number of TX rings XDP_TX rings should not be limited by max_num_tx_rings_p_up. To make sure total number of TX rings never exceed MAX_TX_RINGS, add similar check in mlx4_en_alloc_tx_queue_per_tc(), where a new value is assigned for num_up. Fixes: 7e1dc5e926d5 ("net/mlx4_en: Limit the number of TX rings") Signed-off-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>