]> git.proxmox.com Git - mirror_iproute2.git/commit
rdma: Move resource PD logic to separate file
authorLeon Romanovsky <leonro@mellanox.com>
Sat, 23 Feb 2019 09:15:14 +0000 (11:15 +0200)
committerDavid Ahern <dsahern@gmail.com>
Sun, 24 Feb 2019 15:06:12 +0000 (07:06 -0800)
commitcc6131276c52b8f090a678567ea25559c886bece
tree81d6a83ffb9ed8554a4b57b9dba91f11e0b4af4b
parent96f59e7fdcf8e70d13fa5a94234661633e5f71e8
rdma: Move resource PD logic to separate file

Logically separate resource PD logic to separate file,
in order to make PD specific logic self-contained.

Reviewed-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
rdma/Makefile
rdma/res-pd.c [new file with mode: 0644]
rdma/res.c
rdma/res.h [new file with mode: 0644]