DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc: clarify mempool striding optimisation on Arm
@ 2024-07-15 14:44 Jack Bond-Preston
  2024-07-17  2:25 ` Stephen Hemminger
  2024-07-29 19:46 ` Thomas Monjalon
  0 siblings, 2 replies; 4+ messages in thread
From: Jack Bond-Preston @ 2024-07-15 14:44 UTC (permalink / raw)
  To: Andrew Rybchenko, Morten Brørup; +Cc: dev, Wathsala Vithanage

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@foss.arm.com>
Reviewed-by: Wathsala Vithanage <wathsala.vithanage@arm.com>
---
 doc/guides/prog_guide/mempool_lib.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/guides/prog_guide/mempool_lib.rst b/doc/guides/prog_guide/mempool_lib.rst
index 4db577fe18..988b0e80c1 100644
--- a/doc/guides/prog_guide/mempool_lib.rst
+++ b/doc/guides/prog_guide/mempool_lib.rst
@@ -77,6 +77,12 @@ When creating a new pool, the user can specify to use this feature or not.
 
 .. _mempool_local_cache:
 
+.. 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.
+
 Local Cache
 -----------
 
-- 
2.34.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-07-29 19:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-15 14:44 [PATCH] doc: clarify mempool striding optimisation on Arm Jack Bond-Preston
2024-07-17  2:25 ` Stephen Hemminger
2024-07-17 10:40   ` Bruce Richardson
2024-07-29 19:46 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).