Merge branch 'r8152-modify-rx_bottom'
authorJakub Kicinski <kuba@kernel.org>
Wed, 4 Oct 2023 23:51:33 +0000 (16:51 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 4 Oct 2023 23:51:34 +0000 (16:51 -0700)
commit78cac6f17133d503add9005e891e15637b2a1012
treee3f294675a3789c0ee62d5d21b63cbbf98af2930
parentf8e5b778623767463ec62c81cf5a357b2f1d3315
parent788d30daa8f97f06166b6a63f0e51f2a4c2f036a
Merge branch 'r8152-modify-rx_bottom'

Hayes Wang says:

====================
r8152: modify rx_bottom

v3:
For patch #1, this patch is replaced. The new patch only break the loop,
and keep that the driver would queue the rx packets.

For patch #2, modify the code depends on patch #1. For work_down < budget,
napi_get_frags() and napi_gro_frags() would be used. For the others,
nothing is changed.

v2:
For patch #1, add comment, update commit message, and add Fixes tag.

v1:
These patches are used to improve rx_bottom().
====================

Link: https://lore.kernel.org/r/20230926111714.9448-432-nic_swsd@realtek.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>