summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/ib_cm.h
Commit message (Collapse)AuthorAgeFilesLines
* [infiniband] Handle duplicate Communication Management REPsMichael Brown2009-08-091-0/+3
| | | | | | | | | | | 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.
* [infiniband] Update all other MAD users to use a management interfaceMichael Brown2009-08-091-6/+54
|
* [infiniband] Add Communication Manager (CM)Michael Brown2009-07-181-0/+21
The Communication Manager is responsible for handling the setup and teardown of RC connections.