mbox series

[0/4] ath12k: Refactor Rxdma replenish arguments

Message ID 20231110081317.19608-1-quic_periyasa@quicinc.com (mailing list archive)
Headers show
Series ath12k: Refactor Rxdma replenish arguments | expand

Message

Karthikeyan Periyasamy Nov. 10, 2023, 8:13 a.m. UTC
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

 drivers/net/wireless/ath/ath12k/dp.c     |   4 +-
 drivers/net/wireless/ath/ath12k/dp.h     |  11 +-
 drivers/net/wireless/ath/ath12k/dp_mon.c |  10 +-
 drivers/net/wireless/ath/ath12k/dp_mon.h |   2 +-
 drivers/net/wireless/ath/ath12k/dp_rx.c  | 143 ++++++++++-------------
 drivers/net/wireless/ath/ath12k/dp_rx.h  |   6 +-
 6 files changed, 76 insertions(+), 100 deletions(-)


base-commit: 553d0057523dc1d6935160613f1fbf9bb8db88f6

Comments

Jeff Johnson Nov. 10, 2023, 6:53 p.m. UTC | #1
On 11/10/2023 12:13 AM, Karthikeyan Periyasamy wrote:
> 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
> 
>   drivers/net/wireless/ath/ath12k/dp.c     |   4 +-
>   drivers/net/wireless/ath/ath12k/dp.h     |  11 +-
>   drivers/net/wireless/ath/ath12k/dp_mon.c |  10 +-
>   drivers/net/wireless/ath/ath12k/dp_mon.h |   2 +-
>   drivers/net/wireless/ath/ath12k/dp_rx.c  | 143 ++++++++++-------------
>   drivers/net/wireless/ath/ath12k/dp_rx.h  |   6 +-
>   6 files changed, 76 insertions(+), 100 deletions(-)

Can you respin and update the QuIC copyright to 2023?