net/mlx5: Expose uar access and odp page fault counters (details)
Commit
e835faaed2f80ee8652f59a54703edceab04f0d9
by kuba
net/mlx5: Expose uar access and odp page fault counters
Add three counters to vnic health reporter: bar_uar_access, odp_local_triggered_page_fault, and odp_remote_triggered_page_fault.
- bar_uar_access number of WRITE or READ access operations to the UAR on the PCIe BAR. - odp_local_triggered_page_fault number of locally-triggered page-faults due to ODP. - odp_remote_triggered_page_fault number of remotly-triggered page-faults due to ODP.