DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc/testpmd: update compile steps for bpf examples
@ 2019-05-07  8:41 Vipin Varghese
  2019-05-07  8:41 ` Vipin Varghese
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Vipin Varghese @ 2019-05-07  8:41 UTC (permalink / raw)
  To: dev, marko.kovacevic, john.mcnamara, wenzhuo.lu, jingjing.wu,
	bernard.iremonger
  Cc: sanjay.padubidri, Vipin Varghese

Add the missing arguments for compiling t2.c and t3.c BPF examples.

Signed-off-by: Vipin Varghese <vipin.varghese@intel.com>
---
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
index 89d494c5b..d9023ab02 100644
--- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
+++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
@@ -4657,6 +4657,10 @@ To load (not JITed) t1.o at TX queue 0, port 0::
 
    testpmd> bpf-load tx 0 0 - ./dpdk.org/examples/bpf/t1.o
 
+.. note::
+
+   In order to build t2.c and t3.c; pass DPDK target's include and library path as compiler options.
+
 bpf-unload
 ~~~~~~~~~~
 
-- 
2.17.1

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

* [dpdk-dev] [PATCH] doc/testpmd: update compile steps for bpf examples
  2019-05-07  8:41 [dpdk-dev] [PATCH] doc/testpmd: update compile steps for bpf examples Vipin Varghese
@ 2019-05-07  8:41 ` Vipin Varghese
  2019-05-07 15:07 ` Mcnamara, John
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 13+ messages in thread
From: Vipin Varghese @ 2019-05-07  8:41 UTC (permalink / raw)
  To: dev, marko.kovacevic, john.mcnamara, wenzhuo.lu, jingjing.wu,
	bernard.iremonger
  Cc: sanjay.padubidri, Vipin Varghese

Add the missing arguments for compiling t2.c and t3.c BPF examples.

Signed-off-by: Vipin Varghese <vipin.varghese@intel.com>
---
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
index 89d494c5b..d9023ab02 100644
--- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
+++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
@@ -4657,6 +4657,10 @@ To load (not JITed) t1.o at TX queue 0, port 0::
 
    testpmd> bpf-load tx 0 0 - ./dpdk.org/examples/bpf/t1.o
 
+.. note::
+
+   In order to build t2.c and t3.c; pass DPDK target's include and library path as compiler options.
+
 bpf-unload
 ~~~~~~~~~~
 
-- 
2.17.1


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

* Re: [dpdk-dev] [PATCH] doc/testpmd: update compile steps for bpf examples
  2019-05-07  8:41 [dpdk-dev] [PATCH] doc/testpmd: update compile steps for bpf examples Vipin Varghese
  2019-05-07  8:41 ` Vipin Varghese
@ 2019-05-07 15:07 ` Mcnamara, John
  2019-05-07 15:07   ` Mcnamara, John
  2019-05-09 22:31 ` Thomas Monjalon
  2019-05-23 13:47 ` [dpdk-dev] [PATCH v2] " Vipin Varghese
  3 siblings, 1 reply; 13+ messages in thread
From: Mcnamara, John @ 2019-05-07 15:07 UTC (permalink / raw)
  To: Varghese, Vipin, dev, Kovacevic, Marko, Lu, Wenzhuo, Wu,
	Jingjing, Iremonger, Bernard, Ananyev, Konstantin
  Cc: Padubidri, Sanjay A



> -----Original Message-----
> From: Varghese, Vipin
> Sent: Tuesday, May 7, 2019 9:41 AM
> To: dev@dpdk.org; Kovacevic, Marko <marko.kovacevic@intel.com>; Mcnamara,
> John <john.mcnamara@intel.com>; Lu, Wenzhuo <wenzhuo.lu@intel.com>; Wu,
> Jingjing <jingjing.wu@intel.com>; Iremonger, Bernard
> <bernard.iremonger@intel.com>
> Cc: Padubidri, Sanjay A <sanjay.padubidri@intel.com>; Varghese, Vipin
> <vipin.varghese@intel.com>
> Subject: [PATCH] doc/testpmd: update compile steps for bpf examples
> 
> Add the missing arguments for compiling t2.c and t3.c BPF examples.
> 

Acked from a doc point of view. Maintainers should check if the instructions are okay.


Acked-by: John McNamara <john.mcnamara@intel.com>

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

* Re: [dpdk-dev] [PATCH] doc/testpmd: update compile steps for bpf examples
  2019-05-07 15:07 ` Mcnamara, John
@ 2019-05-07 15:07   ` Mcnamara, John
  0 siblings, 0 replies; 13+ messages in thread
From: Mcnamara, John @ 2019-05-07 15:07 UTC (permalink / raw)
  To: Varghese, Vipin, dev, Kovacevic, Marko, Lu, Wenzhuo, Wu,
	Jingjing, Iremonger, Bernard, Ananyev, Konstantin
  Cc: Padubidri, Sanjay A



> -----Original Message-----
> From: Varghese, Vipin
> Sent: Tuesday, May 7, 2019 9:41 AM
> To: dev@dpdk.org; Kovacevic, Marko <marko.kovacevic@intel.com>; Mcnamara,
> John <john.mcnamara@intel.com>; Lu, Wenzhuo <wenzhuo.lu@intel.com>; Wu,
> Jingjing <jingjing.wu@intel.com>; Iremonger, Bernard
> <bernard.iremonger@intel.com>
> Cc: Padubidri, Sanjay A <sanjay.padubidri@intel.com>; Varghese, Vipin
> <vipin.varghese@intel.com>
> Subject: [PATCH] doc/testpmd: update compile steps for bpf examples
> 
> Add the missing arguments for compiling t2.c and t3.c BPF examples.
> 

Acked from a doc point of view. Maintainers should check if the instructions are okay.


Acked-by: John McNamara <john.mcnamara@intel.com>



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

* Re: [dpdk-dev] [PATCH] doc/testpmd: update compile steps for bpf examples
  2019-05-07  8:41 [dpdk-dev] [PATCH] doc/testpmd: update compile steps for bpf examples Vipin Varghese
  2019-05-07  8:41 ` Vipin Varghese
  2019-05-07 15:07 ` Mcnamara, John
@ 2019-05-09 22:31 ` Thomas Monjalon
  2019-05-09 22:31   ` Thomas Monjalon
  2019-05-10  1:41   ` Varghese, Vipin
  2019-05-23 13:47 ` [dpdk-dev] [PATCH v2] " Vipin Varghese
  3 siblings, 2 replies; 13+ messages in thread
From: Thomas Monjalon @ 2019-05-09 22:31 UTC (permalink / raw)
  To: Vipin Varghese
  Cc: dev, marko.kovacevic, john.mcnamara, wenzhuo.lu, jingjing.wu,
	bernard.iremonger, sanjay.padubidri, konstantin.ananyev

07/05/2019 10:41, Vipin Varghese:
> --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
> +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
> @@ -4657,6 +4657,10 @@ To load (not JITed) t1.o at TX queue 0, port 0::
>  
>     testpmd> bpf-load tx 0 0 - ./dpdk.org/examples/bpf/t1.o
>  
> +.. note::
> +
> +   In order to build t2.c and t3.c; pass DPDK target's include and library path as compiler options.

This note should be below the compilation command.
When adding more BPF examples, it will be easily outdated.
We could say "to build other examples, more arguments may be required".
About the compiler options, I suggest to name them: -I, -L?

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

* Re: [dpdk-dev] [PATCH] doc/testpmd: update compile steps for bpf examples
  2019-05-09 22:31 ` Thomas Monjalon
@ 2019-05-09 22:31   ` Thomas Monjalon
  2019-05-10  1:41   ` Varghese, Vipin
  1 sibling, 0 replies; 13+ messages in thread
From: Thomas Monjalon @ 2019-05-09 22:31 UTC (permalink / raw)
  To: Vipin Varghese
  Cc: dev, marko.kovacevic, john.mcnamara, wenzhuo.lu, jingjing.wu,
	bernard.iremonger, sanjay.padubidri, konstantin.ananyev

07/05/2019 10:41, Vipin Varghese:
> --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
> +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
> @@ -4657,6 +4657,10 @@ To load (not JITed) t1.o at TX queue 0, port 0::
>  
>     testpmd> bpf-load tx 0 0 - ./dpdk.org/examples/bpf/t1.o
>  
> +.. note::
> +
> +   In order to build t2.c and t3.c; pass DPDK target's include and library path as compiler options.

This note should be below the compilation command.
When adding more BPF examples, it will be easily outdated.
We could say "to build other examples, more arguments may be required".
About the compiler options, I suggest to name them: -I, -L?




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

* Re: [dpdk-dev] [PATCH] doc/testpmd: update compile steps for bpf examples
  2019-05-09 22:31 ` Thomas Monjalon
  2019-05-09 22:31   ` Thomas Monjalon
@ 2019-05-10  1:41   ` Varghese, Vipin
  2019-05-10  1:41     ` Varghese, Vipin
  1 sibling, 1 reply; 13+ messages in thread
From: Varghese, Vipin @ 2019-05-10  1:41 UTC (permalink / raw)
  To: Thomas Monjalon
  Cc: dev, Kovacevic, Marko, Mcnamara, John, Lu, Wenzhuo, Wu, Jingjing,
	Iremonger, Bernard, Padubidri, Sanjay A, Ananyev, Konstantin

snipped
> 
> 07/05/2019 10:41, Vipin Varghese:
> > --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
> > +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
> > @@ -4657,6 +4657,10 @@ To load (not JITed) t1.o at TX queue 0, port 0::
> >
> >     testpmd> bpf-load tx 0 0 - ./dpdk.org/examples/bpf/t1.o
> >
> > +.. note::
> > +
> > +   In order to build t2.c and t3.c; pass DPDK target's include and library path as
> compiler options.
> 
> This note should be below the compilation command.
I agree, I will make the change.

> When adding more BPF examples, it will be easily outdated.
Thanks, can we get some update on BPF examples. Reasoning, we are planning to add dpdk-example specific BPF code but not in test/bpf.

> We could say "to build other examples, more arguments may be required".
> About the compiler options, I suggest to name them: -I, -L?
Sure

> 
> 

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

* Re: [dpdk-dev] [PATCH] doc/testpmd: update compile steps for bpf examples
  2019-05-10  1:41   ` Varghese, Vipin
@ 2019-05-10  1:41     ` Varghese, Vipin
  0 siblings, 0 replies; 13+ messages in thread
From: Varghese, Vipin @ 2019-05-10  1:41 UTC (permalink / raw)
  To: Thomas Monjalon
  Cc: dev, Kovacevic, Marko, Mcnamara, John, Lu, Wenzhuo, Wu, Jingjing,
	Iremonger, Bernard, Padubidri, Sanjay A, Ananyev, Konstantin

snipped
> 
> 07/05/2019 10:41, Vipin Varghese:
> > --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
> > +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
> > @@ -4657,6 +4657,10 @@ To load (not JITed) t1.o at TX queue 0, port 0::
> >
> >     testpmd> bpf-load tx 0 0 - ./dpdk.org/examples/bpf/t1.o
> >
> > +.. note::
> > +
> > +   In order to build t2.c and t3.c; pass DPDK target's include and library path as
> compiler options.
> 
> This note should be below the compilation command.
I agree, I will make the change.

> When adding more BPF examples, it will be easily outdated.
Thanks, can we get some update on BPF examples. Reasoning, we are planning to add dpdk-example specific BPF code but not in test/bpf.

> We could say "to build other examples, more arguments may be required".
> About the compiler options, I suggest to name them: -I, -L?
Sure

> 
> 


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

* [dpdk-dev] [PATCH v2] doc/testpmd: update compile steps for bpf examples
  2019-05-07  8:41 [dpdk-dev] [PATCH] doc/testpmd: update compile steps for bpf examples Vipin Varghese
                   ` (2 preceding siblings ...)
  2019-05-09 22:31 ` Thomas Monjalon
@ 2019-05-23 13:47 ` Vipin Varghese
  2019-05-29 11:17   ` Thomas Monjalon
  2019-06-10  5:41   ` [dpdk-dev] [PATCH v3] " Vipin Varghese
  3 siblings, 2 replies; 13+ messages in thread
From: Vipin Varghese @ 2019-05-23 13:47 UTC (permalink / raw)
  To: dev, marko.kovacevic, john.mcnamara, thomas
  Cc: sanjay.padubidri, Vipin Varghese

Add note in the missing arguments for compiling BPF examples.

Signed-off-by: Vipin Varghese <vipin.varghese@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>

---

V2:
 - ACK for documentation - John McNamara
 - move to compile section - Thomas Monjalon
---
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
index cb83a3ce8..88a66b9a8 100644
--- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
+++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
@@ -4651,6 +4651,10 @@ For example:
    cd examples/bpf
    clang -O2 -target bpf -c t1.c
 
+.. note::
+
+   To built other BPF examples, the compiler requires additional command-line options.
+
 Then to load (and JIT compile) t1.o at RX queue 0, port 1:
 
 .. code-block:: console
-- 
2.17.1


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

* Re: [dpdk-dev] [PATCH v2] doc/testpmd: update compile steps for bpf examples
  2019-05-23 13:47 ` [dpdk-dev] [PATCH v2] " Vipin Varghese
@ 2019-05-29 11:17   ` Thomas Monjalon
  2019-05-30 15:40     ` Varghese, Vipin
  2019-06-10  5:41   ` [dpdk-dev] [PATCH v3] " Vipin Varghese
  1 sibling, 1 reply; 13+ messages in thread
From: Thomas Monjalon @ 2019-05-29 11:17 UTC (permalink / raw)
  To: Vipin Varghese; +Cc: dev, marko.kovacevic, john.mcnamara, sanjay.padubidri

23/05/2019 15:47, Vipin Varghese:
> --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
> +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
> @@ -4651,6 +4651,10 @@ For example:
>     cd examples/bpf
>     clang -O2 -target bpf -c t1.c
>  
> +.. note::
> +
> +   To built other BPF examples, the compiler requires additional command-line options.

"To built" -> "To build"

I think this note is vague. Don't you think it may confuse user
if we don't explicit which kind of options are required?




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

* Re: [dpdk-dev] [PATCH v2] doc/testpmd: update compile steps for bpf examples
  2019-05-29 11:17   ` Thomas Monjalon
@ 2019-05-30 15:40     ` Varghese, Vipin
  0 siblings, 0 replies; 13+ messages in thread
From: Varghese, Vipin @ 2019-05-30 15:40 UTC (permalink / raw)
  To: Thomas Monjalon
  Cc: dev, Kovacevic, Marko, Mcnamara, John, Padubidri, Sanjay A

HI Thomas,

Snipped

> > +
> > +   To built other BPF examples, the compiler requires additional command-
> line options.
> 
> "To built" -> "To build"
ok

> 
> I think this note is vague. Don't you think it may confuse user if we don't
> explicit which kind of options are required?

Ok, the `v1` content was `In order to build t2.c and t3.c; pass DPDK targets include and library path as compiler options.`. But as user adds other library functions are added to `examples/bpf' these may vary too.

Hence should we state as, `To build other BPF examples, appropriate libraries and dependencies is to be passed as command line options.`




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

* [dpdk-dev] [PATCH v3] doc/testpmd: update compile steps for bpf examples
  2019-05-23 13:47 ` [dpdk-dev] [PATCH v2] " Vipin Varghese
  2019-05-29 11:17   ` Thomas Monjalon
@ 2019-06-10  5:41   ` Vipin Varghese
  2023-06-12 16:31     ` Stephen Hemminger
  1 sibling, 1 reply; 13+ messages in thread
From: Vipin Varghese @ 2019-06-10  5:41 UTC (permalink / raw)
  To: john.mcnamara, marko.kovacevic, dev, thomas
  Cc: sanjay.padubidri, Vipin Varghese

Add note in the missing arguments for compiling BPF examples.

Signed-off-by: Vipin Varghese <vipin.varghese@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>

---

V3:
 - update the dependency for DPDK and others - Thomas Monjalon

V2:
 - ACK for documentation - John McNamara
 - move to compile section - Thomas Monjalon
---
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
index cb83a3ce8..09cabec8c 100644
--- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
+++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
@@ -4651,6 +4651,12 @@ For example:
    cd examples/bpf
    clang -O2 -target bpf -c t1.c
 
+.. note::
+
+   To build DPDK based example, appropriate include and library path is to be
+   passed to compiler. For other examples, corresponding dependencies is to be
+   passed for include and libraries.
+
 Then to load (and JIT compile) t1.o at RX queue 0, port 1:
 
 .. code-block:: console
-- 
2.17.1


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

* Re: [dpdk-dev] [PATCH v3] doc/testpmd: update compile steps for bpf examples
  2019-06-10  5:41   ` [dpdk-dev] [PATCH v3] " Vipin Varghese
@ 2023-06-12 16:31     ` Stephen Hemminger
  0 siblings, 0 replies; 13+ messages in thread
From: Stephen Hemminger @ 2023-06-12 16:31 UTC (permalink / raw)
  To: Vipin Varghese
  Cc: john.mcnamara, marko.kovacevic, dev, thomas, sanjay.padubidri

On Mon, 10 Jun 2019 11:11:21 +0530
Vipin Varghese <vipin.varghese@intel.com> wrote:

> Add note in the missing arguments for compiling BPF examples.
> 
> Signed-off-by: Vipin Varghese <vipin.varghese@intel.com>
> Acked-by: John McNamara <john.mcnamara@intel.com>
> 
> ---
> 
> V3:
>  - update the dependency for DPDK and others - Thomas Monjalon
> 
> V2:
>  - ACK for documentation - John McNamara
>  - move to compile section - Thomas Monjalon
> ---
>  doc/guides/testpmd_app_ug/testpmd_funcs.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
> index cb83a3ce8..09cabec8c 100644
> --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
> +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
> @@ -4651,6 +4651,12 @@ For example:
>     cd examples/bpf
>     clang -O2 -target bpf -c t1.c
>  
> +.. note::
> +
> +   To build DPDK based example, appropriate include and library path is to be
> +   passed to compiler. For other examples, corresponding dependencies is to be
> +   passed for include and libraries.
> +
>  Then to load (and JIT compile) t1.o at RX queue 0, port 1:
>  
>  .. code-block:: console

I am ok with this but the wording is so generic it doesn't really help
the user. A real example on a real distribution would be better.
Could someone update this patch and resubmit it? Or better yet
just have a make or meson script in examples/bpf?


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

end of thread, other threads:[~2023-06-12 16:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-07  8:41 [dpdk-dev] [PATCH] doc/testpmd: update compile steps for bpf examples Vipin Varghese
2019-05-07  8:41 ` Vipin Varghese
2019-05-07 15:07 ` Mcnamara, John
2019-05-07 15:07   ` Mcnamara, John
2019-05-09 22:31 ` Thomas Monjalon
2019-05-09 22:31   ` Thomas Monjalon
2019-05-10  1:41   ` Varghese, Vipin
2019-05-10  1:41     ` Varghese, Vipin
2019-05-23 13:47 ` [dpdk-dev] [PATCH v2] " Vipin Varghese
2019-05-29 11:17   ` Thomas Monjalon
2019-05-30 15:40     ` Varghese, Vipin
2019-06-10  5:41   ` [dpdk-dev] [PATCH v3] " Vipin Varghese
2023-06-12 16:31     ` Stephen Hemminger

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