]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'selftests/bpf: use temp netns for testing'
authorAlexei Starovoitov <ast@kernel.org>
Fri, 28 Jan 2022 03:21:28 +0000 (19:21 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 28 Jan 2022 03:21:36 +0000 (19:21 -0800)
commit85f4599140a61343641d030aaff9c42b4bd34923
treed7a3581b5a4d92a0a27df5d37295a789135888f3
parent0cf2e60a18d11f9bae1940f2abe6e75379bcdc5a
parent5e0aaea25e1700fc2df0eca2f6d5a50c9d2c3a78
Merge branch 'selftests/bpf: use temp netns for testing'

Hangbin Liu says:

====================

There are some bpf tests using hard code netns name like ns0, ns1, etc.
This kind of ns name is easily used by other tests or system. If there
is already a such netns, all the related tests will failed. So let's
use temp netns name for testing.

The first patch not only change to temp netns. But also fixed an interface
index issue. So I add fixes tag. For the later patches, I think that
should be an update instead of fixes, so the fixes tag is not added.
====================

Acked-by: John Fastabend <john.fastabend@gmail.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>