]> git.proxmox.com Git - mirror_iproute2.git/commit
rdma: Move per-device handler function to generic code
authorLeon Romanovsky <leonro@mellanox.com>
Wed, 27 Dec 2017 07:57:52 +0000 (09:57 +0200)
committerDavid Ahern <dsahern@gmail.com>
Wed, 27 Dec 2017 15:47:35 +0000 (07:47 -0800)
commit8b92a2c93002dff592335e3db75d1d7440139f46
treeb7132ebd7031d5b9b49e7349b799199f02c80c09
parent99da90326e6af8e17400a01cf48bb60606dd22a6
rdma: Move per-device handler function to generic code

Most of the proposed objects are working in the scope "dev"
and will implement the same logic. Move the code to utils.c,
so other objects will be able to reuse the code.

Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
rdma/dev.c
rdma/rdma.h
rdma/utils.c