]> git.baikalelectronics.ru Git - kernel.git/commit
IB/core: Integrate IB address resolution module into core
authorLeon Romanovsky <leonro@mellanox.com>
Thu, 19 May 2016 14:12:31 +0000 (17:12 +0300)
committerDoug Ledford <dledford@redhat.com>
Tue, 24 May 2016 18:40:13 +0000 (14:40 -0400)
commitd823a33bcac32cee5ad97ec18829b96cfe7c811c
treead2b79a9ba8c013cc11d0f1c78416d92edda5076
parent662e1dedab9e82b0b8ecc56805005f7f8e25a0d4
IB/core: Integrate IB address resolution module into core

IB address resolution is declared as a module (ib_addr.ko) which loads
itself before IB core module (ib_core.ko).

It causes to the scenario where IB netlink which is initialized by IB
core can't be used by ib_addr.ko.

In order to solve it, we are converting ib_addr.ko to be part of
IB core module.

Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Mark Bloch <markb@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/core/Makefile
drivers/infiniband/core/addr.c
drivers/infiniband/core/core_priv.h
drivers/infiniband/core/device.c