]> git.proxmox.com Git - mirror_iproute2.git/commit - rdma/utils.c
rdma: Add basic infrastructure for RDMA tool
authorLeon Romanovsky <leonro@mellanox.com>
Sun, 20 Aug 2017 09:58:22 +0000 (12:58 +0300)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 22 Aug 2017 00:07:44 +0000 (17:07 -0700)
commit74bd75c2b68d8da63465f51d0c60f55e29d609bd
tree6f8143bc4e02d0ac50c39161a674d530d7599080
parentafdc119410efe2a5e826c660446b1e4e1a72793d
rdma: Add basic infrastructure for RDMA tool

RDMA devices are cross-functional devices from one side,
but very tailored for the specific markets from another.

Such diversity caused to spread of RDMA related configuration
across various tools, e.g. devlink, ip, ethtool, ib specific and
vendor specific solutions.

This patch adds ability to fill device and port information
by reading RDMA netlink.

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