All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] mwifiex: CPU mips optimization patch series
@ 2011-05-17  2:17 Bing Zhao
  2011-05-17  2:17 ` [PATCH 1/5] mwifiex: reduce CPU usage by tracking tx_pkts_queued Bing Zhao
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Bing Zhao @ 2011-05-17  2:17 UTC (permalink / raw)
  To: linux-wireless
  Cc: John W. Linville, Johannes Berg, Amitkumar Karwar, Kiran Divekar,
	Yogesh Powar, Marc Yang, Frank Huang, Bing Zhao

This patch series optimizes CPU utilization

Marc Yang (5):
  mwifiex: reduce CPU usage by tracking tx_pkts_queued
  mwifiex: reduce CPU usage by tracking highest_queued_prio
  mwifiex: check mwifiex_wmm_lists_empty() before dequeue
  mwifiex: CPU mips optimization with NO_PKT_PRIO_TID
  mwifiex: adjust high/low water marks for tx_pending queue

 drivers/net/wireless/mwifiex/11n_aggr.c |    4 ++
 drivers/net/wireless/mwifiex/main.h     |    9 ++++-
 drivers/net/wireless/mwifiex/txrx.c     |    4 ++-
 drivers/net/wireless/mwifiex/wmm.c      |   59 ++++++++++++++++++++++++-------
 4 files changed, 60 insertions(+), 16 deletions(-)


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

end of thread, other threads:[~2011-05-17  2:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-17  2:17 [PATCH 0/5] mwifiex: CPU mips optimization patch series Bing Zhao
2011-05-17  2:17 ` [PATCH 1/5] mwifiex: reduce CPU usage by tracking tx_pkts_queued Bing Zhao
2011-05-17  2:17 ` [PATCH 2/5] mwifiex: reduce CPU usage by tracking highest_queued_prio Bing Zhao
2011-05-17  2:17 ` [PATCH 3/5] mwifiex: check mwifiex_wmm_lists_empty() before dequeue Bing Zhao
2011-05-17  2:17 ` [PATCH 4/5] mwifiex: CPU mips optimization with NO_PKT_PRIO_TID Bing Zhao
2011-05-17  2:17 ` [PATCH 5/5] mwifiex: adjust high/low water marks for tx_pending queue Bing Zhao

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.