net/mlx5e: IPoIB, Don't allow CQE compression to be turned on by default
authorDragos Tatulea <dtatulea@nvidia.com>
Mon, 28 Nov 2022 13:24:21 +0000 (15:24 +0200)
committerSaeed Mahameed <saeedm@nvidia.com>
Wed, 28 Dec 2022 19:38:50 +0000 (11:38 -0800)
commitb12d581e83e3ae1080c32ab83f123005bd89a840
treebe9ff7fc769beb63b9b0e545881f25b25853384f
parentc4ad5f2bdad56265b23d3635494ecdb205431807
net/mlx5e: IPoIB, Don't allow CQE compression to be turned on by default

mlx5e_build_nic_params will turn CQE compression on if the hardware
capability is enabled and the slow_pci_heuristic condition is detected.
As IPoIB doesn't support CQE compression, make sure to disable the
feature in the IPoIB profile init.

Please note that the feature is not exposed to the user for IPoIB
interfaces, so it can't be subsequently turned on.

Fixes: b797a684b0dd ("net/mlx5e: Enable CQE compression when PCI is slower than link")
Signed-off-by: Dragos Tatulea <dtatulea@nvidia.com>
Reviewed-by: Gal Pressman <gal@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c