Skip to content

Commit

Permalink
RDMA/erdma: Add connection management (CM) support
Browse files Browse the repository at this point in the history
ERDMA's transport protocol is iWarp, so the driver must support CM
interface. In CM part, we use the same way as SoftiWarp: using kernel
socket to set up the connection, then performing MPA negotiation in
kernel. So, this part of code mainly comes from SoftiWarp, base on it,
we add some more features, such as non-blocking iw_connect implementation.

This commit also fixes a duplicated include issue reported by Abaci Robot.

Link: https://lore.kernel.org/r/20220727014927.76564-9-chengyou@linux.alibaba.com
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Cheng Xu <chengyou@linux.alibaba.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
  • Loading branch information
Cheng Xu authored and Jason Gunthorpe committed Jul 27, 2022
1 parent 1550557 commit 920d93e
Show file tree
Hide file tree
Showing 2 changed files with 1,597 additions and 0 deletions.
Loading

0 comments on commit 920d93e

Please sign in to comment.