Skip to content

Commit

Permalink
IB/umad: Clarify documentation of transaction ID
Browse files Browse the repository at this point in the history
Signed-off-by: Hal Rosenstock <[email protected]>
Signed-off-by: Roland Dreier <[email protected]>
  • Loading branch information
Hal Rosenstock authored and Roland Dreier committed Apr 25, 2007
1 parent 37aebbd commit bd8031b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Documentation/infiniband/user_mad.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ Sending MADs
if (ret != sizeof *mad + mad_length)
perror("write");

Transaction IDs

Users of the umad devices can use the lower 32 bits of the
transaction ID field (that is, the least significant half of the
field in network byte order) in MADs being sent to match
request/response pairs. The upper 32 bits are reserved for use by
the kernel and will be overwritten before a MAD is sent.

Setting IsSM Capability Bit

To set the IsSM capability bit for a port, simply open the
Expand Down

0 comments on commit bd8031b

Please sign in to comment.