summaryrefslogtreecommitdiff
path: root/drivers/eisa
diff options
context:
space:
mode:
authorstephen hemminger <stephen@networkplumber.org>2017-03-22 14:50:57 -0700
committerDavid S. Miller <davem@davemloft.net>2017-03-22 19:38:55 -0700
commitf4f1c23d6e41f5ee4973a6da65cba1e1c536ec29 (patch)
treed23392e3bca366f33c25b3dca2b1f24b7458a630 /drivers/eisa
parent6069f3fbde03211f4b839e188eba2439f8b8326a (diff)
netvsc: fix NAPI performance regression
When using NAPI, the single stream performance declined signifcantly because the poll routine was updating host after every burst of packets. This excess signalling caused host throttling. This fix restores the old behavior. Host is only signalled after the ring has been emptied. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/eisa')
0 files changed, 0 insertions, 0 deletions