mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-27 12:48:12 -04:00
net/mlx5: Set out of order (ooo) by default
When FW supports ooo by default, enable the cap. Signed-off-by: Or Har-Toov <ohartoov@nvidia.com> Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Link: https://lore.kernel.org/r/00bd14bfb002ed2338de3296bcd9af27d4770b70.1679230449.git.leon@kernel.org Signed-off-by: Leon Romanovsky <leon@kernel.org>
This commit is contained in:
committed by
Leon Romanovsky
parent
742948cc02
commit
f4244e55e4
@@ -684,6 +684,9 @@ static int handle_hca_cap_roce(struct mlx5_core_dev *dev, void *set_ctx)
|
||||
MLX5_ST_SZ_BYTES(roce_cap));
|
||||
MLX5_SET(roce_cap, set_hca_cap, sw_r_roce_src_udp_port, 1);
|
||||
|
||||
if (MLX5_CAP_ROCE_MAX(dev, qp_ooo_transmit_default))
|
||||
MLX5_SET(roce_cap, set_hca_cap, qp_ooo_transmit_default, 1);
|
||||
|
||||
err = set_caps(dev, set_ctx, MLX5_SET_HCA_CAP_OP_MOD_ROCE);
|
||||
return err;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user