diff options
author | Chandramohan Akula <chandramohan.akula@broadcom.com> | 2023-07-19 07:02:54 +0200 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2023-07-21 21:15:32 +0200 |
commit | fa8fad92ddddfc0cfb6fd9e9f645cf53a5ee78a6 (patch) | |
tree | e7827529c8e44df7514f3ccec0f2e781b44ab846 /include/uapi/rdma | |
parent | RDMA/bnxt_re: Initialize Doorbell pacing feature (diff) | |
download | linux-fa8fad92ddddfc0cfb6fd9e9f645cf53a5ee78a6.tar.xz linux-fa8fad92ddddfc0cfb6fd9e9f645cf53a5ee78a6.zip |
RDMA/bnxt_re: Enable pacing support for the user apps
Report the pacing capability to the user applications.
Link: https://lore.kernel.org/r/1689742977-9128-5-git-send-email-selvin.xavier@broadcom.com
Signed-off-by: Chandramohan Akula <chandramohan.akula@broadcom.com>
Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'include/uapi/rdma')
-rw-r--r-- | include/uapi/rdma/bnxt_re-abi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/rdma/bnxt_re-abi.h b/include/uapi/rdma/bnxt_re-abi.h index 8a2a1d4f6b29..060bf1d1e3ee 100644 --- a/include/uapi/rdma/bnxt_re-abi.h +++ b/include/uapi/rdma/bnxt_re-abi.h @@ -53,6 +53,7 @@ enum { BNXT_RE_UCNTX_CMASK_HAVE_CCTX = 0x1ULL, BNXT_RE_UCNTX_CMASK_HAVE_MODE = 0x02ULL, BNXT_RE_UCNTX_CMASK_WC_DPI_ENABLED = 0x04ULL, + BNXT_RE_UCNTX_CMASK_DBR_PACING_ENABLED = 0x08ULL, }; enum bnxt_re_wqe_mode { |