On 8/30/2024 1:19 AM, Nicolas Escande wrote: > Those two fields are used to store the per SPT page of tx/rx descriptors send to s/send/sent/ > the firmware for cookie conversion. Right now they are in struct ath12k_spt_info > which means they are duplicated PPT page times while we only need one instance > of them. This works for now as we always use the first spt_info as a global > storage for all PPT pages. > > Let's move them into struct ath12k_dp where they belong, alongside of the > spt_info array they are tied to, to avoid waisting a good bit of memory. s/waisting/wasting/ > > Tested-on: QCN9274 hw2.0 PCI CI_WLAN.WBE.1.3-03283.1-QCAHKSWPL_SILICONZ-2 You can add... Tested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3 > > Signed-off-by: Nicolas Escande <nico.escande@xxxxxxxxx> Acked-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx> No need to resend, Kalle can make these edits in the pending branch