linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Chuang <yhchuang@realtek.com>
To: Tony Chuang <yhchuang@realtek.com>,
	"kvalo@codeaurora.org" <kvalo@codeaurora.org>
Cc: "linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
	"briannorris@chromium.org" <briannorris@chromium.org>,
	"sgruszka@redhat.com" <sgruszka@redhat.com>
Subject: RE: [PATCH 0/8] rtw88: enhance and stabilize T-Put performance
Date: Mon, 2 Sep 2019 09:06:03 +0000	[thread overview]
Message-ID: <F7CD281DE3E379468C6D07993EA72F84D18C2176@RTITMBSVM04.realtek.com.tw> (raw)
In-Reply-To: <1565174405-2689-1-git-send-email-yhchuang@realtek.com>

> From: Yan-Hsuan Chuang <yhchuang@realtek.com>
> 
> This patch set could enhance and stabilize the throughput
> performance for rtw88, especially for RTL8822CE.
> 
> The RFKs, such as IQK and DPK, can make sure the radio
> components works more reliable. They reduce the distortion
> and nonlinearity that the components inherently have.
> 
> The parameter update is a result that is fine-tuned to
> optimize the hardware utilization.
> 
> And CCK PD can help to adjust CCK signal threshold to
> reduce FAs, and get a better TRX performance in 2.4G.
> 
> Interrupt migration helps some slower platforms not to
> over utilize the host CPU, reduce its loading.
> 
> 
> Chin-Yen Lee (1):
>   rtw88: 8822c: update pwr_seq to v13
> 
> Tsang-Shian Lin (1):
>   rtw88: 8822c: Enable interrupt migration
> 
> Tzu-En Huang (2):
>   rtw88: 8822c: add SW DPK support
>   rtw88: add dynamic cck pd mechanism
> 
> Yan-Hsuan Chuang (4):
>   rtw88: 8822c: update PHY parameter to v38
>   rtw88: 8822c: add FW IQK support
>   rtw88: move IQK/DPK into phy_calibration
>   rtw88: allows to receive AMSDU in AMPDU
> 
>  drivers/net/wireless/realtek/rtw88/coex.c          |    2 +-
>  drivers/net/wireless/realtek/rtw88/coex.h          |    1 +
>  drivers/net/wireless/realtek/rtw88/mac80211.c      |    2 +-
>  drivers/net/wireless/realtek/rtw88/main.c          |    1 +
>  drivers/net/wireless/realtek/rtw88/main.h          |   56 +-
>  drivers/net/wireless/realtek/rtw88/phy.c           |  143 +
>  drivers/net/wireless/realtek/rtw88/phy.h           |    2 +
>  drivers/net/wireless/realtek/rtw88/reg.h           |   17 +
>  drivers/net/wireless/realtek/rtw88/rtw8822b.c      |    7 +-
>  drivers/net/wireless/realtek/rtw88/rtw8822c.c      | 1178 +++-
>  drivers/net/wireless/realtek/rtw88/rtw8822c.h      |   86 +
>  .../net/wireless/realtek/rtw88/rtw8822c_table.c    | 6930
> ++++++++++++++------
>  .../net/wireless/realtek/rtw88/rtw8822c_table.h    |    3 +
>  13 files changed, 6323 insertions(+), 2105 deletions(-)
> 
> --
> 2.7.4
> 
> 

This a gentle ping for the series.
Any suggestion is welcome :)

Yan-Hsuan

      parent reply	other threads:[~2019-09-02  9:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-07 10:39 [PATCH 0/8] rtw88: enhance and stabilize T-Put performance yhchuang
2019-08-07 10:39 ` [PATCH 1/8] rtw88: 8822c: update PHY parameter to v38 yhchuang
2019-09-06 14:06   ` Kalle Valo
2019-08-07 10:39 ` [PATCH 2/8] rtw88: 8822c: update pwr_seq to v13 yhchuang
2019-08-07 10:40 ` [PATCH 3/8] rtw88: 8822c: Enable interrupt migration yhchuang
2019-08-07 10:40 ` [PATCH 4/8] rtw88: 8822c: add FW IQK support yhchuang
2019-09-03 12:53   ` Kalle Valo
2019-09-04  2:31     ` Tony Chuang
2019-09-06 14:13       ` Kalle Valo
2019-08-07 10:40 ` [PATCH 5/8] rtw88: 8822c: add SW DPK support yhchuang
2019-08-07 10:40 ` [PATCH 6/8] rtw88: move IQK/DPK into phy_calibration yhchuang
2019-08-07 10:40 ` [PATCH 7/8] rtw88: add dynamic cck pd mechanism yhchuang
2019-08-07 10:40 ` [PATCH 8/8] rtw88: allows to receive AMSDU in AMPDU yhchuang
2019-09-02  9:06 ` Tony Chuang [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=F7CD281DE3E379468C6D07993EA72F84D18C2176@RTITMBSVM04.realtek.com.tw \
    --to=yhchuang@realtek.com \
    --cc=briannorris@chromium.org \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=sgruszka@redhat.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;
as well as URLs for NNTP newsgroup(s).