git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cdc9c9
)
doc: add note for shared library in NICs guide
author
Vipin Varghese
<vipin.varghese@intel.com>
Thu, 8 Feb 2018 18:19:59 +0000
(23:49 +0530)
committer
Thomas Monjalon
<thomas@monjalon.net>
Tue, 13 Feb 2018 22:59:00 +0000
(23:59 +0100)
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>
doc/guides/nics/build_and_test.rst
patch
|
blob
|
history
diff --git
a/doc/guides/nics/build_and_test.rst
b/doc/guides/nics/build_and_test.rst
index
62ac52c
..
d9a78ee
100644
(file)
--- 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 <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``.