From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 88F5E106ACD2 for ; Thu, 12 Mar 2026 17:24:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=jrgDY51XL8UxTK09uVYHl3UhjLR8SG7V5Y5sNTGKAHU=; b=yv2b/pLIHq+eYdT4mxXD+zJeJ+ Nd70pYdiPEhP6Z+a4s/aWaYWtIr+W6TZaCutOpus1wEG6bzaReHQjAmLFonZFuCNY3D63z9mU28n8 o8G1cFmZZOEnVF0Sw6Z3dE2ZFk0Zrnov7PNhOfB0eBP3AFI74hIPgCGGVrt13LMmIEb4dTZ1eYoKu QH9bYs5F8fsGTuM2DVoco23bVIBJ3+QASJc+U4UjBoM8OJBVNXTyeQRD5gt2zdfShBKTXpQjl2hTN 2QCIZzzsZxpecSdaWRa1whNbKhd07oMDhz7e+87IxXHWD6jePV4tiFdNiGjZFIfnTVXFAFWjqErNR AQUhPplA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1w0jm2-0000000Ei0W-33do; Thu, 12 Mar 2026 17:24:38 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1w0jm0-0000000Ehzx-0lLl; Thu, 12 Mar 2026 17:24:36 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 570D960054; Thu, 12 Mar 2026 17:24:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3D509C4CEF7; Thu, 12 Mar 2026 17:24:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773336275; bh=jV2J+lJWy8MZOh2+4/7XvcTYDLO+BUIFkgtlrJ53xFg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SzPgaMEPUJx4IdFv6/yhBYBUV6GUyrhGm2KB2QnNkDaectWkOkvzjyoJWHxOsCnIc QFTsdXdV5Dt4HJzfv66bH/H4aODSffR/L5JlO/EN+ZMns/HLH+XWgDe3g4JWH4DVUP LYMR8NYY3+huxOXzhL+T1EOXNoCjVPquO5HTPhCHyiUaxGB6/wTYAn+KX130SuoSS7 lnATL25Te7C4Cx6rLDSAs1XyvszOEFnhzHj2zXHau/kQo2orMHGW2mUeIetOmLngtq 4HVdmQibfBFXgXjYIVkjAJ+FwjLhPBzvpcw7jaR314fT2gMZP937UFWNR/7CJ7sOuq emRHpI5OR1o2A== Date: Thu, 12 Mar 2026 17:24:30 +0000 From: Simon Horman To: Lorenzo Bianconi Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, netdev@vger.kernel.org Subject: Re: [PATCH net-next] net: airoha: select QDMA block according LAN/WAN configuration Message-ID: <20260312172430.GA1267298@kernel.org> References: <20260310-airoha-qdma-lan-wan-mode-v1-1-64ec74dea872@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260310-airoha-qdma-lan-wan-mode-v1-1-64ec74dea872@kernel.org> X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Tue, Mar 10, 2026 at 03:46:53PM +0100, Lorenzo Bianconi wrote: > Select the QDMA block used to send the traffic to host cpu according to > LAN/WAN port confiugration: > - QDMA0 is used for LAN devices > - QDMA1 is used for WAN devices > > Signed-off-by: Lorenzo Bianconi Hi Lorenzo, Is this a bug fix? If so, perhaps it is for net with a fixes tag. And at any rate, could you add some description of the before and after behaviour?