diff options
| author | Chandramohan Akula <[email protected]> | 2023-07-18 22:02:54 -0700 |
|---|---|---|
| committer | Jason Gunthorpe <[email protected]> | 2023-07-21 16:15:32 -0300 |
| commit | fa8fad92ddddfc0cfb6fd9e9f645cf53a5ee78a6 (patch) | |
| tree | e7827529c8e44df7514f3ccec0f2e781b44ab846 /include/uapi | |
| parent | 586e613d37ec35572a332839973b9c3bccd0c545 (diff) | |
RDMA/bnxt_re: Enable pacing support for the user apps
Report the pacing capability to the user applications.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Chandramohan Akula <[email protected]>
Signed-off-by: Selvin Xavier <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'include/uapi')
| -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 { |