commit | b7cef6d91071a20ff9e334c095e17fb0c74035c7 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Tue May 09 19:04:15 2023 +0000 |
committer | Christopher Ferris <cferris@google.com> | Tue May 09 19:04:15 2023 +0000 |
tree | f0e2f6f60f10f3d180c6f9c8aa872df26c8fe3ee | |
parent | 44befb2286448011536c4f74b0bfeb77dc2467f8 [diff] [blame] |
Update to v6.3 kernel headers. Kernel headers coming from: Git: https://android.googlesource.com/kernel/common/ Branch: android-mainline Tag: android-mainline-6.3 Test: Bionic unit tests pass. Change-Id: I5270ef291a77343e47ef3a5fbd02b8cacf218ec5
diff --git a/libc/kernel/uapi/rdma/hns-abi.h b/libc/kernel/uapi/rdma/hns-abi.h index 0407571..f778ef2 100644 --- a/libc/kernel/uapi/rdma/hns-abi.h +++ b/libc/kernel/uapi/rdma/hns-abi.h
@@ -62,9 +62,13 @@ }; 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 { __u32 qp_tab_size;