[PATCH 1/2] wifi: ath12k: Refactor Rx descriptor CMEM configuration
Jeff Johnson
quic_jjohnson at quicinc.com
Thu May 16 06:06:59 PDT 2024
On 5/15/2024 5:08 PM, Karthikeyan Periyasamy wrote:
> Currently, data path Rx descriptor placed in the CMEM memory respective
> to the Rx offset. This Rx descriptor CMEM placement is not meeting the
> requirements to support inter device MLO. In inter device MLO, multiple
> devices participate in a group. The device specific Rx descriptor buffers
> transmit to multiple device REO rings. To distinguish between device
> specific Rx descriptor buffers, the CMEM setup configuration need to
> choose a different placement based on the unique identifier (device index).
>
> Below are the CMEM configuration placement representation:
>
> Intra-Device MLO scenario:
>
> Device 0 Device 1
>
> +-------------+ +-------------+
> | | | |
> | Tx | | Tx |
> | | | |
> +-------------+ +-------------+
> | | | |
> | Rx | | Rx |
> | | | |
> +-------------+ +-------------+
>
> Inter-Device MLO scenario:
>
> Device 0 Device 1
>
> +-------------+ +-------------+
> | | | |
> | Tx | | Tx |
> | | | |
> +-------------+ +-------------+
> | | | |
> | Rx | | Reserved |
> | Device 0 | | |
> | | | |
> +-------------+ +-------------+
> | | | Rx |
> | Reserved | | Device 1 |
> | | | |
> +-------------+ +-------------+
>
> Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.0.1-00029-QCAHKSWPL_SILICONZ-1
> Tested-on: WCN7850 HW2.0 PCI WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3
>
> Signed-off-by: Karthikeyan Periyasamy <quic_periyasa at quicinc.com>
Acked-by: Jeff Johnson <quic_jjohnson at quicinc.com>
More information about the ath12k
mailing list