From: Vipin Varghese Date: Thu, 8 Feb 2018 18:19:59 +0000 (+0530) Subject: doc: add note for shared library in NICs guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=16126326b3e706c714d3f45492736a3c0acd2373;p=dpdk.git 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 Acked-by: John McNamara --- diff --git a/doc/guides/nics/build_and_test.rst b/doc/guides/nics/build_and_test.rst index 62ac52cf84..d9a78eef0d 100644 --- a/doc/guides/nics/build_and_test.rst +++ b/doc/guides/nics/build_and_test.rst @@ -151,3 +151,7 @@ This section demonstrates how to setup and run ``testpmd`` in Linux. Refer to the :ref:`testpmd runtime functions ` 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``.