* [PATCH] doc/bluefield: add comparison between BlueField versions
@ 2025-03-19 12:13 Raslan Darawsheh
0 siblings, 0 replies; only message in thread
From: Raslan Darawsheh @ 2025-03-19 12:13 UTC (permalink / raw)
To: thomas; +Cc: dev
Updated BlueField-3 documentation to include a detailed comparison
with BlueField-2 and added notes on compiler requirements.
Signed-off-by: Raslan Darawsheh <rasland@nvidia.com>
---
doc/guides/platform/bluefield.rst | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/doc/guides/platform/bluefield.rst b/doc/guides/platform/bluefield.rst
index 954686affc..e1f8e2e38f 100644
--- a/doc/guides/platform/bluefield.rst
+++ b/doc/guides/platform/bluefield.rst
@@ -22,6 +22,20 @@ Supported BlueField Platforms
- `BlueField-3 <https://docs.nvidia.com/networking/display/BlueField3DPU/Introduction>`_
+The following table highlights key differences between BlueField-2 and BlueField-3:
+
+.. table:: BlueField-2 vs BlueField-3 Comparison
+
+ =========================== =================== ===================
+ Feature BlueField-2 BlueField-3
+ =========================== =================== ===================
+ **Networking Speed** Up to 200 Gb/s Up to 400 Gb/s
+ **Processing Cores** 8 ARM Cortex-A72 16 ARM Cortex-A78
+ **Memory** 16GB DDR4 32 GB DDR5
+ **Integrated Networking** ConnectX-6 ConnectX-7
+ =========================== =================== ===================
+
+
Common Offload HW Drivers
-------------------------
@@ -54,6 +68,13 @@ Compile DPDK
DPDK can be compiled either natively on BlueField platforms or cross-compiled on
an x86 based platform.
+.. note::
+
+ Starting with DPDK 25.03, using the ``-mcpu=cortex-a78ae`` option is required for optimal performance on BlueField-3.
+ If your compiler does not support this option, you may need to use a newer GCC version or specify
+ ``-Dplatform=generic`` as a workaround for native compilation or use the
+ ``--cross-file config/arm/arm64_armv8_linux_gcc`` configuration file for cross-compilation.
+
Native Compilation
~~~~~~~~~~~~~~~~~~
--
2.39.5 (Apple Git-154)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-03-19 12:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-19 12:13 [PATCH] doc/bluefield: add comparison between BlueField versions Raslan Darawsheh
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).