diff options
| author | Selvin Xavier <selvin.xavier@broadcom.com> | 2024-08-18 21:47:27 -0700 |
|---|---|---|
| committer | Jason Gunthorpe <jgg@nvidia.com> | 2024-08-27 10:15:57 -0300 |
| commit | 10a104c0debbb19a1e45193d5670510216e339ff (patch) | |
| tree | 68e1ca7a0e0813b10ffa9d1f0f88d3f5927b12a3 /include/uapi/rdma | |
| parent | RDMA/bnxt_re: Handle variable WQE support for user applications (diff) | |
| download | linux-10a104c0debbb19a1e45193d5670510216e339ff.tar.gz linux-10a104c0debbb19a1e45193d5670510216e339ff.zip | |
RDMA/bnxt_re: Enable variable size WQEs for user space applications
Add backward compatibility code to enable variable size WQEs only if the
user lib supports it.
Link: https://patch.msgid.link/r/1724042847-1481-6-git-send-email-selvin.xavier@broadcom.com
Signed-off-by: Hongguang Gao <hongguang.gao@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 71140618700a..6821002931c8 100644 --- a/include/uapi/rdma/bnxt_re-abi.h +++ b/include/uapi/rdma/bnxt_re-abi.h @@ -66,6 +66,7 @@ enum bnxt_re_wqe_mode { enum { BNXT_RE_COMP_MASK_REQ_UCNTX_POW2_SUPPORT = 0x01, + BNXT_RE_COMP_MASK_REQ_UCNTX_VAR_WQE_SUPPORT = 0x02, }; struct bnxt_re_uctx_req { |
