Merge branch 'gro-minor-opts'
authorDavid S. Miller <davem@davemloft.net>
Sat, 5 Feb 2022 15:13:52 +0000 (15:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 5 Feb 2022 15:13:52 +0000 (15:13 +0000)
commit95e26838a8e67be0e1f9a1c17c1ea138eb05fa8d
treee17d79dcb5e9da6ab7fa80a4e506c1437415648b
parentc3664d913dc115cab4a5fdb5634df4887048000e
parentde5a1f3ce4c862150dc442530dba19e1d1dc6bc2
Merge branch 'gro-minor-opts'

Paolo Abeni says:

====================
gro: a couple of minor optimization

This series collects a couple of small optimizations for the GRO engine,
reducing slightly the number of cycles for dev_gro_receive().
The delta is within noise range in tput tests, but with big TCP coming
every cycle saved from the GRO engine will count - I hope ;)

v1 -> v2:
 - a few cleanup suggested from Alexander(s)
 - moved away the more controversial 3rd patch
====================

Signed-off-by: David S. Miller <davem@davemloft.net>