On Mon, Nov 25, 2019 at 11:30 PM CET, Martin Lau wrote: > On Sat, Nov 23, 2019 at 12:07:50PM +0100, Jakub Sitnicki wrote: >> Parametrize the SK_REUSEPORT tests so that the map type for storing sockets >> can be selected at run-time. Also allow choosing which L4 protocols get >> tested. > If new cmdline args are added to select different subtests, > I would prefer to move it to the test_progs framework and reuse the subtests > support in test_progs commit 3a516a0a3a7b ("selftests/bpf: add sub-tests support for test_progs"). > Its default is to run all instead of having a separate bash script to > do that. This turned out to be more work than I expected, so I've split it out into a separate series: https://lore.kernel.org/bpf/20191212102259.418536-1-jakub@xxxxxxxxxxxxxx/T/#t Thanks, Jakub