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)
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


Trivial merge