From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 391A51B6E1; Tue, 6 Feb 2018 15:08:59 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Feb 2018 06:08:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,468,1511856000"; d="scan'208";a="15807458" Received: from unknown (HELO localhost.localdomain) ([10.224.122.203]) by fmsmga008.fm.intel.com with ESMTP; 06 Feb 2018 06:08:56 -0800 From: Vipin Varghese To: dev@dpdk.org, john.mcnamara@intel.com Cc: stable@dpdk.org, marko.kovacevic@intel.com, Vipin Varghese Date: Tue, 6 Feb 2018 19:39:03 +0530 Message-Id: <1517926143-16585-1-git-send-email-vipin.varghese@intel.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1517840230-8982-1-git-send-email-vipin.varghese@intel.com> References: <1517840230-8982-1-git-send-email-vipin.varghese@intel.com> Subject: [dpdk-dev] [PATCH v2] doc: update the usage for shared library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2018 14:08:59 -0000 Add note information to intimate about use of option '-d' for shared library in DPDK application. Signed-off-by: Vipin Varghese --- V2 Changes: - updated the space - John - updated testpmd to dpdk-testpmd - John --- 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..9c4e7b2 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