* [dpdk-dev] [PATCH] doc: update the usage for shared library
@ 2018-02-05 14:17 Vipin Varghese
2018-02-06 12:17 ` Mcnamara, John
2018-02-06 14:09 ` [dpdk-dev] [PATCH v2] " Vipin Varghese
0 siblings, 2 replies; 7+ messages in thread
From: Vipin Varghese @ 2018-02-05 14:17 UTC (permalink / raw)
To: dev, marko.kovacevic; +Cc: john.mcnamara, Vipin Varghese
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>
---
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 <testpmd_runtime>` 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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: update the usage for shared library
2018-02-05 14:17 [dpdk-dev] [PATCH] doc: update the usage for shared library Vipin Varghese
@ 2018-02-06 12:17 ` Mcnamara, John
2018-02-06 14:09 ` [dpdk-dev] [PATCH v2] " Vipin Varghese
1 sibling, 0 replies; 7+ messages in thread
From: Mcnamara, John @ 2018-02-06 12:17 UTC (permalink / raw)
To: Varghese, Vipin, dev, Kovacevic, Marko
> -----Original Message-----
> From: Varghese, Vipin
> Sent: Monday, February 5, 2018 2:17 PM
> To: dev@dpdk.org; Kovacevic, Marko <marko.kovacevic@intel.com>
> Cc: Mcnamara, John <john.mcnamara@intel.com>; Varghese, Vipin
> <vipin.varghese@intel.com>
> Subject: [PATCH] doc: update the usage for shared library
>
> Add note information to intimate about use of option '-d' for shared
> ...
> +
> + .. note::
> +
> + When dpdk-testpmd is built with shared library, use option ``-d`` to
> + load the dynamic PMD for ``rte_eal_init``.
I think the text of the note needs to be indented at least 3 spaces.
Also, the app name is testpmd, not dpdk-testpmd, right? That is what is in
the previous section of the doc.
Also, quote the application name like this: ``testpmd``.
John
^ permalink raw reply [flat|nested] 7+ messages in thread
* [dpdk-dev] [PATCH v2] doc: update the usage for shared library
2018-02-05 14:17 [dpdk-dev] [PATCH] doc: update the usage for shared library Vipin Varghese
2018-02-06 12:17 ` Mcnamara, John
@ 2018-02-06 14:09 ` Vipin Varghese
2018-02-06 15:31 ` Mcnamara, John
2018-02-08 18:19 ` [dpdk-dev] [PATCH v3] " Vipin Varghese
1 sibling, 2 replies; 7+ messages in thread
From: Vipin Varghese @ 2018-02-06 14:09 UTC (permalink / raw)
To: dev, john.mcnamara; +Cc: stable, marko.kovacevic, Vipin Varghese
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>
---
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 <testpmd_runtime>` 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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH v2] doc: update the usage for shared library
2018-02-06 14:09 ` [dpdk-dev] [PATCH v2] " Vipin Varghese
@ 2018-02-06 15:31 ` Mcnamara, John
2018-02-08 18:19 ` [dpdk-dev] [PATCH v3] " Vipin Varghese
1 sibling, 0 replies; 7+ messages in thread
From: Mcnamara, John @ 2018-02-06 15:31 UTC (permalink / raw)
To: Varghese, Vipin, dev; +Cc: stable, Kovacevic, Marko
> -----Original Message-----
> From: Varghese, Vipin
> Sent: Tuesday, February 6, 2018 2:09 PM
> To: dev@dpdk.org; Mcnamara, John <john.mcnamara@intel.com>
> Cc: stable@dpdk.org; Kovacevic, Marko <marko.kovacevic@intel.com>;
> Varghese, Vipin <vipin.varghese@intel.com>
> Subject: [PATCH v2] doc: update the usage for shared library
>
> 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>
> ---
>
> V2 Changes:
> - updated the space - John
> - updated testpmd to dpdk-testpmd - John
Hi,
It should be the other way around. dpdk-testpmd should be changed to
testpmd:
> +
> + When ``dpdk-testpmd`` is built with shared library, use option ``-
> d`` to
> + load the dynamic PMD for ``rte_eal_init``.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [dpdk-dev] [PATCH v3] doc: update the usage for shared library
2018-02-06 14:09 ` [dpdk-dev] [PATCH v2] " Vipin Varghese
2018-02-06 15:31 ` Mcnamara, John
@ 2018-02-08 18:19 ` Vipin Varghese
2018-02-09 9:19 ` Mcnamara, John
1 sibling, 1 reply; 7+ messages in thread
From: Vipin Varghese @ 2018-02-08 18:19 UTC (permalink / raw)
To: dev, john.mcnamara; +Cc: marko.kovacevic, Vipin Varghese
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>
---
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 <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``.
--
1.9.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH v3] doc: update the usage for shared library
2018-02-08 18:19 ` [dpdk-dev] [PATCH v3] " Vipin Varghese
@ 2018-02-09 9:19 ` Mcnamara, John
2018-02-13 23:05 ` Thomas Monjalon
0 siblings, 1 reply; 7+ messages in thread
From: Mcnamara, John @ 2018-02-09 9:19 UTC (permalink / raw)
To: Varghese, Vipin, dev; +Cc: Kovacevic, Marko
> -----Original Message-----
> From: Varghese, Vipin
> Sent: Thursday, February 8, 2018 6:20 PM
> To: dev@dpdk.org; Mcnamara, John <john.mcnamara@intel.com>
> Cc: Kovacevic, Marko <marko.kovacevic@intel.com>; Varghese, Vipin
> <vipin.varghese@intel.com>
> Subject: [PATCH v3] doc: update the usage for shared library
>
> Add note information to intimate about use of option '-d' for shared
> library in DPDK application.
>
Acked-by: John McNamara <john.mcnamara@intel.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH v3] doc: update the usage for shared library
2018-02-09 9:19 ` Mcnamara, John
@ 2018-02-13 23:05 ` Thomas Monjalon
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Monjalon @ 2018-02-13 23:05 UTC (permalink / raw)
To: Varghese, Vipin; +Cc: dev, Mcnamara, John, Kovacevic, Marko
> > Add note information to intimate about use of option '-d' for shared
> > library in DPDK application.
> >
>
> Acked-by: John McNamara <john.mcnamara@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2018-02-13 23:06 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-05 14:17 [dpdk-dev] [PATCH] doc: update the usage for shared library Vipin Varghese
2018-02-06 12:17 ` Mcnamara, John
2018-02-06 14:09 ` [dpdk-dev] [PATCH v2] " Vipin Varghese
2018-02-06 15:31 ` Mcnamara, John
2018-02-08 18:19 ` [dpdk-dev] [PATCH v3] " Vipin Varghese
2018-02-09 9:19 ` Mcnamara, John
2018-02-13 23:05 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).