]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/net: enable lo.accept_local in psock_snd test
authorluyun <luyun@kylinos.cn>
Wed, 25 May 2022 03:18:19 +0000 (11:18 +0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 26 May 2022 04:58:35 +0000 (21:58 -0700)
commit96acec454d06552c3f016c550a556e78ac6abad7
tree28494d12c08e5427967ae3eeae2944190f13548d
parenta0bb2fe83370d5b1f836fbd6dd4474a82ef370e5
selftests/net: enable lo.accept_local in psock_snd test

The psock_snd test sends and receives packets over loopback, and
the test results depend on parameter settings:
Set rp_filter=0,
or set rp_filter=1 and accept_local=1
so that the test will pass. Otherwise, this test will fail with
Resource temporarily unavailable:
sudo ./psock_snd.sh
dgram
tx: 128
rx: 142
./psock_snd: recv: Resource temporarily unavailable

For most distro kernel releases(like Ubuntu or Centos), the parameter
rp_filter is enabled by default, so it's necessary to enable the
parameter lo.accept_local in psock_snd test. And this test runs
inside a netns, changing a sysctl is fine.

Signed-off-by: luyun <luyun@kylinos.cn>
Reviewed-by: Jackie Liu <liuyun01@kylinos.cn>
Tested-by: Hangbin Liu <liuhangbin@gmail.com>
Acked-by: Willem de Bruijn <willemb@google.com>
Link: https://lore.kernel.org/r/20220525031819.866684-1-luyun_611@163.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/psock_snd.c