umad_set_grh (3) Linux Manual Page
umad_set_grh – set GRH fields within umad buffer using host ordering Synopsis #include <infiniband/umad.h> int umad_set_grh(void *umad, void *mad_addr); Description umad_set_grh() sets the GRH fields (grh_present, gid, hop_limit, traffic_class, flow_label) within the specified umad buffer based on the mad_addr supplied. The provided mad_addr fields are expected to be in host order. If the mad_addr pointer…
