Re: [dpdk-dev] [PATCH v2] doc/testpmd: update compile steps for bpf examples

2019-05-30 Thread Varghese, Vipin
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` c

Re: [dpdk-dev] [PATCH v2] doc/testpmd: update compile steps for bpf examples

2019-05-29 Thread Thomas Monjalon
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 compi

[dpdk-dev] [PATCH v2] doc/testpmd: update compile steps for bpf examples

2019-05-23 Thread Vipin Varghese
Add note in the missing arguments for compiling BPF examples. Signed-off-by: Vipin Varghese Acked-by: John McNamara --- 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 inserti