diff options
author | Davide Caratti <dcaratti@redhat.com> | 2018-10-04 19:34:39 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-10-06 00:44:56 +0300 |
commit | 4c2d39bd40c1f34975bec070a8e43fa573a9c327 (patch) | |
tree | 766db935876b24122b6f16edb824a380e578dbff /tools/testing/selftests/tc-testing/README | |
parent | cf5eafbfa586d030f9321cee516b91d089e38280 (diff) | |
download | linux-4c2d39bd40c1f34975bec070a8e43fa573a9c327.tar.xz |
tc-testing: use a plugin to build eBPF program
use a TDC plugin, instead of building eBPF programs in the 'setup' stage.
'-B' argument can be used to build eBPF programs in $EBPFDIR directory,
in the 'pre-suite' stage. Binaries are then cleaned in 'post-suite' stage.
Signed-off-by: Davide Caratti <dcaratti@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/tc-testing/README')
-rw-r--r-- | tools/testing/selftests/tc-testing/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/tc-testing/README b/tools/testing/selftests/tc-testing/README index 49a6f8c3fdae..f9281e8aa313 100644 --- a/tools/testing/selftests/tc-testing/README +++ b/tools/testing/selftests/tc-testing/README @@ -232,6 +232,8 @@ directory: and the other is a test whether the command leaked memory or not. (This one is a preliminary version, it may not work quite right yet, but the overall template is there and it should only need tweaks.) + - buildebpfPlugin.py: + builds all programs in $EBPFDIR. ACKNOWLEDGEMENTS |