diff options
author | Guy Shapiro <[email protected]> | 2015-10-22 15:20:08 +0300 |
---|---|---|
committer | Doug Ledford <[email protected]> | 2015-10-28 12:32:47 -0400 |
commit | 565edd1d555513ab5d67a847d50d7c14c82ef6c3 (patch) | |
tree | 7bd9732cb608a895524f7e1d36a3794f4759e286 /lib/mpi/mpi-internal.h | |
parent | 630c3183cec33b502e80846e728c3ff165d1c84d (diff) |
IB/addr: Pass network namespace as a parameter
Add network namespace support to the ib_addr module. For that, all the
address resolution and matching should be done using the appropriate
namespace instead of init_net.
This is achieved by:
1. Adding an explicit network namespace argument to exported function that
require a namespace.
2. Saving the namespace in the rdma_addr_client structure.
3. Using it when calling networking functions.
In order to preserve the behavior of calling modules, &init_net is
passed as the parameter in calls from other modules. This is modified as
namespace support is added on more levels.
Signed-off-by: Haggai Eran <[email protected]>
Signed-off-by: Yotam Kenneth <[email protected]>
Signed-off-by: Shachar Raindel <[email protected]>
Signed-off-by: Guy Shapiro <[email protected]>
Signed-off-by: Doug Ledford <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-internal.h')
0 files changed, 0 insertions, 0 deletions