commit | c82f47efa021697722b1cfc84e48f72d45c9f5b2 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Wed Apr 20 11:37:09 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 21 15:06:04 2016 -0400 |
tree | 75597d4ac8929ce17b78e444f445d423890433cb | |
parent | ba90950c94713f294e8778e891eef4143183957c [diff] |
net: bcmsysport: use napi_complete_done() By using napi_complete_done(), we allow fine tuning of /sys/class/net/ethX/gro_flush_timeout for higher GRO aggregation efficiency for a Gbit NIC. Check commit 24d2e4a50737 ("tg3: use napi_complete_done()") for details. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>