OSDN Git Service

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)
commit07d78363dcffd9cb1bf6f06a6cac0e0847f3c1de
tree641f6811f085e35b7f876685e0dbc506defce983
parentd4546c2509b1e9cd082e3682dcec98472e37ee5a
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