On 03/13/2017 04:36 PM, Guy Shattah wrote:
RFC: Verbs Counters There is a constant demand to know about connections used in verbs (and and other aspects). Some vendors have been offering hardware counters for a long time by using sysfs. Those counters, however - are not available per connection but for the whole system.
Are you proposing to remove the system wide counters from sysfs?
ibv_counter_set_description is a struct to describe other structs. for example, we have the following struct: private struct guy_counter { uint64_t apples_kg; uint64_t apples_count; } - note that all counters are 64bit entries
Might be a bit wasteful for some things. Could you not have an attribute which says if its 64bit or not?
-Denny -- 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