Skip to content

Commit 9260998

Browse files
committed
Update kernel headers
To commit: 6f6bfbc595fb ("RDMA/bnxt_re: Expose the MSN table capability for user library"). Signed-off-by: Selvin Xavier <[email protected]>
1 parent 3be5661 commit 9260998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel-headers/rdma/bnxt_re-abi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ enum {
5555
BNXT_RE_UCNTX_CMASK_WC_DPI_ENABLED = 0x04ULL,
5656
BNXT_RE_UCNTX_CMASK_DBR_PACING_ENABLED = 0x08ULL,
5757
BNXT_RE_UCNTX_CMASK_POW2_DISABLED = 0x10ULL,
58-
BNXT_RE_COMP_MASK_UCNTX_HW_RETX_ENABLED = 0x40,
58+
BNXT_RE_UCNTX_CMASK_MSN_TABLE_ENABLED = 0x40,
5959
};
6060

6161
enum bnxt_re_wqe_mode {

0 commit comments

Comments
 (0)