From: Amit Kumar Salecha Date: Tue, 12 Apr 2011 17:05:55 +0000 (+0000) Subject: qlcnic: limit skb frags for non tso packet X-Git-Tag: v2.6.39-rc5~40^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91a403caf0f26c71ce4407fd235b2d6fb225fba9;p=pandora-kernel.git qlcnic: limit skb frags for non tso packet Machines are getting deadlock in four node cluster environment. All nodes are accessing (find /gfs2 -depth -print|cpio -ocv > /dev/null) 200 GB storage on a GFS2 filesystem. This result in memory fragmentation and driver receives 18 frags for 1448 byte packets. For non tso packet, fw drops the tx request, if it has >14 frags. Fixing it by pulling extra frags. Cc: stable@kernel.org Signed-off-by: Amit Kumar Salecha Signed-off-by: David S. Miller --- Reading git-diff-tree failed