Eli Cohen wrote:
...looking closer, what happens if the send queue has less than 16
entries?  (set with send_queue_size on module load)
I assumed that no one will want to use such a low number but surely
someone will do it ;-) How about using a set function for the module
parameter and allowing values >= 2 * MAX_SEND_CQE?

Or go simpler and have MAX_SEND_CQE be replaced by (say) MIN {16 , send_queue_size/4}

Or


_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to