[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <87bm0nbpdu.fsf@concordia.ellerman.id.au>
Date: Tue, 30 Apr 2019 23:21:01 +1000
From: Michael Ellerman <mpe@...erman.id.au>
To: Daniel Borkmann <daniel@...earbox.net>
Cc: bpf@...r.kernel.org, netdev@...r.kernel.org
Subject: selftests/bpf/test_tag takes ~30 minutes?
Hi Daniel,
I'm running selftests/bpf/test_tag and it's taking roughly half an hour
to complete, is that expected?
I don't really grok what the test is doing TBH, but it does appear to be
doing it 5 times :)
for (i = 0; i < 5; i++) {
do_test(&tests, 2, -1, bpf_gen_imm_prog);
do_test(&tests, 3, fd_map, bpf_gen_map_prog);
}
Could we make it just do one iteration by default? That would hopefully
reduce the runtime by quite a bit. It could take a parameter to run the
longer version perhaps?
cheers
Powered by blists - more mailing lists