From: Stephen Hemminger <shemminger@vyatta.com>
Date: Thu, 26 Aug 2010 16:53:59 -0700
Agreed, this problem is in the infiniband layer and should be fixed
there.
But I fear there is a real potential blocker for this, if the
infiniband layer can't checksum transmit packets in hardware we cannot
legitimately add SG support.
Paged SKBs can have references to page cache pages and similar. These
can be updated asynchronously to the transmit, there is no locking at
all to freeze the contents, and therefore full checksum offload is
required to support SG correctly.
So don't get the idea to do the checksum in software in the infiniband
layer, and advertize hw checksumming support, to get around this :-)
--