]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
net/mlx4_en: Fix wrong limitation for number of TX rings
authorTariq Toukan <tariqt@mellanox.com>
Mon, 18 Nov 2019 09:41:04 +0000 (11:41 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Nov 2019 01:18:34 +0000 (17:18 -0800)
commit2744bf42680f64ebf2ee8a00354897857c073331
tree9c4e77e4a82bfde968979c99315339b1d4bca1df
parent4f0e97d070984d487df027f163e52bb72d1713d8
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>
drivers/net/ethernet/mellanox/mlx4/en_ethtool.c
drivers/net/ethernet/mellanox/mlx4/en_netdev.c