mlx5dv_init_obj (3) Linux Manual Page
mlx5dv_init_obj – Initialize mlx5 direct verbs object from ibv_xxx structures Synopsis#include <infiniband/mlx5dv.h> int mlx5dv_init_obj(struct mlx5dv_obj *obj, uint64_t obj_type);Descriptionmlx5dv_init_obj() This function will initialize mlx5dv_xxx structs based on supplied type. The information for initialization is taken from ibv_xx structs supplied as part of input. Request information of CQ marks its owned by direct verbs for all consumer…
