commit | b54881f9949e4eac6ff23c86625467a365085bd6 | [log] [tgz] |
---|---|---|
author | Ajit Khaparde <ajit.khaparde@emulex.com> | Fri Sep 27 15:17:04 2013 -0500 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 27 17:11:48 2013 -0400 |
tree | 75c730fe842807c69fbb81b4312290386ea04c39 | |
parent | a97b7c3aadc8681f7efd8398567255616ad464d8 [diff] |
be2net: Fix to prevent Tx stall on SH-R when packet size < 32 Tx on SH-R can lockup if the packet size is less than 32 bytes. Pad such packets to a safer 36-byte size. Patch uses the Lancer-R workaround - which checks for packet <= 32-bytes Signed-off-by: Ajit Khaparde <ajit.khaparde@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>