doc: add note for shared library in NICs guide

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>
This commit is contained in:
Vipin Varghese 2018-02-08 23:49:59 +05:30 committed by Thomas Monjalon
parent 0cdc9c9694
commit 16126326b3

View 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``.