diff options
| author | Chandramohan Akula <[email protected]> | 2023-07-18 22:02:55 -0700 |
|---|---|---|
| committer | Jason Gunthorpe <[email protected]> | 2023-07-21 16:15:32 -0300 |
| commit | ea222485788208cd79bad42d25aae9232b33a934 (patch) | |
| tree | 03349feec4b31a67116c4896baa0d07a2378c179 /include/uapi | |
| parent | fa8fad92ddddfc0cfb6fd9e9f645cf53a5ee78a6 (diff) | |
RDMA/bnxt_re: Update alloc_page uapi for pacing
Update the alloc_page uapi functionality for handling the
mapping of doorbell pacing shared page and bar address.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/rdma/bnxt_re-abi.h b/include/uapi/rdma/bnxt_re-abi.h index 060bf1d1e3ee..78a324ff100b 100644 --- a/include/uapi/rdma/bnxt_re-abi.h +++ b/include/uapi/rdma/bnxt_re-abi.h @@ -136,6 +136,8 @@ enum bnxt_re_objects { enum bnxt_re_alloc_page_type { BNXT_RE_ALLOC_WC_PAGE = 0, + BNXT_RE_ALLOC_DBR_BAR_PAGE, + BNXT_RE_ALLOC_DBR_PAGE, }; enum bnxt_re_var_alloc_page_attrs { |