summaryrefslogtreecommitdiffstats
path: root/src/net/infiniband/ib_mi.c
Commit message (Collapse)AuthorAgeFilesLines
* [infiniband] Generate more specific errors in response to failure MADsMichael Brown2009-08-101-5/+1Star
| | | | | | | Generate errors within individual MAD transaction consumers such as ib_pathrec.c and ib_mcast.c, rather than within ib_mi.c. This allows for more meaningful error messages to eventually be displayed to the user.
* [infiniband] Add the concept of a management interfaceMichael Brown2009-08-091-0/+410
A management interface is the component through which both local and remote management agents are accessed. This new implementation of a management interface allows for the user to react to timed-out transactions, and also allows for cancellation of in-progress transactions.