Message ID | cover.1679230449.git.leon@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Enable IB out-of-order by default in mlx5 | expand |
On Sun, 19 Mar 2023 14:59:29 +0200, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@nvidia.com> > > Hi, > > This series from Or changes default of IB out-of-order feature and > allows to the RDMA users to decide if they need to wait for completion > for all segments or it is enough to wait for last segment completion only. > > [...] Applied, thanks! [1/3] net/mlx5: Expose bits for enabling out-of-order by default https://git.kernel.org/rdma/rdma/c/6e2a3a324aab9d [2/3] RDMA/mlx5: Disable out-of-order in integrity enabled QPs https://git.kernel.org/rdma/rdma/c/742948cc02d523 [3/3] net/mlx5: Set out of order (ooo) by default https://git.kernel.org/rdma/rdma/c/f4244e55e4c3a1 Best regards,
From: Leon Romanovsky <leonro@nvidia.com> Hi, This series from Or changes default of IB out-of-order feature and allows to the RDMA users to decide if they need to wait for completion for all segments or it is enough to wait for last segment completion only. Thanks Or Har-Toov (3): net/mlx5: Expose bits for enabling out-of-order by default RDMA/mlx5: Disable out-of-order in integrity enabled QPs net/mlx5: Set out of order (ooo) by default drivers/infiniband/hw/mlx5/qp.c | 8 ++++++++ drivers/net/ethernet/mellanox/mlx5/core/main.c | 3 +++ include/linux/mlx5/mlx5_ifc.h | 10 +++++++--- 3 files changed, 18 insertions(+), 3 deletions(-)