ibv_destroy_flow (3) Linux Manual Page
NAME ibv_create_flow, ibv_destroy_flow – create or destroy flow steering rules SYNOPSIS #include <infiniband/verbs.h> struct ibv_flow *ibv_create_flow(struct ibv_qp *qp, struct ibv_flow_attr *flow_attr); int ibv_destroy_flow(struct ibv_flow *flow_id); DESCRIPTION ibv_create_flow() allows a user application QP qp to be attached into a specified flow flow which is defined in <infiniband/verbs.h> struct ibv_flow_attr { uint32_t comp_mask; /* Future extendibility */…
