On Thu, Jun 14, 2012 at 11:48:09PM -0700, Vivek Kashyap wrote: > >I don't think anyone ever made patches for this, but considering the > >performance delta you see it really seems worthwhile. > > How about something like below? Basically the the 'checksum-less' > operation is only between hosts that both support it by extending > the existing IB connection setup mechanism. The following also keeps > the changes confined to ipoib-cm module.
It is much better to do things properly (as I described) so you don't have a gotcha when a packet gets routed. We don't want to fake that we are doing csum, we want to forward the csum offload data to the other side, which might discard it or might use it to forward the packet out another interface. This is not hard, just fiddly work. -- Jason Gunthorpe <[email protected]> (780)4406067x832 Chief Technology Officer, Obsidian Research Corp Edmonton, Canada -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
