aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_infiniband_rdma_cm.txt
Commit message (Collapse)AuthorAgeFilesLines
* pkg/compiler: refactor attribute handlingDmitry Vyukov2020-04-191-1/+1
| | | | | | | | | | | | Introduce common infrastructure for describing and parsing attribute instead of custom per-attribute code scattered across several locations. Change align attribute syntax from the weird align_N to align[N]. This also allows to use literal constants as N. Introduce notion of builtin constants. Currently we have only PTR_SIZE, which is needed to replace align_ptr with align[PTR_SIZE].
* sys/linux: fix range in InfiniBand descriptionPaul Chaignon2019-10-251-2/+2
| | | | Signed-off-by: Paul Chaignon <paul.chaignon@orange.com>
* sys/akaros: rename syscall argumentDmitry Vyukov2019-05-141-2/+2
| | | | In preparation for making syscall a reserved name.
* Sys/linux: Add rdma.txtNoa Osherovich2019-03-271-1/+0
| | | | | | | | | | Initial description of the kernel's RDMA subsystem. This patch covers most of the older write() interface as well as the some ioctl functions. Also disable rdma_cm's ib_qp_type flags as it conflicts with rdma's definition, and rdma builds first. Signed-off-by: Noa Osherovich <noaos@mellanox.com>
* sys/linux: rename dev descriptions filesAndrey Konovalov2019-02-011-0/+270
Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names.