From: Ben Hutchings Date: Fri, 20 Mar 2009 13:25:39 +0000 (+0000) Subject: sfc: Pad packets to 33 bytes to prevent TX packet parser lockup X-Git-Tag: v2.6.30-rc1~662^2~144 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb145a9e28c32a37f35308bb32180b59e358a3a1;p=pandora-kernel.git sfc: Pad packets to 33 bytes to prevent TX packet parser lockup The packet parser used in the TX data path for locating checksum fields can lose synchronisation with the TX queue manager when handling packets that look like IPv4 but are too short (17-32 bytes). Work around this by padding to 33 bytes. Signed-off-by: Ben Hutchings Signed-off-by: David S. Miller --- Reading git-diff-tree failed