From: Aaradhana Sahu <aaradhana.sahu@oss.qualcomm.com>
To: Vasanthakumar Thiagarajan
<vasanthakumar.thiagarajan@oss.qualcomm.com>,
ath12k@lists.infradead.org
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH ath-next] wifi: ath12k: correct monitor destination ring size
Date: Tue, 16 Jun 2026 11:32:11 +0530 [thread overview]
Message-ID: <fd87f749-b930-4147-8948-c412447a11c6@oss.qualcomm.com> (raw)
In-Reply-To: <9ed73ed4-3c52-4841-821f-0fae12f452dc@oss.qualcomm.com>
On 6/16/2026 11:21 AM, Vasanthakumar Thiagarajan wrote:
>
>
> On 6/16/2026 9:36 AM, Aaradhana Sahu wrote:
>> The default memory profile configures rxdma_monitor_dst_ring_size as 8092,
>> which is a typo. The intended value is 8192, consistent with all other ring
>> sizes in the table being powers of two.
>>
>> Correct the monitor destination ring size to 8192.
>>
>> Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.6-01243-QCAHKSWPL_SILICONZ-1
>>
>> Signed-off-by: Aaradhana Sahu <aaradhana.sahu@oss.qualcomm.com>
>
> fixes tag?
>
Sure, will add fixes tag and send next version.
> The rest LGTM
>
>> ---
>> drivers/net/wireless/ath/ath12k/core.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/net/wireless/ath/ath12k/core.c b/drivers/net/wireless/ath/ath12k/core.c
>> index 742d4fd1b598..b488bd8fea9a 100644
>> --- a/drivers/net/wireless/ath/ath12k/core.c
>> +++ b/drivers/net/wireless/ath/ath12k/core.c
>> @@ -49,7 +49,7 @@ ath12k_mem_profile_based_param ath12k_mem_profile_based_param[] = {
>> .dp_params = {
>> .tx_comp_ring_size = 32768,
>> .rxdma_monitor_buf_ring_size = 4096,
>> - .rxdma_monitor_dst_ring_size = 8092,
>> + .rxdma_monitor_dst_ring_size = 8192,
>> .num_pool_tx_desc = 32768,
>> .rx_desc_count = 12288,
>> },
>>
>> base-commit: 83f028be15fe071efbee8e27837538d6cca77e87
prev parent reply other threads:[~2026-06-16 6:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-16 4:06 [PATCH ath-next] wifi: ath12k: correct monitor destination ring size Aaradhana Sahu
2026-06-16 5:51 ` Vasanthakumar Thiagarajan
2026-06-16 6:02 ` Aaradhana Sahu [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=fd87f749-b930-4147-8948-c412447a11c6@oss.qualcomm.com \
--to=aaradhana.sahu@oss.qualcomm.com \
--cc=ath12k@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
--cc=vasanthakumar.thiagarajan@oss.qualcomm.com \
/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