-
- Downloads
RDMA/bnxt_re: introduce wqe mode to select execution path
The bnxt_re driver need to decide on how much SQ and RQ memory should to be allocated and which wqe posting/polling algorithm to use. Making changes to set the wqe-mode to a default value during device registration sequence. The wqe-mode is passed to the lower layer driver as well. Going forward in the lower layer driver wqe-mode will be used to decide execution path. Initializing the wqe-mode to static wqe type for now. Link: https://lore.kernel.org/r/1594822619-4098-2-git-send-email-devesh.sharma@broadcom.com Signed-off-by:Devesh Sharma <devesh.sharma@broadcom.com> Signed-off-by:
Jason Gunthorpe <jgg@nvidia.com>
Showing
- drivers/infiniband/hw/bnxt_re/ib_verbs.c 1 addition, 0 deletionsdrivers/infiniband/hw/bnxt_re/ib_verbs.c
- drivers/infiniband/hw/bnxt_re/main.c 17 additions, 6 deletionsdrivers/infiniband/hw/bnxt_re/main.c
- drivers/infiniband/hw/bnxt_re/qplib_fp.h 2 additions, 1 deletiondrivers/infiniband/hw/bnxt_re/qplib_fp.h
- drivers/infiniband/hw/bnxt_re/qplib_res.h 22 additions, 10 deletionsdrivers/infiniband/hw/bnxt_re/qplib_res.h
Loading
Please register or sign in to comment