linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ping-Ke Shih <pkshih@realtek.com>
To: <tony0620emma@gmail.com>, <kvalo@codeaurora.org>
Cc: <linux-wireless@vger.kernel.org>, <phhuang@realtek.com>
Subject: [PATCH v5 0/8] rtw88: improve TX performance in field
Date: Tue, 9 Feb 2021 15:07:47 +0800	[thread overview]
Message-ID: <20210209070755.23019-1-pkshih@realtek.com> (raw)

Improve TX performance in aspects of protocol and software design. Also,
update PHY parameters to fix incorrect RSSI report.

v2: Since 5/5 of v1 is too large, I split it into three patches.
v3: Since 6/7 of v2 is still too large for patchwork, I split parameter
    into four patches.
v4: tx work use work queue instead of bare kthread
v5: (only patch 3/8 is changed)
    - Ensure RX rings aren't changed by NAPI and other operations
      simultaneously
    - Mask out RX IMR while napi_schedule(), and resume RX IMR until
      no more RX data.
    - Change napi_init order prior to enable interrupt.

Po-Hao Huang (8):
  rtw88: add dynamic rrsr configuration
  rtw88: add rts condition
  rtw88: add napi support
  rtw88: replace tx tasklet with work queue
  rtw88: 8822c: update MAC/BB parameter tables to v60
  rtw88: 8822c: update RF_A parameter tables to v60
  rtw88: 8822c: update RF_B (1/2) parameter tables to v60
  rtw88: 8822c: update RF_B (2/2) parameter tables to v60

 drivers/net/wireless/realtek/rtw88/mac80211.c |     2 +-
 drivers/net/wireless/realtek/rtw88/main.c     |     8 +-
 drivers/net/wireless/realtek/rtw88/main.h     |    10 +-
 drivers/net/wireless/realtek/rtw88/pci.c      |   154 +-
 drivers/net/wireless/realtek/rtw88/pci.h      |    14 +-
 drivers/net/wireless/realtek/rtw88/phy.c      |    62 +-
 drivers/net/wireless/realtek/rtw88/phy.h      |     3 +
 drivers/net/wireless/realtek/rtw88/reg.h      |     2 +
 drivers/net/wireless/realtek/rtw88/rtw8822c.h |     2 -
 .../wireless/realtek/rtw88/rtw8822c_table.c   | 32755 ++++++++++++----
 drivers/net/wireless/realtek/rtw88/tx.c       |    11 +-
 drivers/net/wireless/realtek/rtw88/tx.h       |     6 +-
 12 files changed, 24638 insertions(+), 8391 deletions(-)

-- 
2.21.0


             reply	other threads:[~2021-02-09  7:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-09  7:07 Ping-Ke Shih [this message]
2021-02-09  7:07 ` [PATCH v5 1/8] rtw88: add dynamic rrsr configuration Ping-Ke Shih
2021-02-12  7:52   ` Kalle Valo
2021-02-09  7:07 ` [PATCH v5 2/8] rtw88: add rts condition Ping-Ke Shih
2021-02-09  7:07 ` [PATCH v5 3/8] rtw88: add napi support Ping-Ke Shih
2021-02-12  3:44   ` Brian Norris
2021-02-09  7:07 ` [PATCH v5 4/8] rtw88: replace tx tasklet with work queue Ping-Ke Shih
2021-02-09  7:07 ` [PATCH v5 5/8] rtw88: 8822c: update MAC/BB parameter tables to v60 Ping-Ke Shih
2021-02-09  7:07 ` [PATCH v5 6/8] rtw88: 8822c: update RF_A " Ping-Ke Shih
2021-02-09  7:07 ` [PATCH v5 7/8] rtw88: 8822c: update RF_B (1/2) " Ping-Ke Shih
2021-02-09  7:07 ` [PATCH v5 8/8] rtw88: 8822c: update RF_B (2/2) " Ping-Ke Shih

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=20210209070755.23019-1-pkshih@realtek.com \
    --to=pkshih@realtek.com \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=phhuang@realtek.com \
    --cc=tony0620emma@gmail.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).