Message ID | 20231110081317.19608-1-quic_periyasa@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | ath12k: Refactor Rxdma replenish arguments | expand |
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?