ATH11K Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ath11k: improve TX path
@ 2019-11-20 20:29 John Crispin
  2019-11-20 20:29 ` [PATCH 1/3] ath11k: move some tx_status parsing to debugfs code John Crispin
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: John Crispin @ 2019-11-20 20:29 UTC (permalink / raw)
  To: Kalle Valo; +Cc: ath11k, John Crispin

This series improves the TX path. The following numbers
are peak performance measured.

prior to series
[SUM]  30.00-31.00  sec   104 MBytes   874 Mbits/sec
series applied
[SUM]  35.00-36.00  sec   124 MBytes  1.04 Gbits/sec
series applied + tx encap
[SUM]  77.00-78.00  sec   167 MBytes  1.40 Gbits/sec

John Crispin (3):
  ath11k: move some tx_status parsing to debugfs code
  ath11k: optimise ath11k_dp_tx_completion_handler
  ath11k: optimize ath11k_hal_tx_status_parse

 drivers/net/wireless/ath/ath11k/debugfs_sta.c | 66 +++++++++-------
 drivers/net/wireless/ath/ath11k/dp.c          | 16 ++--
 drivers/net/wireless/ath/ath11k/dp.h          | 11 ++-
 drivers/net/wireless/ath/ath11k/dp_tx.c       | 79 ++++++++++++-------
 drivers/net/wireless/ath/ath11k/hal_tx.c      | 73 -----------------
 drivers/net/wireless/ath/ath11k/hal_tx.h      | 13 +--
 6 files changed, 101 insertions(+), 157 deletions(-)

-- 
2.20.1


_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-11-29  8:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-20 20:29 [PATCH 0/3] ath11k: improve TX path John Crispin
2019-11-20 20:29 ` [PATCH 1/3] ath11k: move some tx_status parsing to debugfs code John Crispin
2019-11-29  8:32   ` Kalle Valo
2019-11-20 20:29 ` [PATCH 2/3] ath11k: optimise ath11k_dp_tx_completion_handler John Crispin
2019-11-20 20:29 ` [PATCH 3/3] ath11k: optimize ath11k_hal_tx_status_parse John Crispin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox