From: Eric Dumazet Date: Mon, 29 Oct 2012 07:30:49 +0000 (+0000) Subject: vmxnet3: must split too big fragments X-Git-Tag: v3.7-rc4~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4d7e485bca65bd516fced77b03f92419308df72;p=pandora-kernel.git vmxnet3: must split too big fragments vmxnet3 has a 16Kbytes limit per tx descriptor, that happened to work as long as we provided PAGE_SIZE fragments. Our stack can now build larger fragments, so we need to split them to the 16kbytes boundary. Signed-off-by: Eric Dumazet Reported-by: jongman heo Tested-by: jongman heo Cc: Shreyas Bhatewara Reviewed-by: Bhavesh Davda Signed-off-by: Shreyas Bhatewara Signed-off-by: David S. Miller --- Reading git-diff-tree failed