commit | 7ce103b4cbb20babf19b881e28228b7fd40ce0b3 | [log] [tgz] |
---|---|---|
author | Roman Yeryomin <leroi.lists@gmail.com> | Sun Sep 17 20:24:15 2017 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 18 16:50:06 2017 -0700 |
tree | 07e7fab4e9b517c31297c61aa7a9aa8edcb1a75b | |
parent | ca444073a2de97809d63e613d01203f4f4644cfb [diff] |
net: korina: don't use overflow and underflow interrupts When such interrupts occur there is not much we can do. Dropping the whole ring doesn't help and only produces high packet loss. If we just ignore the interrupt the mac will drop one or few packets instead of the whole ring. Also this will lower the irq handling load and increase performance. Signed-off-by: Roman Yeryomin <roman@advem.lv> Signed-off-by: David S. Miller <davem@davemloft.net>