Add note in the missing arguments for compiling BPF examples. Signed-off-by: Vipin Varghese <vipin.vargh...@intel.com> Acked-by: John McNamara <john.mcnam...@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