Re: [PATCH net] bna: fix interrupts storm caused by erroneous packets

2015-08-10 Thread David Miller
From: Ivan Vecera Date: Thu, 6 Aug 2015 22:48:23 +0200 > 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 firmwar

RE: [PATCH net] bna: fix interrupts storm caused by erroneous packets

2015-08-07 Thread Rasesh Mody
> From: Ivan Vecera [mailto:ivec...@redhat.com] > Sent: Thursday, August 06, 2015 1:48 PM > > 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

[PATCH net] bna: fix interrupts storm caused by erroneous packets

2015-08-06 Thread Ivan Vecera
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 packet