Skip to content

Posts Tagged ‘Library ’

int ibv_fork_init(void);int ibv_fork_init(void); Prerequisite ibv_fork_init() should be called before calling any other function in libibverbs. Description ibv_fork_init() initializes libibverbs's data structures to handle the fork() function calls correctly and avoid data corruption, whether fork() is called explicitly or implicitly (such...

General libibverbs is an implementation of the RDMA verbs for both Infiniband (according to the Infiniband specifications) and iWarp (iWARP verbs specifications). It handles the control path of creating, modifying, querying and destroying resources such as Protection Domains (PD), Completion...