diff options
| author | Necip Fazil Yildiran <necip@google.com> | 2020-08-12 20:40:54 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-08-13 13:50:25 +0200 |
| commit | cc59e7e4adf110e2ddd4f8ae57df8ecc7b369b38 (patch) | |
| tree | f5a33e869b653be70f7141f30057d4ff26f83395 /sys/linux/dev_infiniband_rdma.txt | |
| parent | f5442bde55872d703f184f8617329f706bad8149 (diff) | |
sys/linux: use per-field directions in descriptions
Diffstat (limited to 'sys/linux/dev_infiniband_rdma.txt')
| -rw-r--r-- | sys/linux/dev_infiniband_rdma.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/linux/dev_infiniband_rdma.txt b/sys/linux/dev_infiniband_rdma.txt index a34ef6090..8375cb591 100644 --- a/sys/linux/dev_infiniband_rdma.txt +++ b/sys/linux/dev_infiniband_rdma.txt @@ -1331,7 +1331,10 @@ ib_uverbs_create_counters_cmd { flags flags[ib_uverbs_attr_flags, int16] elem_id int8 reserved2 const[0x0, int8] +# TODO: reserved3 seems unnecessary: https://elixir.bootlin.com/linux/latest/source/include/uapi/rdma/rdma_user_ioctl_cmds.h#L58 reserved3 const[0x0, int16] +# TODO: Is the following field really optional, or, is opt used as a workaround? +# Now that we have per-field directions, this can be fixed if it is the second case. vcontext_handle vcontext_handle[opt] more_data int32 } |
