1
1
openmpi/ompi/mca/btl/openib/btl_openib_iwarp.h
Jon Mason 88e5f2a339 Abstract iWARP subnet ID functions (sans build break)
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.
2008-05-08 14:38:14 +00:00

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);