diff options
author | Mark Zhang <markz@mellanox.com> | 2019-07-02 13:02:46 +0300 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2019-07-05 10:22:55 -0300 |
commit | 6e7be47a53459ba3d288c3240ccd948fc699c377 (patch) | |
tree | ca67b0e39771c2d36eccf6b2f76a2e77bf36600b /include/rdma/ib_verbs.h | |
parent | 83c2c1fcbd08ec3eb69a7f381c4e453d1a45ade3 (diff) | |
download | linux-6e7be47a53459ba3d288c3240ccd948fc699c377.tar.gz linux-6e7be47a53459ba3d288c3240ccd948fc699c377.tar.bz2 linux-6e7be47a53459ba3d288c3240ccd948fc699c377.zip |
RDMA/nldev: Allow get default counter statistics through RDMA netlink
This patch adds the ability to return the hwstats of per-port default
counters (which can also be queried through sysfs nodes).
Signed-off-by: Mark Zhang <markz@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'include/rdma/ib_verbs.h')
-rw-r--r-- | include/rdma/ib_verbs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index 0c5151a12ae4..50806bef9f20 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h @@ -2124,6 +2124,7 @@ struct ib_port_data { struct net_device __rcu *netdev; struct hlist_node ndev_hash_link; struct rdma_port_counter port_counter; + struct rdma_hw_stats *hw_stats; }; /* rdma netdev type - specifies protocol type */ |