commit | 087d7a8c917491e6e7feb707a858d624bf5b5f14 | [log] [tgz] |
---|---|---|
author | Satish Baddipadige <satish.baddipadige@broadcom.com> | Wed Aug 03 09:43:59 2016 +0530 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 03 11:56:18 2016 -0700 |
tree | 8f369e3d24cf0ae5585ed779ac98546062c0e86c | |
parent | 1f415a74b0ca64b5bfacbb12d71ed2ec050a8cfb [diff] |
tg3: Fix for diasllow rx coalescing time to be 0 When the rx coalescing time is 0, interrupts are not generated from the controller and rx path hangs. To avoid this rx hang, updating the driver to not allow rx coalescing time to be 0. Signed-off-by: Satish Baddipadige <satish.baddipadige@broadcom.com> Signed-off-by: Siva Reddy Kallam <siva.kallam@broadcom.com> Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>