RE: [PATCH net-next v7 0/7] r8169: add RSS support for RTL8127

From: Javen

Date: Thu Jun 11 2026 - 23:24:26 EST


>This patch series adds RSS (Receive Side Scaling) support for the r8169
>ethernet driver, specifically for RTL8127 (RTL_GIGA_MAC_VER_80).
>
>RSS enables packet distribution across multiple receive queues, which can
>significantly improve network throughput on multi-core systems by allowing
>parallel processing of incoming packets.
>
>Javen Xu (7):
> r8169: add support for multi irqs
> r8169: add support for multi rx queues
> r8169: add support for new interrupt mapping
> r8169: enable new interrupt mapping
> r8169: add support and enable rss
> r8169: move struct ethtool_ops
> r8169: support setting rx queue numbers via ethtool
>
> drivers/net/ethernet/realtek/r8169_main.c | 1099 ++++++++++++++++++---
> 1 file changed, 955 insertions(+), 144 deletions(-)
>
>--
>2.43.0

Hi

A gentle ping on this v7 patch.

I have received some feedback from AI bot during this week, and I have already addressed those comments locally.

Before I send out the v8 patchset, I wanted to kindly check if there are any additional comments on this v7?

Thanks for your time and help!

Best regards,
Javen