Hi,
On 2/19/25 4:40 AM, Alexei Starovoitov wrote:
On Tue, Feb 18, 2025 at 1:22 PM Stanislav Fomichev <stfomichev@xxxxxxxxx> wrote:
On 02/17, Bastien Curutchet (eBPF Foundation) wrote:
Hi all,
Both tc_links.c and tc_opts.c do their tests on the loopback interface.
It prevents from parallelizing their executions.
Use namespaces and the new append_tid() helper to allow this
parallelization.
Signed-off-by: Bastien Curutchet (eBPF Foundation) <bastien.curutchet@xxxxxxxxxxx>
Acked-by: Stanislav Fomichev <sdf@xxxxxxxxxxx>
LGTM, thank you! Optionally, if there is more to convert, we can think
about moving create_and_open_tid_ns to the test_progs itself. For example,
if the test name starts with ns_, test_progs can probably do the
create_and_open_tid_ns/netns_free part?
That's a good idea.
Let's do it now.
Otherwise most of the patch 2 will be reverted when it's introduced.
Ok, I'll send a V2 with this in test_progs.
Best regards,
Bastien