I am not sure I follow you. This how I pass to the QP the pointer to the header, the size of the header and the mss. These values change with every post.
-----Original Message----- From: Sean Hefty [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 16, 2008 7:24 PM To: Eli Cohen; Roland Dreier Cc: openfabrics Subject: RE: [ofa-general] [PATCH 8/16] ib/core: Add core support for LSO > 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 _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
