]> git.baikalelectronics.ru Git - kernel.git/commit
net: Convert NAPI gro list into a small hash table.
authorDavid Miller <davem@davemloft.net>
Sun, 24 Jun 2018 05:14:02 +0000 (14:14 +0900)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Jun 2018 02:33:04 +0000 (11:33 +0900)
commit75d0ad46b3d647c08e571e8d47ad79903d5da956
tree641f6811f085e35b7f876685e0dbc506defce983
parentdbd0c98a8c46208e87cf944c6f15f35b21d08316
net: Convert NAPI gro list into a small hash table.

Improve the performance of GRO receive by splitting flows into
multiple hash chains.

Suggested-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c