From: Lorenzo Bianconi <lorenzo@kernel.org>
To: Christian Marangi <ansuelsmth@gmail.com>
Cc: Jakub Kicinski <kuba@kernel.org>, Felix Fietkau <nbd@nbd.name>,
Simon Horman <horms@kernel.org>,
linux-kernel@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: [PATCH RESEND net] net: airoha: Fix NPU RX DMA descriptor bits
Date: Mon, 18 May 2026 16:51:53 +0200 [thread overview]
Message-ID: <agsniX2m-27MEbwl@lore-desk> (raw)
In-Reply-To: <20260518134530.3683-1-ansuelsmth@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1784 bytes --]
> In an internal review from Airoha, it was notice that the RX DMA descriptor
> bits and mask are wrong. These values probably refer to an old NPU firmware
> never published. The previous value works correctly but it was reported
> that in some specific condition in mixed scenario with both Ethernet and
> WiFi offload it's possible that RX DMA descriptor signal wrong value with
> the problem to the RX ring or packets getting dropped.
>
> To handle these specific scenario, apply the new suggested bits mask from
> Airoha.
>
> Correct functionality of both AN7581 NPU and MT7996 variant were verified
> and confirmed working.
>
> Fixes: a7fc8c641cab ("net: airoha: Fix npu rx DMA definitions")
> Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Acked-by: Lorenzo Bianconi <lorenzo@kernel.org>
> ---
> include/linux/soc/airoha/airoha_offload.h | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/include/linux/soc/airoha/airoha_offload.h b/include/linux/soc/airoha/airoha_offload.h
> index d01ef4a6b3d7..7589fccfeef6 100644
> --- a/include/linux/soc/airoha/airoha_offload.h
> +++ b/include/linux/soc/airoha/airoha_offload.h
> @@ -71,9 +71,9 @@ static inline void airoha_ppe_dev_check_skb(struct airoha_ppe_dev *dev,
> #define NPU_RX1_DESC_NUM 512
>
> /* CTRL */
> -#define NPU_RX_DMA_DESC_LAST_MASK BIT(27)
> -#define NPU_RX_DMA_DESC_LEN_MASK GENMASK(26, 14)
> -#define NPU_RX_DMA_DESC_CUR_LEN_MASK GENMASK(13, 1)
> +#define NPU_RX_DMA_DESC_LAST_MASK BIT(29)
> +#define NPU_RX_DMA_DESC_LEN_MASK GENMASK(28, 15)
> +#define NPU_RX_DMA_DESC_CUR_LEN_MASK GENMASK(14, 1)
> #define NPU_RX_DMA_DESC_DONE_MASK BIT(0)
> /* INFO */
> #define NPU_RX_DMA_PKT_COUNT_MASK GENMASK(31, 29)
> --
> 2.53.0
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
prev parent reply other threads:[~2026-05-18 14:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-18 13:44 [PATCH RESEND net] net: airoha: Fix NPU RX DMA descriptor bits Christian Marangi
2026-05-18 14:51 ` Lorenzo Bianconi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=agsniX2m-27MEbwl@lore-desk \
--to=lorenzo@kernel.org \
--cc=ansuelsmth@gmail.com \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nbd@nbd.name \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox