commit | 07d78363dcffd9cb1bf6f06a6cac0e0847f3c1de | [log] [tgz] |
---|---|---|
author | David Miller <davem@davemloft.net> | Sun Jun 24 14:14:02 2018 +0900 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 26 11:33:04 2018 +0900 |
tree | 641f6811f085e35b7f876685e0dbc506defce983 | |
parent | d4546c2509b1e9cd082e3682dcec98472e37ee5a [diff] |
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>