From cc59e7e4adf110e2ddd4f8ae57df8ecc7b369b38 Mon Sep 17 00:00:00 2001 From: Necip Fazil Yildiran Date: Wed, 12 Aug 2020 20:40:54 +0000 Subject: sys/linux: use per-field directions in descriptions --- sys/linux/dev_infiniband_rdma.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/linux/dev_infiniband_rdma.txt') 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 } -- cgit mrf-deployment