doc: add mlx5 note for Bluefield build configuration
authorYongseok Koh <yskoh@mellanox.com>
Wed, 30 Jan 2019 07:53:19 +0000 (23:53 -0800)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 31 Jan 2019 17:41:07 +0000 (18:41 +0100)
Fixes: d14e4e976f65 ("config: add Mellanox BlueField armv8 SoC")
Cc: stable@dpdk.org
Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
Acked-by: Shahaf Shuler <shahafs@mellanox.com>
doc/guides/nics/mlx5.rst

index 3f168b1..62de860 100644 (file)
@@ -221,6 +221,13 @@ These options can be modified in the ``.config`` file.
   adds additional run-time checks and debugging messages at the cost of
   lower performance.
 
+.. note::
+
+   For Bluefield, target should be set to ``arm64-bluefield-linuxapp-gcc``. This
+   will enable ``CONFIG_RTE_LIBRTE_MLX5_PMD`` and set ``RTE_CACHE_LINE_SIZE`` to
+   64. Default armv8a configuration of make build and meson build set it to 128
+   then brings performance degradation.
+
 Environment variables
 ~~~~~~~~~~~~~~~~~~~~~