Merge branch 'mlx5_dcs' into rdma.git for-next
authorJason Gunthorpe <jgg@nvidia.com>
Tue, 20 Jul 2021 18:11:38 +0000 (15:11 -0300)
committerJason Gunthorpe <jgg@nvidia.com>
Tue, 20 Jul 2021 18:11:38 +0000 (15:11 -0300)
commit07d0f314ba75cba17c3fad0a3d4e640e757897d7
tree5c663c654fc8211670f99c455f8687aad4d7117d
parent923232bbea88a29f18a2361790582a6474a538fc
parent11656f593a869a4345e3421037614d2b75ae2ad3
Merge branch 'mlx5_dcs' into rdma.git for-next

Leon Romanovsky says:

====================
Add ConnectX DCS offload support

This patchset from Lior adds support of DCI stream channel (DCS) support.

DCS is an offload to SW load balancing of DC initiator work requests.

A single DC QP initiator (DCI) can be connected to only one target at the
time and can't start new connection until the previous work request is
completed.

This limitation causes to delays when the initiator process needs to
transfer data to multiple targets at the same time.
====================

* branch 'mlx5_dcs':
  RDMA/mlx5: Add DCS offload support
  RDMA/mlx5: Separate DCI QP creation logic
  net/mlx5: Add DCS caps & fields support