From: Shreyas Bhatewara Date: Fri, 14 Jan 2011 14:59:41 +0000 (+0000) Subject: vmxnet3: Provide required number of bytes in first SG buffer X-Git-Tag: v2.6.38-rc2~33^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39d4a96fd7d2926e46151adbd18b810aeeea8ec0;p=pandora-kernel.git vmxnet3: Provide required number of bytes in first SG buffer This is a performance enhancement fix. vmxnet3 device performs better when provided with at least 54 bytes (ethernet 14 + IP 20+ TCP 20) in the first SG buffer. For UDP packets driver provides lesser than that in first sg. This change fixes the same. Also avoid the redundant pskb_may_pull() call. Signed-off-by: Shreyas N Bhatewara Signed-off-by: David S. Miller --- Reading git-diff-tree failed