DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: fix wrong config option
@ 2020-05-12 19:48 Matteo Croce
  2020-05-13 13:01 ` David Marchand
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Matteo Croce @ 2020-05-12 19:48 UTC (permalink / raw)
  To: dpdk-dev; +Cc: Andrzej Ostruszka

The documentation says that CONFIG_ENABLE_LTO enables LTO during the
build, but the correct value actually is CONFIG_RTE_ENABLE_LTO

Fixes: 098cc0fea3be ("build: add option to enable LTO")
Signed-off-by: Matteo Croce <mcroce@redhat.com>
---
 doc/guides/prog_guide/lto.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/prog_guide/lto.rst b/doc/guides/prog_guide/lto.rst
index 43f4c6337..277a6f109 100644
--- a/doc/guides/prog_guide/lto.rst
+++ b/doc/guides/prog_guide/lto.rst
@@ -31,7 +31,7 @@ the whole DPDK by setting:
 
 .. code-block:: console
 
-    CONFIG_ENABLE_LTO=y
+    CONFIG_RTE_ENABLE_LTO=y
 
 in config file.
 
-- 
2.26.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: fix wrong config option
  2020-05-12 19:48 [dpdk-dev] [PATCH] doc: fix wrong config option Matteo Croce
@ 2020-05-13 13:01 ` David Marchand
  2020-05-13 13:17 ` Andrzej Ostruszka [C]
  2020-05-18 15:52 ` David Marchand
  2 siblings, 0 replies; 4+ messages in thread
From: David Marchand @ 2020-05-13 13:01 UTC (permalink / raw)
  To: Matteo Croce; +Cc: dpdk-dev, Andrzej Ostruszka

On Tue, May 12, 2020 at 9:49 PM Matteo Croce <mcroce@redhat.com> wrote:
>
> The documentation says that CONFIG_ENABLE_LTO enables LTO during the
> build, but the correct value actually is CONFIG_RTE_ENABLE_LTO
>
> Fixes: 098cc0fea3be ("build: add option to enable LTO")

Cc: stable@dpdk.org

> Signed-off-by: Matteo Croce <mcroce@redhat.com>
> ---
>  doc/guides/prog_guide/lto.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/guides/prog_guide/lto.rst b/doc/guides/prog_guide/lto.rst
> index 43f4c6337..277a6f109 100644
> --- a/doc/guides/prog_guide/lto.rst
> +++ b/doc/guides/prog_guide/lto.rst
> @@ -31,7 +31,7 @@ the whole DPDK by setting:
>
>  .. code-block:: console
>
> -    CONFIG_ENABLE_LTO=y
> +    CONFIG_RTE_ENABLE_LTO=y
>
>  in config file.
>

Reviewed-by: David Marchand <david.marchand@redhat.com>

-- 
David Marchand


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: fix wrong config option
  2020-05-12 19:48 [dpdk-dev] [PATCH] doc: fix wrong config option Matteo Croce
  2020-05-13 13:01 ` David Marchand
@ 2020-05-13 13:17 ` Andrzej Ostruszka [C]
  2020-05-18 15:52 ` David Marchand
  2 siblings, 0 replies; 4+ messages in thread
From: Andrzej Ostruszka [C] @ 2020-05-13 13:17 UTC (permalink / raw)
  To: Matteo Croce, dpdk-dev

On 12/05/2020 21:48, Matteo Croce wrote:
> External Email
> 
> ----------------------------------------------------------------------
> The documentation says that CONFIG_ENABLE_LTO enables LTO during the
> build, but the correct value actually is CONFIG_RTE_ENABLE_LTO
> 
> Fixes: 098cc0fea3be ("build: add option to enable LTO")
> Signed-off-by: Matteo Croce <mcroce@redhat.com>
> ---
>   doc/guides/prog_guide/lto.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/guides/prog_guide/lto.rst b/doc/guides/prog_guide/lto.rst
> index 43f4c6337..277a6f109 100644
> --- a/doc/guides/prog_guide/lto.rst
> +++ b/doc/guides/prog_guide/lto.rst
> @@ -31,7 +31,7 @@ the whole DPDK by setting:
>   
>   .. code-block:: console
>   
> -    CONFIG_ENABLE_LTO=y
> +    CONFIG_RTE_ENABLE_LTO=y
>   
>   in config file.

Thank you Matteo.

Acked-by: Andrzej Ostruszka <aostruszka@marvell.com>

With regards
Andrzej Ostruszka

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: fix wrong config option
  2020-05-12 19:48 [dpdk-dev] [PATCH] doc: fix wrong config option Matteo Croce
  2020-05-13 13:01 ` David Marchand
  2020-05-13 13:17 ` Andrzej Ostruszka [C]
@ 2020-05-18 15:52 ` David Marchand
  2 siblings, 0 replies; 4+ messages in thread
From: David Marchand @ 2020-05-18 15:52 UTC (permalink / raw)
  To: Matteo Croce; +Cc: dpdk-dev, Andrzej Ostruszka

On Tue, May 12, 2020 at 9:49 PM Matteo Croce <mcroce@redhat.com> wrote:
>
> The documentation says that CONFIG_ENABLE_LTO enables LTO during the
> build, but the correct value actually is CONFIG_RTE_ENABLE_LTO
>
> Fixes: 098cc0fea3be ("build: add option to enable LTO")
Cc: stable@dpdk.org

> Signed-off-by: Matteo Croce <mcroce@redhat.com>

Reviewed-by: David Marchand <david.marchand@redhat.com>
Acked-by: Andrzej Ostruszka <aostruszka@marvell.com>


Applied, thanks.

-- 
David Marchand


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-18 15:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-12 19:48 [dpdk-dev] [PATCH] doc: fix wrong config option Matteo Croce
2020-05-13 13:01 ` David Marchand
2020-05-13 13:17 ` Andrzej Ostruszka [C]
2020-05-18 15:52 ` David Marchand

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).