4ccb20b097
value NULL for the descriptor The send inline optimization uses the btl_sendi function to achieve lower latency and higher message rates. The problem is the btl_sendi function was allowed to return a descriptor to the caller. This is fine for some paths but not ok for the send inline optimization. To fix this the btl now must be able to handle descriptor = NULL.