From patchwork Thu Feb 8 18:19:59 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Varghese, Vipin" X-Patchwork-Id: 35077 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 945EA1B843; Thu, 8 Feb 2018 19:19:59 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 4963C1B842 for ; Thu, 8 Feb 2018 19:19:58 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Feb 2018 10:19:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,480,1511856000"; d="scan'208";a="16269276" Received: from unknown (HELO localhost.localdomain) ([10.224.122.203]) by orsmga007.jf.intel.com with ESMTP; 08 Feb 2018 10:19:42 -0800 From: Vipin Varghese To: dev@dpdk.org, john.mcnamara@intel.com Cc: marko.kovacevic@intel.com, Vipin Varghese Date: Thu, 8 Feb 2018 23:49:59 +0530 Message-Id: <1518113999-23539-1-git-send-email-vipin.varghese@intel.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1517926143-16585-1-git-send-email-vipin.varghese@intel.com> References: <1517926143-16585-1-git-send-email-vipin.varghese@intel.com> Subject: [dpdk-dev] [PATCH v3] 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: , 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 Acked-by: John McNamara --- V3 Changes: - updated from 'dpdk-testpmd' to 'testpmd' - John V2 Changes: - updated the space - John - updated testpmd to dpdk-testpmd - John --- doc/guides/nics/build_and_test.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/nics/build_and_test.rst b/doc/guides/nics/build_and_test.rst index 62ac52c..d9a78ee 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``.