Skip to content

Posts under General Category

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...

The OpenFabrics Enterprise Distribution (OFED) is a package for Linux that includes all of the needed software (libraries, utilities and drivers) in order to work with RDMA enabled protocols (InfiniBand and iWARP). OFED content This package includes many components to...

Hi all. This is the first post in the blog RDMAmojo. This blog will provide information on the RDMA (Remote Direct Memory Access) technology. In the blog, I will cover many areas including: Installation Programming Error diagnostics Tips However, in...