Hi All, I find it useful to have statistics in the user-space library. For example - 1. Number of post_sends per WR type 2. Number of failed post_sends 3. Number of polled CQs 4. Number of polled CQ errors 5. Number of times other verbs was invoked, per verb 6. Number of currently opened QPs, perhaps in each state 7. ... I'm not sure what mechanism to use to minimize impact on performance. In the kernel space, for example, the 'per CPU variables' can be used, but I'm not aware of a similar mechanism in user space. Any ideas? Is this is of use and benefit to anyone? If so, perhaps something like this can be added to libibverbs. Also of interest is the scope of the statistics. Per my understanding libibverbs works per context that will be destroyed after the application terminates. So I'm asking myself, and you, if it is interesting to store statistics at a higher scope (aggregate contexts)? Is it interesting to store statistics per-QP? (note: currently libibverbs doesn't hold the context's QP list) Thanks, Ram -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html