Merge branch 'gro-remove-redundant-rcu_read_lock'
authorJakub Kicinski <kuba@kernel.org>
Thu, 25 Nov 2021 01:21:46 +0000 (17:21 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 25 Nov 2021 01:21:46 +0000 (17:21 -0800)
commit80690a85f54f8588740ba5defa9754df8fab53f3
tree6b0cc9cd576b1c9355b9f1fdf0ab7f3d4ab44e7c
parent1aad9634b94ef65d72110a6fc6625c890db9667c
parent627b94f75b82d13d1530b59155a545fd99d807db
Merge branch 'gro-remove-redundant-rcu_read_lock'

Eric Dumazet says:

====================
gro: remove redundant rcu_read_lock

Recent trees got an increase of rcu_read_{lock|unlock} costs,
it is time to get rid of the not needed pairs.
====================

Link: https://lore.kernel.org/r/20211123225608.2155163-1-eric.dumazet@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>