mbox series

[net-next,v3,0/2] r8152: modify rx_bottom

Message ID 20230926111714.9448-432-nic_swsd@realtek.com (mailing list archive)
Headers show
Series r8152: modify rx_bottom | expand

Message

Hayes Wang Sept. 26, 2023, 11:17 a.m. UTC
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().

Hayes Wang (2):
  r8152: break the loop when the budget is exhausted
  r8152: use napi_gro_frags

 drivers/net/usb/r8152.c | 85 ++++++++++++++++++++++++++++++-----------
 1 file changed, 63 insertions(+), 22 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 5, 2023, 12:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 26 Sep 2023 19:17:12 +0800 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/2] r8152: break the loop when the budget is exhausted
    https://git.kernel.org/netdev/net-next/c/2cf51f931797
  - [net-next,v3,2/2] r8152: use napi_gro_frags
    https://git.kernel.org/netdev/net-next/c/788d30daa8f9

You are awesome, thank you!