IB/RC/TEST: Add more detailed logging.#135
Conversation
+ Add macro to test log level. + Improve mpool log message. + Improve QP create/connect log message. + Add IB packet-level logging, which logs every posted send operation and every received message. + Print details of every posted WQE. + Disable prints from data transfer tests, in case logging is enabled. + Logging should be disabled from fast path in release mode. + In p2p tests, make sure log messages are generated.
|
Refer to this link for build results (access rights to CI server needed): |
|
does it replace the debug_trace in UCS ? |
|
basically it uses ucs_trace_data() |
|
So it is fancy wrapper ? From: Yossi Itigin [mailto:notifications@github.com] basically it uses ucs_trace_data() — |
|
wrapper that dumps full wqe / send_wr contents in common format |
|
Sweet. Go for it. From: Yossi Itigin [mailto:notifications@github.com] wrapper that dumps full wqe / send_wr contents in common format — |
IB/RC/TEST: Add more detailed logging.
Use size_t/ssize_t to support large count transfers
No description provided.