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 8FCB433F59E; Fri, 12 Jun 2026 19:14:22 +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=1781291663; cv=none; b=YbTxo31eG7POzGvBMM6bpDfBDmkD2q6u7O8n3yzKnCAUjr2tZB2YSgDAPw2lW5bawaj/hVem7e9NTuHarDmtGgpkoo1xtI9twGdh8iNLaFLWWGMkXsTLxeFw+Ff4Gk4yAaRSc//+iCpCQiUhFdUxfhl2iPK7ZEk0W+fZH0YoKN0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781291663; c=relaxed/simple; bh=Q4o0m8OVNFcAeLms4xGclIrogEu9atsH8BNOvFrWyjg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=uASB58SD230EGq+jPCqgHmAkiNwpuRjWcdKexj9k7n5f7WDZ8gI0vgQU57pZqbb3VX7ds1VSmdPXdpRFc7ua78Zsyhc3emhBo5cxfMPQUdOjrv1YN1vgySH8vTf4qPDM3vMkVgfdDNLk1AuSP1oGTRi7OfpcGHSqdOu9uDKvENc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=R2tXRCwp; 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="R2tXRCwp" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C14721F000E9; Fri, 12 Jun 2026 19:14:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781291662; bh=kYcDT2xHG5nDU8J2gErMvIxigr1UGMadwCYEhogICLg=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=R2tXRCwpziJu3wsmgdJGwIEZZ96NJekBTrzFkNuXOUS+EQ0MHF6nmWHBI16VJVqJE LqsZFXfA6FfKjQ5QnXAvqAASUoj1w1stgKmRSJYs60Tkja7EvT74CKpaHPpK1/bYYN 9iDOcCpV+Xg7J3W/0sfb7oh6SAl5VHMarpdjiJPO+zjw6RwwcARVL1b4SKLMn67qr/ WsBAuNUdKwcvvJDX0lQFXixtoGvN03Jy2A0pv3MT3Rw5LOWQjWm4RjhSs21pg1lya5 e/PuShKnzBbF1i8h3DQJHqIK00flFztAfGgMZ0RdXBLhT1TFZRb7/1mlrabqEAgyxg TiueNRLYabV+g== Date: Fri, 12 Jun 2026 20:14:17 +0100 From: Simon Horman To: Jakub Raczynski Cc: netdev@vger.kernel.org, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, mcoquelin.stm32@gmail.com, alexandre.torgue@foss.st.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, k.domagalski@samsung.com, k.tegowski@samsung.com Subject: Re: [PATCH net 0/2] net/stmmac: Fixes for maximum TX/RX queues to use by driver Message-ID: <20260612191417.GM671640@horms.kernel.org> References: <20260611113358.3379518-1-j.raczynski@samsung.com> 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: <20260611113358.3379518-1-j.raczynski@samsung.com> On Thu, Jun 11, 2026 at 01:33:56PM +0200, Jakub Raczynski wrote: > When contributing other changes preparing functions for new XGMAC hardware > https://lore.kernel.org/netdev/20260601162537.553512-1-j.raczynski@samsung.com/ > there have been reports by Sashiko AI review about pre-existing issues > in the code. These problems are non-insignificant and are 'net' material fixes, > rather than net-next features. > One issue in this patchset was reported by Sashiko AI, while other > technically part of new patchset, but is reasonable related fix. > All of issues are wrong DTS configuration, but kernel needs to handle it. > > Jakub Raczynski (2): > net/stmmac: Apply TBS config only to used queues > net/stmmac: Apply MTL_MAX queue limit if config missing For the series; Reviewed-by: Simon Horman FTR, there is AI-generated review of this patch-set available on sashiko.dev However I believe that feedback can be viewed in the context of possible follow-up and should not impede the progress of this patchset.