diff options
author | amit salecha <amit.salecha@qlogic.com> | 2011-04-11 02:10:22 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-04-11 13:15:57 -0700 |
commit | c968bdf6912cad6d0fc63d7037cc1c870604a808 (patch) | |
tree | a2a10926aa0ddac61b30c168d29c487845aacd36 /net/caif | |
parent | 77c8e2c01542649f7a02fef8eb3b3d0e7fed6bbd (diff) | |
download | kernel_goldelico_gta04-c968bdf6912cad6d0fc63d7037cc1c870604a808.zip kernel_goldelico_gta04-c968bdf6912cad6d0fc63d7037cc1c870604a808.tar.gz kernel_goldelico_gta04-c968bdf6912cad6d0fc63d7037cc1c870604a808.tar.bz2 |
netxen: 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 <amit.salecha@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/caif')
0 files changed, 0 insertions, 0 deletions