> struct ib_sge { >@@ -659,6 +663,9 @@ struct ib_send_wr { > } atomic; > struct { > struct ib_ah *ah; >+ void *header; >+ int hlen; >+ int mss; Can this be done on a per QP basis, versus every send? - Sean