make -C tools/testing/selftests TARGETS="net" TEST_PROGS=ipv6_flowlabel.shh TEST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-1/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
TAP version 13
1..1
# timeout set to 3600
# selftests: net: ipv6_flowlabel.sh
# 0.00 [+0.00] TEST management
# 0.04 [+0.04] [OK]   !(flowlabel_get(fd, 1, 255, 0))
# 0.04 [+0.00] [OK]   !(flowlabel_put(fd, 1))
# 0.04 [+0.00] [OK]   !(flowlabel_get(fd, 0x1FFFFF, 255, 1))
# 0.04 [+0.00] [OK]   flowlabel_get(fd, 1, 255, 1)
# 0.04 [+0.00] [OK]   flowlabel_get(fd, 1, 255, 0)
# 0.04 [+0.00] [OK]   flowlabel_get(fd, 1, 255, 1)
# 0.04 [+0.00] [OK]   !(flowlabel_get(fd, 1, 255, 1 | 2))
# 0.05 [+0.00] [OK]   flowlabel_put(fd, 1)
# 0.05 [+0.00] [OK]   flowlabel_put(fd, 1)
# 0.05 [+0.00] [OK]   flowlabel_put(fd, 1)
# 0.05 [+0.00] [OK]   !(flowlabel_put(fd, 1))
# 0.05 [+0.00] [OK]   flowlabel_get(fd, 2, 1, 1)
# 0.05 [+0.00] [OK]   !(flowlabel_get(fd, 2, 255, 1))
# 0.05 [+0.00] [OK]   !(flowlabel_get(fd, 2, 1, 1))
# 0.05 [+0.00] [OK]   flowlabel_put(fd, 2)
# 0.05 [+0.00] [OK]   flowlabel_get(fd, 3, 3, 1)
# 0.05 [+0.00] [OK]   !(flowlabel_get(fd, 3, 255, 0))
# 0.05 [+0.00] [OK]   !(flowlabel_get(fd, 3, 1, 0))
# 0.05 [+0.00] [OK]   flowlabel_get(fd, 3, 3, 0)
# 0.05 [+0.00] [OK]   flowlabel_get(fd, 3, 3, 0)
# 0.05 [+0.00] [OK]   !(flowlabel_get(fd, 3, 3, 0))
# 0.05 [+0.00] [OK]   flowlabel_get(fd, 4, 2, 1)
# 0.05 [+0.00] [OK]   flowlabel_get(fd, 4, 2, 0)
# 0.06 [+0.00] [OK]   !(flowlabel_get(fd, 4, 2, 0))
# 0.06 [+0.01] TEST datapath
# 0.13 [+0.07] send no label: recv no label (auto off)
# 0.13 [+0.00] sent without label
# 0.13 [+0.00] recv without label
# 0.13 [+0.00] send label
# 0.13 [+0.00] sent with label 1
# 0.13 [+0.00] recv with label 1
# 0.14 [+0.01] TEST datapath (with auto-flowlabels)
# 0.21 [+0.07] send no label: recv auto flowlabel
# 0.21 [+0.00] sent without label
# 0.21 [+0.00] recv with label 658518
# 0.22 [+0.00] send label
# 0.22 [+0.00] sent with label 1
# 0.22 [+0.00] recv with label 1
# 0.23 [+0.01] TEST datapath (with ping-sockets)
# 0.29 [+0.07] attempting to use ping sockets
# 0.29 [+0.00] send no label: recv auto flowlabel
# 0.29 [+0.00] sent without label
# 0.30 [+0.00] recv with label 47811
# 0.30 [+0.00] send label
# 0.30 [+0.00] sent with label 1
# 0.30 [+0.00] recv with label 1
# 0.31 [+0.01] TEST datapath (with flowinfo-send)
# 0.36 [+0.05] send no label: recv auto flowlabel
# 0.36 [+0.00] sent without label
# 0.36 [+0.00] recv with label 460126
# 0.36 [+0.00] using IPV6_FLOWINFO_SEND to send label
# 0.36 [+0.00] send label
# 0.36 [+0.00] sent with label 1
# 0.36 [+0.00] recv with label 1
# 0.38 [+0.01] TEST datapath (with ping-sockets flowinfo-send)
# 0.44 [+0.07] attempting to use ping sockets
# 0.44 [+0.00] send no label: recv auto flowlabel
# 0.44 [+0.00] sent without label
# 0.45 [+0.00] recv with label 1047930
# 0.45 [+0.00] using IPV6_FLOWINFO_SEND to send label
# 0.45 [+0.00] send label
# 0.45 [+0.00] sent with label 1
# 0.45 [+0.00] recv with label 1
# 0.46 [+0.01] OK. All tests passed
ok 1 selftests: net: ipv6_flowlabel.sh
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make: Leaving directory '/home/virtme/testing-1/tools/testing/selftests'
xx__-> echo $?
0
xx__->