From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EE5E938423B; Fri, 22 May 2026 09:20:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779441610; cv=none; b=DwLR5FjU5B4j2HSwrizYbAEOde14NFmvJVCdgQ8ZJxPI8zEAUQy03TAM8MCELv3tWicdXAKrlszqjLw58N2AXt7j0fkoYcPwXH5Z5fLzHIcHOWs9VfN/PKZ9ekeJ2ZueKLaBifeIvFLFCk4oBBmODkQlqhdWv78ILgNIkZVIt0s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779441610; c=relaxed/simple; bh=DudcparEC6lmwfRPUBZqbqGD4e5cEl/llMsY/1ZWPxc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=JVgwcPFob0X+mAinZAXm/KtDE0XYq7pnCYpcHW4ht9aB/72yFcanpSmcZsORK9FC2AbeV6Rpb8AK+30lVV96OyLkrmg+Y1kPrklHNee2sq4gtzkgi/OQrfZiQAg52mpFYdcrAhNZx63ZgWU9oaHL++0E7+L9wC6YWOrnhdJvC+o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UYeDXDTz; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="UYeDXDTz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ACFB61F000E9; Fri, 22 May 2026 09:20:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779441608; bh=/osgLLHhiEx0dFQtDZv54uv6cA3cfEmbIrNeSkBi188=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=UYeDXDTzW5bNlB0wFrzLvAaquK7OGRoxW98g2UqnLzbhfoYiYa3uhRjLskcElaJ4S VXEEJ33juyaih7B3LEFX9MoBut97GzhkTciVvMzmE6ikW84Jw8INN7dK+fg87dPId3 QzEp4LsfpQ+hhNXp+S3kVYuikpB5/Bn4C4yCz3XyxjnlZGa5Erhd56z7Ju6ckTFpzD qsfGV/UCqsUA29NGw7LhLkiwZZr2Mr7Cpf/yC/FnH4lA231Po+/BAVN2h/nUy7kLlj TxzFUW7A0nJNmXfoPpfuOvLGRsnvaY2JWmwz0Ktq3zXVSSpCkfIxBJBZwGbaIJihAT ESHtl5IDyi4Ug== Date: Fri, 22 May 2026 10:20:04 +0100 From: Simon Horman To: javen Cc: hkallweit1@gmail.com, nic_swsd@realtek.com, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [Patch net-next v5 0/7] r8169: add RSS support for RTL8127 Message-ID: <20260522092004.GJ1506108@horms.kernel.org> References: <20260520031603.700-1-javen_xu@realsil.com.cn> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260520031603.700-1-javen_xu@realsil.com.cn> On Wed, May 20, 2026 at 11:15:56AM +0800, javen wrote: > From: Javen Xu > > 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. ... Hi Javen, There are AI generated reviews of this patchset available on bogh https://netdev-ai.bots.linux.dev/sashiko/ and https://sashiko.dev I would appreciate it if you could look over them and address any issues that effect the functionality of your patchset. I do not suggest expanding the scope of this patchset, but rather treating other issues in the context of possible follow-up.