From: Dave Taht <dave.taht@gmail.com>
To: Make-Wifi-fast <make-wifi-fast@lists.bufferbloat.net>,
Edmond Gagnon <egagnon@squareup.com>
Subject: [Make-wifi-fast] Fwd: [PATCH v2 0/2] wcn36xx: Implement tx_rate reporting
Date: Sun, 20 Mar 2022 20:26:14 -0500 [thread overview]
Message-ID: <CAA93jw7MOpCZex-tmoEu25DKwqSfCsVfjL=N4cB7Mow3VJ=o=w@mail.gmail.com> (raw)
In-Reply-To: <20220318195804.4169686-1-egagnon@squareup.com>
a reporting rate of 3sec??
I guess this is not yet a candidate for fq-codel-ization.
---------- Forwarded message ---------
From: Edmond Gagnon <egagnon@squareup.com>
Date: Sun, Mar 20, 2022 at 6:02 AM
Subject: [PATCH v2 0/2] wcn36xx: Implement tx_rate reporting
To: Kalle Valo <kvalo@codeaurora.org>
Cc: Edmond Gagnon <egagnon@squareup.com>, Kalle Valo
<kvalo@kernel.org>, David S. Miller <davem@davemloft.net>, Jakub
Kicinski <kuba@kernel.org>, <wcn36xx@lists.infradead.org>,
<linux-wireless@vger.kernel.org>, <netdev@vger.kernel.org>,
<linux-kernel@vger.kernel.org>
Implements HAL_GET_STATS message in order to report tx_rate to
ieee80211_tx_rate_update. Tested on MSM8939 with WCN3680B running
firmware CNSS-PR-2-0-1-2-c1-00083 on 5.17.
Changes in v2:
- Refactored to use existing wcn36xx_hal_get_stats_{req,rsp}_msg structs.
- Added more notes about testing.
- Reduced reporting interval to 3000msec.
- Assorted type and memory safety fixes.
- Make wcn36xx_smd_get_stats friendlier to future message implementors.
Edmond Gagnon (2):
wcn36xx: Expose get_sta_index in wcn36xx.h
wcn36xx: Implement tx_rate reporting
drivers/net/wireless/ath/wcn36xx/hal.h | 7 ++-
drivers/net/wireless/ath/wcn36xx/main.c | 33 +++++++++---
drivers/net/wireless/ath/wcn36xx/smd.c | 58 +++++++++++++++++++++
drivers/net/wireless/ath/wcn36xx/smd.h | 1 +
drivers/net/wireless/ath/wcn36xx/txrx.c | 59 ++++++++++++++++++++++
drivers/net/wireless/ath/wcn36xx/txrx.h | 2 +
drivers/net/wireless/ath/wcn36xx/wcn36xx.h | 12 +++++
7 files changed, 163 insertions(+), 9 deletions(-)
--
2.25.1
--
I tried to build a better future, a few times:
https://wayforward.archive.org/?site=https%3A%2F%2Fwww.icei.org
Dave Täht CEO, TekLibre, LLC
parent reply other threads:[~2022-03-21 1:26 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20220318195804.4169686-1-egagnon@squareup.com>]
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
List information: https://lists.bufferbloat.net/postorius/lists/make-wifi-fast.lists.bufferbloat.net/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAA93jw7MOpCZex-tmoEu25DKwqSfCsVfjL=N4cB7Mow3VJ=o=w@mail.gmail.com' \
--to=dave.taht@gmail.com \
--cc=egagnon@squareup.com \
--cc=make-wifi-fast@lists.bufferbloat.net \
/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