Am 15.06.22 um 03:52 schrieb Cheng Xu:
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.
It would be great to have common parts to be unified in the long run otherwise fixes are only applied to one version. metze