make -C tools/testing/selftests TARGETS="net" TEST_PROGS=big_tcp.sh TEST_GGEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-3/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net'
TAP version 13
1..1
# overriding timeout to 7200
# selftests: net: big_tcp.sh
# 4.24 [+4.24] Testing for BIG TCP:
# 4.24 [+0.00] CLI GSO | GW GRO | GW GSO | SER GRO
# 7.21 [+2.96] on        on       on       on      : [PASS]
# 9.86 [+2.66] on        off      on       off     : [PASS]
# 12.60 [+2.74] off       on       on       on      : [PASS]
# 15.35 [+2.75] on        on       off      on      : [PASS]
# 18.21 [+2.86] off       on       off      on      : [PASS]
# 18.21 [+0.00] ***v4 Tests Done***
# 18.22 [+0.00] CLI GSO | GW GRO | GW GSO | SER GRO
# 20.97 [+2.75] on        on       on       on      : [PASS]
# 23.66 [+2.69] on        off      on       off     : [PASS]
# 26.36 [+2.69] off       on       on       on      : [PASS]
# 29.08 [+2.72] on        on       off      on      : [PASS]
# 32.01 [+2.93] off       on       off      on      : [PASS]
# 32.02 [+0.00] ***v6 Tests Done***

DETECTED CRASH, lowering timeout
ok 1 selftests: net: big_tcp.sh
make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net'
make: Leaving directory '/home/virtme/testing-3/tools/testing/selftests'
xx__-> echo $?
0
xx__->