]> git.proxmox.com Git - mirror_iproute2.git/commit - rdma/utils.c
rdma: Add dev object
authorLeon Romanovsky <leonro@mellanox.com>
Sun, 20 Aug 2017 09:58:23 +0000 (12:58 +0300)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 22 Aug 2017 00:07:44 +0000 (17:07 -0700)
commit40df8263a0f047d35f0b24fd35eba1b22f0107ab
treef1cea7260a889189420036f604002febbbd93388
parent74bd75c2b68d8da63465f51d0c60f55e29d609bd
rdma: Add dev object

Device (dev) object represents struct ib_device to the user space.

Device properties:
 * Device capabilities
 * FW version to the device output
 * node_guid and sys_image_guid
 * node_type

Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
rdma/Makefile
rdma/dev.c [new file with mode: 0644]
rdma/rdma.c
rdma/rdma.h
rdma/utils.c