make -C tools/testing/selftests TARGETS="net" TEST_PROGS=big_tcp.sh TEST_GGEN_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: big_tcp.sh
# 0.48 [+0.48] Testing for BIG TCP:
# 0.48 [+0.00] CLI GSO | GW GRO | GW GSO | SER GRO
# 1.72 [+1.23] on        on       on       on      : [PASS]
# 2.95 [+1.23] on        off      on       off     : [PASS]
# 4.18 [+1.23] off       on       on       on      : [PASS]
# 5.41 [+1.23] on        on       off      on      : [PASS]
# 6.64 [+1.23] off       on       off      on      : [PASS]
# 6.64 [+0.00] ***v4 Tests Done***
# 6.64 [+0.00] CLI GSO | GW GRO | GW GSO | SER GRO
# 7.88 [+1.24] on        on       on       on      : [PASS]
# 9.13 [+1.25] on        off      on       off     : [PASS]
# 10.38 [+1.25] off       on       on       on      : [PASS]
# 11.61 [+1.23] on        on       off      on      : [PASS]
# 12.87 [+1.26] off       on       off      on      : [PASS]
# 12.87 [+0.00] ***v6 Tests Done***
ok 1 selftests: net: big_tcp.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__->