public inbox for ath12k@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] ath12k: Refactor Rxdma replenish arguments
@ 2023-11-11  4:39 Karthikeyan Periyasamy
  2023-11-11  4:39 ` [PATCH v2 1/4] wifi: ath12k: avoid explicit mac id argument in Rxdma replenish Karthikeyan Periyasamy
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Karthikeyan Periyasamy @ 2023-11-11  4:39 UTC (permalink / raw)
  To: ath12k; +Cc: linux-wireless, Karthikeyan Periyasamy

Avoid the explicit arguments of Rxdma replenish to optimize the per packet
rx data path CPU cycles. Also refactor the Rxdma ring structure.

Karthikeyan Periyasamy (4):
  wifi: ath12k: avoid explicit mac id argument in Rxdma replenish
  wifi: ath12k: avoid explicit RBM id argument in Rxdma replenish
  wifi: ath12k: avoid explicit HW conversion argument in Rxdma replenish
  wifi: ath12k: refactor DP Rxdma ring structure

v2:
  - Changed the copyright year

 drivers/net/wireless/ath/ath12k/dp.c     |   6 +-
 drivers/net/wireless/ath/ath12k/dp.h     |  13 +-
 drivers/net/wireless/ath/ath12k/dp_mon.c |  12 +-
 drivers/net/wireless/ath/ath12k/dp_mon.h |   4 +-
 drivers/net/wireless/ath/ath12k/dp_rx.c  | 145 ++++++++++-------------
 drivers/net/wireless/ath/ath12k/dp_rx.h  |   8 +-
 6 files changed, 82 insertions(+), 106 deletions(-)


base-commit: 553d0057523dc1d6935160613f1fbf9bb8db88f6
-- 
2.17.1


-- 
ath12k mailing list
ath12k@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/ath12k

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

end of thread, other threads:[~2023-11-29 11:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-11  4:39 [PATCH v2 0/4] ath12k: Refactor Rxdma replenish arguments Karthikeyan Periyasamy
2023-11-11  4:39 ` [PATCH v2 1/4] wifi: ath12k: avoid explicit mac id argument in Rxdma replenish Karthikeyan Periyasamy
2023-11-13 15:21   ` Jeff Johnson
2023-11-29 11:27   ` Kalle Valo
2023-11-11  4:39 ` [PATCH v2 2/4] wifi: ath12k: avoid explicit RBM " Karthikeyan Periyasamy
2023-11-13 15:22   ` Jeff Johnson
2023-11-11  4:39 ` [PATCH v2 3/4] wifi: ath12k: avoid explicit HW conversion " Karthikeyan Periyasamy
2023-11-13 15:23   ` Jeff Johnson
2023-11-11  4:39 ` [PATCH v2 4/4] wifi: ath12k: refactor DP Rxdma ring structure Karthikeyan Periyasamy
2023-11-13 15:23   ` Jeff Johnson

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