All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ath10k: tx performance patches
@ 2013-09-18 12:43 ` Michal Kazior
  0 siblings, 0 replies; 14+ messages in thread
From: Michal Kazior @ 2013-09-18 12:43 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless, Michal Kazior

Hi,

This patchset reduces CPU load and improves
improves TX performance on AP135 by additional
30mbps (give or take; 560mbps -> 590mbps), at
least on my testbed.


Michal Kazior (5):
  ath10k: use num_pending_tx instead of msdu id bitmap
  ath10k: avoid needless memset on TX path
  ath10k: decouple HTT TX completions
  ath10k: cleanup HTT TX functions
  ath10k: use msdu headroom to store txfrag

 drivers/net/wireless/ath/ath10k/core.h   |   12 +-
 drivers/net/wireless/ath/ath10k/htc.c    |    2 +-
 drivers/net/wireless/ath/ath10k/htt_rx.c |    4 +-
 drivers/net/wireless/ath/ath10k/htt_tx.c |  249 ++++++++++++------------------
 drivers/net/wireless/ath/ath10k/mac.c    |    9 +-
 drivers/net/wireless/ath/ath10k/txrx.c   |   65 +++-----
 drivers/net/wireless/ath/ath10k/txrx.h   |    5 +-
 7 files changed, 131 insertions(+), 215 deletions(-)

-- 
1.7.9.5


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

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

end of thread, other threads:[~2013-09-20  5:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-18 12:43 [PATCH 0/5] ath10k: tx performance patches Michal Kazior
2013-09-18 12:43 ` Michal Kazior
2013-09-18 12:43 ` [PATCH 1/5] ath10k: use num_pending_tx instead of msdu id bitmap Michal Kazior
2013-09-18 12:43   ` Michal Kazior
2013-09-18 12:43 ` [PATCH 2/5] ath10k: avoid needless memset on TX path Michal Kazior
2013-09-18 12:43   ` Michal Kazior
2013-09-18 12:43 ` [PATCH 3/5] ath10k: decouple HTT TX completions Michal Kazior
2013-09-18 12:43   ` Michal Kazior
2013-09-18 12:43 ` [PATCH 4/5] ath10k: cleanup HTT TX functions Michal Kazior
2013-09-18 12:43   ` Michal Kazior
2013-09-18 12:43 ` [PATCH 5/5] ath10k: use msdu headroom to store txfrag Michal Kazior
2013-09-18 12:43   ` Michal Kazior
2013-09-20  5:18 ` [PATCH 0/5] ath10k: tx performance patches Kalle Valo
2013-09-20  5:18   ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.