Files
linux/drivers
Jonathan Lemon 3f54d3349a bnxt: apply computed clamp value for coalece parameter
[ Upstream commit 6adc4601c2 ]

After executing "ethtool -C eth0 rx-usecs-irq 0", the box becomes
unresponsive, likely due to interrupt livelock.  It appears that
a minimum clamp value for the irq timer is computed, but is never
applied.

Fix by applying the corrected clamp value.

Fixes: 74706afa71 ("bnxt_en: Update interrupt coalescing logic.")
Signed-off-by: Jonathan Lemon <jonathan.lemon@gmail.com>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-01-04 19:19:16 +01:00
..
2019-12-31 16:45:16 +01:00
2019-08-27 09:43:59 +02:00
2019-09-23 17:20:40 -04:00
2019-12-17 19:56:42 +01:00