From: Santiago Leon Date: Fri, 3 Sep 2010 18:28:20 +0000 (+0000) Subject: ibmveth: Add tx_copybreak X-Git-Tag: v2.6.37-rc1~147^2~562 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c08cc3ccebd46dce44d13a8ce81d249e687eeb8a;p=pandora-kernel.git ibmveth: Add tx_copybreak Use the existing bounce buffer if we send a buffer under a certain size. This saves the overhead of a TCE map/unmap. I can't see any reason for the wmb() in the bounce buffer case, if we need a barrier it will be before we call h_send_logical_lan but we have nothing in the common case. Remove it. Signed-off-by: Anton Blanchard Signed-off-by: Santiago Leon Signed-off-by: David S. Miller --- Reading git-diff-tree failed