linux-sg2042/drivers/infiniband/hw/bnxt_re
Selvin Xavier 58d4a671d0 RDMA/bnxt_re: Report supported value to IB stack in query_device
- Report supported value for max_mr_size to IB stack in query_device.
   Also, check and log if MR size requested by application in
   reg_user_mr() is greater than value currently supported by driver.
 - Report only 4K page size support for now
 - Fix Max_QP value returned by ibv_devinfo -vv.
   In case of PF, FW reserves 129 QPs for creating QP1s of VFs
   and PF. So the max_qp value reported by FW for PF doesn'tt include
   the QP1. Fixing this issue by adding 1 with the value reported
   by FW.

Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2017-07-20 11:20:50 -04:00
..
Kconfig
Makefile
bnxt_re.h RDMA/bnxt_re: Report supported value to IB stack in query_device 2017-07-20 11:20:50 -04:00
ib_verbs.c RDMA/bnxt_re: Report supported value to IB stack in query_device 2017-07-20 11:20:50 -04:00
ib_verbs.h RDMA/bnxt_re: Free doorbell page index (DPI) during dealloc ucontext 2017-07-20 11:20:49 -04:00
main.c RDMA/bnxt_re: Remove FMR support 2017-06-14 13:02:00 -04:00
qplib_fp.c RDMA/bnxt_re: Fix WQE Size posted to HW to prevent it from throwing error 2017-07-20 11:20:49 -04:00
qplib_fp.h RDMA/bnxt_re: Add HW workaround for avoiding stall for UD QPs 2017-06-14 13:01:58 -04:00
qplib_rcfw.c RDMA/bnxt_re: Fixing the Control path command and response handling 2017-06-13 16:09:04 -04:00
qplib_rcfw.h RDMA/bnxt_re: Fixing the Control path command and response handling 2017-06-13 16:09:04 -04:00
qplib_res.c
qplib_res.h RDMA/bnxt_re: HW workarounds for handling specific conditions 2017-06-14 13:01:57 -04:00
qplib_sp.c RDMA/bnxt_re: Report supported value to IB stack in query_device 2017-07-20 11:20:50 -04:00
qplib_sp.h RDMA/bnxt_re: HW workarounds for handling specific conditions 2017-06-14 13:01:57 -04:00
roce_hsi.h