diff options
author | Somnath Kotur <somnath.kotur@broadcom.com> | 2017-08-02 11:46:19 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-08-18 22:08:30 +0300 |
commit | 225937d6ccff3ba49b7065672ce35f21465aaeb9 (patch) | |
tree | 4b68df36ba290b4a98894522afd31efb67d04292 /drivers/infiniband/hw/bnxt_re/Makefile | |
parent | 6a5df91baf2528e584bf4493c30bbafe2db74c9e (diff) | |
download | linux-225937d6ccff3ba49b7065672ce35f21465aaeb9.tar.xz |
RDMA/bnxt_re: Implement the alloc/get_hw_stats callback
Expose HW counters using the get_hw_stats callback
Signed-off-by: Somnath Kotur <somnath.kotur@broadcom.com>
Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/bnxt_re/Makefile')
-rw-r--r-- | drivers/infiniband/hw/bnxt_re/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/bnxt_re/Makefile b/drivers/infiniband/hw/bnxt_re/Makefile index 036f84efbc73..afbaa0e20670 100644 --- a/drivers/infiniband/hw/bnxt_re/Makefile +++ b/drivers/infiniband/hw/bnxt_re/Makefile @@ -3,4 +3,4 @@ ccflags-y := -Idrivers/net/ethernet/broadcom/bnxt obj-$(CONFIG_INFINIBAND_BNXT_RE) += bnxt_re.o bnxt_re-y := main.o ib_verbs.o \ qplib_res.o qplib_rcfw.o \ - qplib_sp.o qplib_fp.o + qplib_sp.o qplib_fp.o hw_counters.o |