88e5f2a339
The iWARP subnet ID determination should not be in the RDMACM cpc, as it was in the preversion, as this violates the cpc abstract that is present throughout the code. Also, this patch uses the opal_list_t data struct instead of using its own linked lists. This attempt includes *iwarp.c and *iwarp.h This commit was SVN r18414.
5 строки
218 B
C
5 строки
218 B
C
extern uint64_t get_iwarp_subnet_id(struct ibv_device *ib_dev);
|
|
extern uint32_t rdma_get_ipv4addr(struct ibv_context *verbs, uint8_t port);
|
|
extern int build_rdma_addr_list(void);
|
|
extern void free_rdma_addr_list(void);
|