]> git.baikalelectronics.ru Git - kernel.git/commit
qlcnic: Fix NAPI poll routine for Tx completion
authorShahed Shaikh <shahed.shaikh@qlogic.com>
Wed, 4 Feb 2015 10:41:25 +0000 (05:41 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Feb 2015 08:24:08 +0000 (00:24 -0800)
commit25a7e769ab26e22f8ea843867da286555119a65d
tree3f798f397f854986424f359d5457865998bba66c
parent3ad7417920f4e98c79f43793caaababdfc8070c2
qlcnic: Fix NAPI poll routine for Tx completion

After e6205aa1c638 ("net: less interrupt masking in NAPI")
driver's NAPI poll routine is expected to return
exact budget value if it wants to be re-called.

Signed-off-by: Shahed Shaikh <shahed.shaikh@qlogic.com>
Fixes: e6205aa1c638 ("net: less interrupt masking in NAPI")
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c