Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rdma: extended range of communicator IDs
Changing the number of bits used for the communicator ID from 12 to 18 to reduce the chance of running out of comm IDs. To fit a larger comm ID in the immediate data, the message sequence number has been reduced from 16 bits to 10, which is still more than enough since usually the number of inflight messages is not that high. The msg_seq_num space can be further reduced if needed. Signed-off-by: Amedeo Sapio <[email protected]>
- Loading branch information