git: ea6c3833438a - stable/15 - mlx5: extend mlx5_ib_create_cq struct with fields from the current Linux ABI

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Mon, 20 Jul 2026 20:53:27 UTC
The branch stable/15 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=ea6c3833438a23cda53d79e08cd693d49cdcb549

commit ea6c3833438a23cda53d79e08cd693d49cdcb549
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-06-02 21:59:16 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-07-20 20:26:05 +0000

    mlx5: extend mlx5_ib_create_cq struct with fields from the current Linux ABI
    
    (cherry picked from commit 716bb8d3d40250b0b2b40480dc062abfab5665ed)
---
 sys/ofed/include/uapi/rdma/mlx5-abi.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sys/ofed/include/uapi/rdma/mlx5-abi.h b/sys/ofed/include/uapi/rdma/mlx5-abi.h
index ba0b3f655231..91af500c9a61 100644
--- a/sys/ofed/include/uapi/rdma/mlx5-abi.h
+++ b/sys/ofed/include/uapi/rdma/mlx5-abi.h
@@ -163,6 +163,10 @@ struct mlx5_ib_create_cq {
 	__u32	cqe_size;
 	__u16	flags;
 	__u16	uar_page_index;
+	__u8    cqe_comp_en;
+	__u8    cqe_comp_res_format;
+	__u16	reserved0;
+	__u32	reserved1;
 };
 
 struct mlx5_ib_create_cq_resp {