doc: add note for shared library in NICs guide
authorVipin Varghese <vipin.varghese@intel.com>
Thu, 8 Feb 2018 18:19:59 +0000 (23:49 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 13 Feb 2018 22:59:00 +0000 (23:59 +0100)
Add note information to intimate about use of option '-d' for shared
library in DPDK application.

Signed-off-by: Vipin Varghese <vipin.varghese@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/nics/build_and_test.rst

index 62ac52c..d9a78ee 100644 (file)
@@ -151,3 +151,7 @@ This section demonstrates how to setup and run ``testpmd`` in Linux.
 
    Refer to the :ref:`testpmd runtime functions <testpmd_runtime>` for a list
    of available commands.
+
+   .. note::
+      When ``testpmd`` is built with shared library, use option ``-d`` to load
+      the dynamic PMD for ``rte_eal_init``.