Skip to content

Commit

Permalink
Update kernel headers
Browse files Browse the repository at this point in the history
To commit 6dddd93938b3 ("RDMA/efa: Add data polling capability feature
bit").

Signed-off-by: Michael Margolin <[email protected]>
  • Loading branch information
mrgolin committed Apr 11, 2023
1 parent ac676d8 commit 29ccd49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kernel-headers/rdma/efa-abi.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause) */
/*
* Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All rights reserved.
* Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All rights reserved.
*/

#ifndef EFA_ABI_USER_H
Expand Down Expand Up @@ -120,6 +120,7 @@ enum {
EFA_QUERY_DEVICE_CAPS_RNR_RETRY = 1 << 1,
EFA_QUERY_DEVICE_CAPS_CQ_NOTIFICATIONS = 1 << 2,
EFA_QUERY_DEVICE_CAPS_CQ_WITH_SGID = 1 << 3,
EFA_QUERY_DEVICE_CAPS_DATA_POLLING_128 = 1 << 4,
};

struct efa_ibv_ex_query_device_resp {
Expand Down
4 changes: 4 additions & 0 deletions kernel-headers/rdma/hns-abi.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,14 @@ struct hns_roce_ib_create_qp_resp {

enum {
HNS_ROCE_EXSGE_FLAGS = 1 << 0,
HNS_ROCE_RQ_INLINE_FLAGS = 1 << 1,
HNS_ROCE_CQE_INLINE_FLAGS = 1 << 2,
};

enum {
HNS_ROCE_RSP_EXSGE_FLAGS = 1 << 0,
HNS_ROCE_RSP_RQ_INLINE_FLAGS = 1 << 1,
HNS_ROCE_RSP_CQE_INLINE_FLAGS = 1 << 2,
};

struct hns_roce_ib_alloc_ucontext_resp {
Expand Down

0 comments on commit 29ccd49

Please sign in to comment.