From: Stephen Hemminger Date: Tue, 26 Sep 2006 18:57:43 +0000 (-0700) Subject: [PATCH] sky2: fragmented receive for large MTU X-Git-Tag: v2.6.19-rc1~372^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14d0263fea0613d4f83dc5e3ad4631f363d1689f;p=pandora-kernel.git [PATCH] sky2: fragmented receive for large MTU Use hardware support for chained receive to break up large frames into multiple pages. This avoids having to do a mult-page allocation that can fail on a busy system due to fragmented memory. For normal size MTU, this code behaves the same. Signed-off-by: Stephen Hemminger Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed