Message ID | 20230426122805.23301-400-nic_swsd@realtek.com (mailing list archive) |
---|---|
Headers | show |
Series | r8152: fix 2.5G devices | expand |
v2: For patch #1, Remove inline for fc_pause_on_auto() and fc_pause_off_auto(), and update the commit message. For patch #2, define the magic value for OCP register 0xa424. v1: These patches are used to fix some issues of RTL8156. Hayes Wang (3): r8152: fix flow control issue of RTL8156A r8152: fix the poor throughput for 2.5G devices r8152: move setting r8153b_rx_agg_chg_indicate() drivers/net/usb/r8152.c | 84 ++++++++++++++++++++++++++++------------- 1 file changed, 58 insertions(+), 26 deletions(-)
On Thu, Apr 27, 2023 at 08:10:54PM +0800, Hayes Wang wrote: > v2: > For patch #1, Remove inline for fc_pause_on_auto() and fc_pause_off_auto(), > and update the commit message. > > For patch #2, define the magic value for OCP register 0xa424. > > v1: > These patches are used to fix some issues of RTL8156. Please always create a new thread. The patch automation bots can get confused if you append to an existing thread, they assume it is just comments to the original patchset. Andrew
On 4/27/2023 8:27 PM, Andrew Lunn wrote: [...] > Please always create a new thread. The patch automation bots can get > confused if you append to an existing thread, they assume it is just > comments to the original patchset. It 's my mistake. Sorry. Best Regards, Hayes