aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/tc-testing/plugin-lib/buildebpfPlugin.py
AgeCommit message (Collapse)AuthorFilesLines
2018-10-05tc-testing: use a plugin to build eBPF programDavide Caratti1-0/+66
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>