summaryrefslogtreecommitdiff
path: root/net/netlink
diff options
context:
space:
mode:
authorIvan Vecera <ivecera@redhat.com>2015-08-06 22:48:23 +0200
committerDavid S. Miller <davem@davemloft.net>2015-08-10 10:58:37 -0700
commitade4dc3e616e33c80d7e62855fe1b6f9895bc7c3 (patch)
tree79cab855d08028f83b7fe4bb94374dbbf8625adf /net/netlink
parentea70858423c5163ecea8749d8bb517220eac667b (diff)
bna: fix interrupts storm caused by erroneous packets
The commit "e29aa33 bna: Enable Multi Buffer RX" moved packets counter increment from the beginning of the NAPI processing loop after the check for erroneous packets so they are never accounted. This counter is used to inform firmware about number of processed completions (packets). As these packets are never acked the firmware fires IRQs for them again and again. Fixes: e29aa33 ("bna: Enable Multi Buffer RX") Signed-off-by: Ivan Vecera <ivecera@redhat.com> Acked-by: Rasesh Mody <rasesh.mody@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netlink')
0 files changed, 0 insertions, 0 deletions