Skip to content

Commit

Permalink
Update kernel headers
Browse files Browse the repository at this point in the history
To commit: d727d27db536 ("RDMA/mlx5: Expose register c0 for RDMA device")

Signed-off-by: Yishai Hadas <[email protected]>
  • Loading branch information
Yishai Hadas committed Dec 14, 2023
1 parent ecc80df commit 40bf3c4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions kernel-headers/rdma/bnxt_re-abi.h
Expand Up @@ -55,6 +55,7 @@ enum {
BNXT_RE_UCNTX_CMASK_WC_DPI_ENABLED = 0x04ULL,
BNXT_RE_UCNTX_CMASK_DBR_PACING_ENABLED = 0x08ULL,
BNXT_RE_UCNTX_CMASK_POW2_DISABLED = 0x10ULL,
BNXT_RE_COMP_MASK_UCNTX_HW_RETX_ENABLED = 0x40,
};

enum bnxt_re_wqe_mode {
Expand Down
5 changes: 5 additions & 0 deletions kernel-headers/rdma/hns-abi.h
Expand Up @@ -125,4 +125,9 @@ struct hns_roce_ib_alloc_pd_resp {
__u32 pdn;
};

struct hns_roce_ib_create_ah_resp {
__u8 dmac[6];
__u8 reserved[2];
};

#endif /* HNS_ABI_USER_H */
2 changes: 2 additions & 0 deletions kernel-headers/rdma/mlx5-abi.h
Expand Up @@ -37,6 +37,7 @@
#include <linux/types.h>
#include <linux/if_ether.h> /* For ETH_ALEN. */
#include <rdma/ib_user_ioctl_verbs.h>
#include <rdma/mlx5_user_ioctl_verbs.h>

enum {
MLX5_QP_FLAG_SIGNATURE = 1 << 0,
Expand Down Expand Up @@ -275,6 +276,7 @@ struct mlx5_ib_query_device_resp {
__u32 tunnel_offloads_caps; /* enum mlx5_ib_tunnel_offloads */
struct mlx5_ib_dci_streams_caps dci_streams_caps;
__u16 reserved;
struct mlx5_ib_uapi_reg reg_c0;
};

enum mlx5_ib_create_cq_flags {
Expand Down
1 change: 1 addition & 0 deletions kernel-headers/rdma/mlx5_user_ioctl_verbs.h
Expand Up @@ -64,6 +64,7 @@ enum mlx5_ib_uapi_dm_type {
MLX5_IB_UAPI_DM_TYPE_STEERING_SW_ICM,
MLX5_IB_UAPI_DM_TYPE_HEADER_MODIFY_SW_ICM,
MLX5_IB_UAPI_DM_TYPE_HEADER_MODIFY_PATTERN_SW_ICM,
MLX5_IB_UAPI_DM_TYPE_ENCAP_SW_ICM,
};

enum mlx5_ib_uapi_devx_create_event_channel_flags {
Expand Down

0 comments on commit 40bf3c4

Please sign in to comment.