]> git.baikalelectronics.ru Git - kernel.git/commit
net: bcmsysport: use napi_complete_done()
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 20 Apr 2016 18:37:09 +0000 (11:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Apr 2016 19:06:04 +0000 (15:06 -0400)
commitc7958709bcdbbc2a594398aca350362df0893f0b
tree75597d4ac8929ce17b78e444f445d423890433cb
parent8aeb4f1749d71fba1d46c446f56b3a006092ed04
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 ca50c6da67db ("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>
drivers/net/ethernet/broadcom/bcmsysport.c