From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vipin Varghese Subject: [PATCH] doc: update the usage for shared library Date: Mon, 5 Feb 2018 19:47:10 +0530 Message-ID: <1517840230-8982-1-git-send-email-vipin.varghese@intel.com> Cc: john.mcnamara@intel.com, Vipin Varghese To: dev@dpdk.org, marko.kovacevic@intel.com Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 83F501B36A for ; Mon, 5 Feb 2018 15:17:05 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Add note information to intimate about use of option '-d' for shared library in DPDK application. Signed-off-by: Vipin Varghese --- doc/guides/nics/build_and_test.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/guides/nics/build_and_test.rst b/doc/guides/nics/build_and_test.rst index 62ac52c..9a96343 100644 --- a/doc/guides/nics/build_and_test.rst +++ b/doc/guides/nics/build_and_test.rst @@ -151,3 +151,8 @@ 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 dpdk-testpmd is built with shared library, use option ``-d`` to + load the dynamic PMD for ``rte_eal_init``. -- 1.9.1