[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1622723815.git.leonro@nvidia.com>
Date: Thu, 3 Jun 2021 15:51:47 +0300
From: Leon Romanovsky <leon@...nel.org>
To: Doug Ledford <dledford@...hat.com>,
Jason Gunthorpe <jgg@...dia.com>
Cc: Leon Romanovsky <leonro@...dia.com>, linux-rdma@...r.kernel.org,
Lior Nahmanson <liorna@...dia.com>,
Meir Lichtinger <meirl@...dia.com>, netdev@...r.kernel.org,
Saeed Mahameed <saeedm@...dia.com>
Subject: [PATCH rdma-next 0/3] Add ConnectX DCS offload support
From: Leon Romanovsky <leonro@...dia.com>
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.
Thanks
Lior Nahmanson (3):
net/mlx5: Add DCS caps & fields support
RDMA/mlx5: Move DCI QP creation to separate function
RDMA/mlx5: Add DCS offload support
drivers/infiniband/hw/mlx5/main.c | 10 ++
drivers/infiniband/hw/mlx5/qp.c | 168 ++++++++++++++++++++++++++++++
include/linux/mlx5/mlx5_ifc.h | 14 ++-
include/uapi/rdma/mlx5-abi.h | 17 ++-
4 files changed, 204 insertions(+), 5 deletions(-)
--
2.31.1
Powered by blists - more mailing lists