[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230926111714.9448-432-nic_swsd@realtek.com>
Date: Tue, 26 Sep 2023 19:17:12 +0800
From: Hayes Wang <hayeswang@...ltek.com>
To: <kuba@...nel.org>, <davem@...emloft.net>
CC: <netdev@...r.kernel.org>, <nic_swsd@...ltek.com>,
<linux-kernel@...r.kernel.org>, <linux-usb@...r.kernel.org>,
<edumazet@...gle.com>, <bjorn@...k.no>, <pabeni@...hat.com>,
Hayes Wang <hayeswang@...ltek.com>
Subject: [PATCH net-next v3 0/2] 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().
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(-)
--
2.41.0
Powered by blists - more mailing lists