1
1
Jeff Squyres 6710c2ef3f usnic: remove unnecessary header union
Realistically, the usnic BTL doesn't need to know anything about the
underlying transport except for its header length (so that it knows
where the payload begins in a received buffer).  So remove the use of
the specific transport prefix union and just rely on the usnic verbs
extension to tell us what the header length is if we're using the
usNIC/UDP transport, or sizeof(struct ibv_grh) if we're using usNIC/L2
transport.

This commit was SVN r30914.
2014-03-03 21:33:12 +00:00
..
2013-10-23 04:13:51 +00:00
2014-01-06 14:03:01 +00:00
2012-04-18 15:57:29 +00:00
2014-03-03 16:26:18 +00:00
2014-02-14 08:46:23 +00:00