From: Ron Mercer Date: Sat, 2 Jan 2010 10:37:43 +0000 (+0000) Subject: qlge: Add RX frame handlers for non-split frames. X-Git-Tag: v2.6.34-rc1~233^2~672 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f848c0a9c265cb3457fbf842dbffd28e82a44fd;p=pandora-kernel.git qlge: Add RX frame handlers for non-split frames. New handlers are added here to handle: 1) Small frames (<256 bytes) in a single small buffer. Allocate a new skb and copy the frame. 2) Large frame (>256 bytes) in a page chunk. Allocate an skb, tack it on frags, post to napi_gro_receive(). Signed-off-by: Ron Mercer Signed-off-by: David S. Miller --- Reading git-diff-tree failed