[PATCH] doc: clarify mempool striding optimisation on Arm
Thomas Monjalon
thomas at monjalon.net
Mon Jul 29 21:46:30 CEST 2024
15/07/2024 16:44, Jack Bond-Preston:
> The mempool memory channel striding optimisation is not necessary on
> Arm platforms.
> Update the Programmer's Guide's mempool section to clarify this.
>
> Signed-off-by: Jack Bond-Preston <jack.bond-preston at foss.arm.com>
> Reviewed-by: Wathsala Vithanage <wathsala.vithanage at arm.com>
> ---
> +.. note::
> +
> + This feature is not present for Arm systems. Modern Arm Interconnects choose the SN-F (memory
> + channel) using a hash of memory address bits. As a result, the load is distributed evenly in all
> + cases, including the above described, rendering this feature unnecessary.
Applied with indentation changes, thanks.
More information about the dev
mailing list