mirror of
https://github.com/ipxe/ipxe
synced 2025-12-28 18:42:53 +03:00
[infiniband] Handle duplicate Communication Management REPs
We will terminate our transaction as soon as we receive the first CM REP, since that provides all the state that we need. However, the peer may resend the REP if it didn't see our RTU, and if we don't respond with another RTU we risk being disconnected. (This protocol appears not to handle retries gracefully.) Fix by adding a management agent that will listen for these duplicate REPs and send back an RTU.
This commit is contained in:
@@ -46,6 +46,9 @@ struct ib_connection {
|
||||
/** Connection operations */
|
||||
struct ib_connection_operations *op;
|
||||
|
||||
/** List of connections */
|
||||
struct list_head list;
|
||||
|
||||
/** Path to target */
|
||||
struct ib_path *path;
|
||||
/** Connection request management transaction */
|
||||
|
||||
Reference in New Issue
Block a user