On Fri, May 13, 2022 at 09:39:44AM +0000, Bernard Metzler wrote: > Not all providers support the transfer of private data in control > messages after connection establishment - > rdma_reject()/rdma_accept() being the last opportunity to send > private data in connections lifetime for e.g. iWarp > connections. Maybe that is why it is not exposed at the disconnect > API call? Would RoCE support it? RoCE and IB have a place to put it, IB does not. The lack of support in iWarp is problematic, these APIs are supposed to be fairly high level things. We clearly can't just extend the existing rdma_disconnect() due to this, and some kind of negotiation would be needed so the ULP can learn if the extra data is supported at all. Jason