]> asedeno.scripts.mit.edu Git - linux.git/commit
net/mlx5e: Use pcie_bandwidth_available() to compute bandwidth
authorTal Gilboa <talgi@mellanox.com>
Fri, 30 Mar 2018 14:01:51 +0000 (09:01 -0500)
committerBjorn Helgaas <helgaas@kernel.org>
Tue, 3 Apr 2018 13:58:33 +0000 (08:58 -0500)
commit33523a361307c097a8a23f3549cb485db5fba6c5
tree28dd8eb0a75acbfc0958bf8e8ef5e771ba308dfb
parent00c6bcb0d60e3f05a533d324ca17b21b6af87fea
net/mlx5e: Use pcie_bandwidth_available() to compute bandwidth

Use the new pci_bandwidth_available() function to calculate maximum
available bandwidth through the PCI chain instead of computing it ourselves
with mlx5e_get_pci_bw().

This is used to detect when the device is capable of more bandwidth than is
available in the current slot.  The driver may adjust compression settings
accordingly.

Note that pci_bandwidth_available() accounts for PCIe encoding overhead, so
it is more accurate than mlx5e_get_pci_bw() was.

Signed-off-by: Tal Gilboa <talgi@mellanox.com>
[bhelgaas: remove mlx5e_get_pci_bw() wrapper altogether]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Tariq Toukan <tariqt@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en_main.c